diff options
| author | Yasuhiro Matsumoto | 2020-09-19 02:07:27 +0900 |
|---|---|---|
| committer | Yasuhiro Matsumoto | 2020-09-19 02:07:27 +0900 |
| commit | eb94567a98e23254eedd5d497551b33976295233 (patch) | |
| tree | 36a2a1cb7ec5286d49f99d9bb42ef0c8ccd88eb6 | |
| parent | 8857c17250ec377363adb78ec05fb7c1b56d3e27 (diff) | |
| download | ctrlp.vim-readdir.tar.gz | |
Fix modeline
readdir| -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 |