mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
vim-patch:7.4.2236
Problem: The 'langnoremap' option leads to double negatives. And it does
not work for the last character of a mapping.
Solution: Add 'langremap' with the opposite value. Keep 'langnoremap' for
backwards compatibility. Make it work for the last character of a
mapping. Make the test work.
920694c1b6
This commit is contained in:
@@ -205,7 +205,7 @@ static const int included_patches[] = {
|
||||
// 2239,
|
||||
// 2238 NA
|
||||
2237,
|
||||
// 2236,
|
||||
2236,
|
||||
2235,
|
||||
// 2234 NA
|
||||
2233,
|
||||
|
Reference in New Issue
Block a user