aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-27 13:01:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-27 13:01:32 +1200
commitc069da18ebc8b30f90115a62e32a1bc37eed0a11 (patch)
tree05dbda946c502d713713b1adf9c3b5a641208552
parentAdd `nbsp` flag to 'listchars' if supported (diff)
downloaddotfiles-c069da18ebc8b30f90115a62e32a1bc37eed0a11.tar.gz
dotfiles-c069da18ebc8b30f90115a62e32a1bc37eed0a11.zip
Adjust comment formatting
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index cd3ca0da..1e2f8362 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -64,8 +64,8 @@ else
set display=lastline " Just let it run off the screen if not
endif
-" Don't wait for a key after Escape in insert mode (not in Neovim)
-if exists('+esckeys')
+" Don't wait for a key after Escape in insert mode
+if exists('+esckeys') " Not in Neovim
set noesckeys
endif