This commit is contained in:
Tim Pope
2013-01-06 13:57:30 -05:00
parent 47ffa5fd2e
commit 9e422cf582

View File

@@ -34,7 +34,7 @@ mostly `:set` calls.) Here's a taste:
* `'directory'`: Dump swap files under `~/.cache/vim/swap` (only if that * `'directory'`: Dump swap files under `~/.cache/vim/swap` (only if that
directory already exists). Also `'backupdir'` and `'undodir'`. Try directory already exists). Also `'backupdir'` and `'undodir'`. Try
`mkdir -p ~/.cache/vim/{swap,backup,undo}`. `mkdir -p ~/.cache/vim/{swap,backup,undo}`.
* `nmap Y y$`: Make `Y` behaves like `C` and `D`. * `nmap Y y$`: Make `Y` behave like `C` and `D`.
* `runtime! macros/matchit.vim`: Load the version of matchit.vim that ships * `runtime! macros/matchit.vim`: Load the version of matchit.vim that ships
with Vim. with Vim.