mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-12 21:13:48 -05:00
Disable 'langremap'
Resolves: https://github.com/tpope/vim-sensible/pull/93
This commit is contained in:
@@ -85,6 +85,11 @@ if &t_Co == 8 && $TERM !~# '^Eterm'
|
||||
set t_Co=16
|
||||
endif
|
||||
|
||||
" Disable a legacy behavior that can break plugin maps.
|
||||
if has('langmap') && exists('+langremap') && &langremap
|
||||
set nolangremap
|
||||
endif
|
||||
|
||||
" Load matchit.vim, but only if the user hasn't installed a newer version.
|
||||
if !exists('g:loaded_matchit') && findfile('plugin/matchit.vim', &rtp) ==# ''
|
||||
runtime! macros/matchit.vim
|
||||
|
||||
Reference in New Issue
Block a user