1
我最近在我的mac osx下載了vim的paredit插件。我將paredit.vim放入我的〜/ .vim目錄中。在Mac OSX上安裝Paredit vim插件
的文檔說:
When you enter a '(' then a matching ')' is automatically inserted.
If needed, spaces before and/or after the '()' pair are added.
...
Paredit mode is set by default for .lisp, .cl, .clj, cljs, .scm and .rkt files,
but it is possible to switch it off by putting the following statement in the
.vimrc file:
然而,當我打開VIM並輸入 「(」 沒有結束 「)」 插入。還有什麼額外的我需要做的?
我沒有得到它,開始插入關閉 「(」 把此行中我的.vimrc'AU BufNewFile,BufRead *等後.clj調用PareditInitBuffer()'但仍然沒有關閉[或{ – 2013-04-03 22:13:36