We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eac6f6 commit bdf0621Copy full SHA for bdf0621
ftplugin/clojure.vim
@@ -57,21 +57,6 @@ for s:setting in ['omnifunc', 'completefunc']
57
endif
58
endfor
59
60
-" Take all directories of the CLOJURE_SOURCE_DIRS environment variable
61
-" and add them to the path option.
62
-"
63
-" This is a legacy option for VimClojure users.
64
-if exists('$CLOJURE_SOURCE_DIRS')
65
- for s:dir in split($CLOJURE_SOURCE_DIRS, (has("win32") || has("win64")) ? ';' : ':')
66
- let s:dir = fnameescape(s:dir)
67
- " Whitespace escaping for Windows
68
- let s:dir = substitute(s:dir, '\', '\\\\', 'g')
69
- let s:dir = substitute(s:dir, '\ ', '\\ ', 'g')
70
- execute "setlocal path+=" . s:dir . "/**"
71
- endfor
72
- let b:undo_ftplugin .= ' | setlocal path<'
73
-endif
74
-
75
" Skip brackets in ignored syntax regions when using the % command
76
if exists('loaded_matchit')
77
let b:match_words = &matchpairs
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments