diff options
author | Florian Walch <florian@fwalch.com> | 2014-12-23 12:18:46 +0100 |
---|---|---|
committer | Florian Walch <florian@fwalch.com> | 2014-12-23 16:13:30 +0100 |
commit | 0158539c77eec5cba2622bb929e32c84646866dc (patch) | |
tree | 5d041ad5fe181bfacab833f31054f8671b44ca52 /src/nvim/version.c | |
parent | c3de63bfbc168cd8ccc53dbb3e587043c11f7276 (diff) | |
download | rneovim-0158539c77eec5cba2622bb929e32c84646866dc.tar.gz rneovim-0158539c77eec5cba2622bb929e32c84646866dc.tar.bz2 rneovim-0158539c77eec5cba2622bb929e32c84646866dc.zip |
vim-patch:7.4.468
Problem: Issue 26: CTRL-C does not interrupt after it was mapped and then
unmapped.
Solution: Reset mapped_ctrl_c. (Christian Brabandt)
https://code.google.com/p/vim/source/detail?r=v7-4-468
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 cd11dfe1d0..dade047d0a 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -270,7 +270,7 @@ static int included_patches[] = { //471 NA 470, //469 NA - //468, + 468, 467, //465 NA //464 NA |