mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
vim-patch:7.4.284 #748
Problem: Setting 'langmap' in the modeline can cause trouble. E.g. mapping ":" breaks many commands. (Jens-Wolfhard Schicke-Uffmann) Solution: Disallow setting 'langmap' from the modeline. https://code.google.com/p/vim/source/detail?r=3c35ca9666e88a8024af6dab585b8e79ab295f83
This commit is contained in:

committed by
Justin M. Keyes

parent
1057b29c8c
commit
f68bf38547
@@ -203,7 +203,7 @@ static char *(features[]) = {
|
||||
static int included_patches[] = {
|
||||
// Add new patch number below this line
|
||||
285,
|
||||
//284,
|
||||
284,
|
||||
//283,
|
||||
282,
|
||||
281,
|
||||
|
Reference in New Issue
Block a user