mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 10:01:49 +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:
@@ -29,6 +29,7 @@ SCRIPTS := \
|
||||
test_close_count.out \
|
||||
test_command_count.out \
|
||||
test_marks.out \
|
||||
test_textobjects.out \
|
||||
|
||||
NEW_TESTS =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user