We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c4e831 commit c295266Copy full SHA for c295266
1 file changed
ftplugin/clojure.vim
@@ -32,6 +32,8 @@ setlocal commentstring=;%s
32
33
" Take all directories of the CLOJURE_SOURCE_DIRS environment variable
34
" and add them to the path option.
35
+"
36
+" This is a legacy option for VimClojure users.
37
if has("win32") || has("win64")
38
let s:delim = ";"
39
else
0 commit comments