]> git.pld-linux.org Git - packages/vim.git/blob - bug-512.patch
fix .json file detection
[packages/vim.git] / bug-512.patch
1 --- vim74/runtime/filetype.vim~ 2015-12-21 18:34:48.000000000 +0200
2 +++ vim74/runtime/filetype.vim  2015-12-21 18:36:19.559607432 +0200
3 @@ -1023,7 +1023,7 @@
4  au BufNewFile,BufRead *.jov,*.j73,*.jovial     setf jovial
5  
6  " JSON
7 -au BufNewFile,BufRead *.json,*.jsonp           setf json
8 +au BufNewFile,BufRead *.json,*.jsonp           setf javascript
9  
10  " Kixtart
11  au BufNewFile,BufRead *.kix                    setf kix
This page took 0.032868 seconds and 4 git commands to generate.