mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-03-10 17:08:08 +08:00
Our doautocmd in s:ReplaceCmd already processes the modelines while the buffer is still modifiable, so we can disable it after tha prevent subsequent invocations. Closes #323.