diff options
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/spec.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftdetect/spec.vim b/ftdetect/spec.vim new file mode 100644 index 0000000..b1de10f --- /dev/null +++ b/ftdetect/spec.vim @@ -0,0 +1,2 @@ +let &iskeyword.=",/,#" +set keywordprg=osurl |