mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
vim-patch:7.4.1015
Problem: The column is not restored properly when the matchparen plugin is
used in Insert mode and the cursor is after the end of the line.
Solution: Set the curswant flag. (Christian Brabandt). Also fix
highlighting the match of the character before the cursor.
c21d67e33c
This commit is contained in:
@@ -663,7 +663,7 @@ static int included_patches[] = {
|
||||
// 1018,
|
||||
// 1017,
|
||||
// 1016 NA
|
||||
// 1015,
|
||||
1015,
|
||||
// 1014 NA
|
||||
1013,
|
||||
// 1012 NA
|
||||
|
Reference in New Issue
Block a user