diff options
| -rw-r--r-- | autoload/ctrlp.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/ctrlp.vim b/autoload/ctrlp.vim index e54f22a..1a5f9fa 100644 --- a/autoload/ctrlp.vim +++ b/autoload/ctrlp.vim @@ -2865,4 +2865,4 @@ fu! s:autocmds() endf "}}} -" vim1:fen:fdm=marker:fmr={{{,}}}:fdl=0:fdc=1:ts=2:sw=2:sts=2 +" vim:fen:fdm=marker:fmr={{{,}}}:fdl=0:fdc=1:ts=2:sw=2:sts=2 |