File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -57,21 +57,6 @@ for s:setting in ['omnifunc', 'completefunc']
57
57
endif
58
58
endfor
59
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
60
" Skip brackets in ignored syntax regions when using the % command
76
61
if exists (' loaded_matchit' )
77
62
let b: match_words = &matchpairs
You can’t perform that action at this time.
0 commit comments