]> git.pld-linux.org Git - packages/vim.git/blobdiff - vim-ft-mysql.patch
explicitly disable python3interp for small features flavors
[packages/vim.git] / vim-ft-mysql.patch
index 451df8e5f1bf5d690f5fff11ad123e6e355cff90..1149602c4e2028eb2d8823f1464aeb7e41956335 100644 (file)
@@ -7,5 +7,5 @@
 -au BufNewFile,BufRead *.mysql                 setf mysql
 +au BufNewFile,BufRead *.mysql,.*mysql_history*                        setf mysql
  
- " M$ Resource files
- au BufNewFile,BufRead *.rc                    setf rc
+ " Mutt setup files (must be before catch *.rc)
+ au BufNewFile,BufRead */etc/Muttrc.d/*                call s:StarSetf('muttrc')
This page took 0.036917 seconds and 4 git commands to generate.