aboutsummaryrefslogtreecommitdiff
path: root/vim/config/terminal.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-02-18 17:15:19 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-02-18 17:15:19 +1300
commit1cd051f6b0274dbfd1a5dc7245c92bc9770a5c6b (patch)
tree797a9b09b4c8a1b18511942dfe5639e1dc751142 /vim/config/terminal.vim
parentMerge branch 'release/v0.29.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-0.30.0.tar.gz (sig)
dotfiles-0.30.0.zip
Merge branch 'release/v0.30.0'v0.30.0
* release/v0.30.0: Bump VERSION Turn off Vim 'softtabstop' for CSV and TSV files Remove 'smarttab' setting Check for 'esckeys' option for NeoVim
Diffstat (limited to 'vim/config/terminal.vim')
-rw-r--r--vim/config/terminal.vim4
1 files changed, 3 insertions, 1 deletions
diff --git a/vim/config/terminal.vim b/vim/config/terminal.vim
index 202705a7..04ec5653 100644
--- a/vim/config/terminal.vim
+++ b/vim/config/terminal.vim
@@ -7,7 +7,9 @@ set pastetoggle=<F10>
" Don't bother about checking whether Escape is being used as a means to enter
" a Meta-key combination, just register Escape immediately
-set noesckeys
+if exists('+esckeys')
+ set noesckeys
+endif
" Don't bother drawing the screen while executing macros or other automated or
" scripted processes, just draw the screen as it is when the operation