aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 5e149878..874159b9 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -214,12 +214,6 @@ set noswapfile
" Press F10 to stop console Vim from formatting pasted text
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
-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
" completes