diff options
| author | James McCoy <jamessan@jamessan.com> | 2017-04-15 13:54:40 -0400 |
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2017-04-19 22:26:30 -0400 |
| commit | cb02137dfac7357650a2e9cc32acb66326e59058 (patch) | |
| tree | e196f6fa8b9c03009f383349c86b5ca79acf7199 /src/nvim/version.c | |
| parent | ac05c8585c0837dd47568335486b7d815d15dec4 (diff) | |
| download | rneovim-cb02137dfac7357650a2e9cc32acb66326e59058.tar.gz rneovim-cb02137dfac7357650a2e9cc32acb66326e59058.tar.bz2 rneovim-cb02137dfac7357650a2e9cc32acb66326e59058.zip | |
vim-patch:7.4.2209
Problem: Cannot map <M-">. (Stephen Riehm)
Solution: Solve the memory access problem in another way. (Dominique Pelle)
Allow for using <M-\"> in a string.
https://github.com/vim/vim/commit/35a4cfa200917dd171b1fff3cd5b6cee9add673d
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 cd904da573..f7a78a15f9 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -232,7 +232,7 @@ static const int included_patches[] = { 2212, // 2211 NA // 2210 NA - // 2209, + 2209, 2208, // 2207 NA // 2206 NA |