Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 948c70a

Browse files
committed
Add XML file filter option for GVim
1 parent e6309b8 commit 948c70a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎ftplugin/clojure.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ if (has("gui_win32") || has("gui_gtk")) && !exists("b:browsefilter")
6969
let b:browsefilter = "All Files\t*\n" .
7070
\ "Clojure Files\t*.clj;*.cljc;*.cljs;*.cljx;*.bb;*.clj_kondo\n" .
7171
\ "EDN Files\t*.edn\n" .
72-
\ "Java Files\t*.java\n"
72+
\ "Java Files\t*.java\n" .
73+
\ "XML Files\t*.xml\n"
7374
let b:undo_ftplugin .= ' | unlet! b:browsefilter'
7475
endif
7576

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /