We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40cd134 commit d8d4af4Copy full SHA for d8d4af4
tools/editor-modes/vim/filetype.vim
@@ -1,10 +1,2 @@
1
-" If ~/.vim/filetype.vim does not exist, install this file there.
2
-" Otherwise, hand merge it with the existing ~/.vim/filetype.vim.
3
-
4
-if exists("did_load_filetypes")
5
- finish
6
-endif
7
-augroup filetypedetect
8
- au! BufRead,BufNewFile *.nc setfiletype nesc
9
-augroup END
10
+" install in ~/.vim/ftdetect/nesc.vim
+au! BufRead,BufNewFile *.nc setfiletype nesc
0 commit comments