diff options
author | watiko <service@mail.watiko.net> | 2016-02-03 06:53:43 +0900 |
---|---|---|
committer | watiko <service@mail.watiko.net> | 2016-02-03 21:56:22 +0900 |
commit | 924cacd2fcf4e2f84886761ad458a9ac4e6407fa (patch) | |
tree | 6405c6da7693fd1f8fd0a7df5c0a531251ee58d3 /src/nvim/version.c | |
parent | 4f4b8ea4489b445d0f9e0b8e1b9885555d0d861f (diff) | |
download | rneovim-924cacd2fcf4e2f84886761ad458a9ac4e6407fa.tar.gz rneovim-924cacd2fcf4e2f84886761ad458a9ac4e6407fa.tar.bz2 rneovim-924cacd2fcf4e2f84886761ad458a9ac4e6407fa.zip |
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)
https://github.com/vim/vim/commit/438b64ab71cd724129c4eec840be16c52602ebc8
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index f865e13f55..2127efca51 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -626,7 +626,7 @@ static int included_patches[] = { 665, // 664 NA // 663 NA - // 662, + 662, // 661 NA 660, 659, |