We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6309b8 commit 948c70aCopy full SHA for 948c70a
ftplugin/clojure.vim
@@ -69,7 +69,8 @@ if (has("gui_win32") || has("gui_gtk")) && !exists("b:browsefilter")
69
let b:browsefilter = "All Files\t*\n" .
70
\ "Clojure Files\t*.clj;*.cljc;*.cljs;*.cljx;*.bb;*.clj_kondo\n" .
71
\ "EDN Files\t*.edn\n" .
72
- \ "Java Files\t*.java\n"
+ \ "Java Files\t*.java\n" .
73
+ \ "XML Files\t*.xml\n"
74
let b:undo_ftplugin .= ' | unlet! b:browsefilter'
75
endif
76
0 commit comments