mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 12:33:51 -05:00
Actually do not use ++once, fixes #573
This commit is contained in:
@@ -3,7 +3,7 @@ let s:cpo_save = &cpo
|
|||||||
set cpo&vim
|
set cpo&vim
|
||||||
|
|
||||||
func! s:WritePostOnce(fn)
|
func! s:WritePostOnce(fn)
|
||||||
exe 'au! filetypedetect BufWritePost <buffer> ++once ' . a:fn
|
exe 'au! filetypedetect BufWritePost <buffer> au! filetypedetect BufWritePost <buffer> | ' . a:fn
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
" DO NOT EDIT CODE BELOW, IT IS GENERATED WITH MAKEFILE
|
" DO NOT EDIT CODE BELOW, IT IS GENERATED WITH MAKEFILE
|
||||||
|
|||||||
Reference in New Issue
Block a user