diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-19 05:25:13 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-04-19 05:25:13 +0200 |
commit | 398d7feb09ca4a1996437707c121773b2900cf9a (patch) | |
tree | 80954f3f928cf9b5b42a04f7bbc3b4b3041de25e | |
parent | 263a572419e73e9b7180d129269f9bc37cae3413 (diff) | |
download | dotfiles-398d7feb09ca4a1996437707c121773b2900cf9a.tar.xz |
vim: Clarify `set hidden`
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ set shiftwidth=4 set softtabstop=4 set noexpandtab -" voodoo magic +" Automatically hide buffers instead of requiring bangcommands set hidden " Paste mode when pressing Insert, disables autoformating |