mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.2-310
This commit is contained in:
parent
d32a319f40
commit
43b36a3bc6
@ -2400,6 +2400,12 @@ au BufNewFile,BufRead /etc/xinetd.d/* call s:StarSetf('xinetd')
|
|||||||
au BufNewFile,BufRead zsh*,zlog* call s:StarSetf('zsh')
|
au BufNewFile,BufRead zsh*,zlog* call s:StarSetf('zsh')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
" Use the filetype detect plugins. They may overrule any of the previously
|
||||||
|
" detected filetypes.
|
||||||
|
runtime! ftdetect/*.vim
|
||||||
|
|
||||||
|
|
||||||
" Generic configuration file (check this last, it's just guessing!)
|
" Generic configuration file (check this last, it's just guessing!)
|
||||||
au BufNewFile,BufRead,StdinReadPost *
|
au BufNewFile,BufRead,StdinReadPost *
|
||||||
\ if !did_filetype() && expand("<amatch>") !~ g:ft_ignore_pat
|
\ if !did_filetype() && expand("<amatch>") !~ g:ft_ignore_pat
|
||||||
@ -2408,10 +2414,6 @@ au BufNewFile,BufRead,StdinReadPost *
|
|||||||
\ setf conf |
|
\ setf conf |
|
||||||
\ endif
|
\ endif
|
||||||
|
|
||||||
" Use the plugin-filetype checks last, they may overrule any of the previously
|
|
||||||
" detected filetypes.
|
|
||||||
runtime! ftdetect/*.vim
|
|
||||||
|
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
|
|
||||||
|
@ -681,6 +681,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
310,
|
||||||
/**/
|
/**/
|
||||||
309,
|
309,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user