mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
vim-patch:7.4.662
Problem: When 'M' is in the 'cpo' option then selecting a text object in
parenthesis does not work correctly.
Solution: Keep 'M' in 'cpo' when finding a match. (Hirohito Higashi)
438b64ab71
This commit is contained in:
@@ -626,7 +626,7 @@ static int included_patches[] = {
|
||||
665,
|
||||
// 664 NA
|
||||
// 663 NA
|
||||
// 662,
|
||||
662,
|
||||
// 661 NA
|
||||
660,
|
||||
659,
|
||||
|
Reference in New Issue
Block a user