diff options
author | watiko <service@mail.watiko.net> | 2016-03-02 16:34:25 +0900 |
---|---|---|
committer | watiko <service@mail.watiko.net> | 2016-03-02 16:41:53 +0900 |
commit | 9e3ebb67119438d46eaceac739aca88880177060 (patch) | |
tree | 68868be16992d3a3f7ebb76544d277fab0869469 /src/nvim/version.c | |
parent | d5904160d781465e5d52029396e9754b5846bbee (diff) | |
download | rneovim-9e3ebb67119438d46eaceac739aca88880177060.tar.gz rneovim-9e3ebb67119438d46eaceac739aca88880177060.tar.bz2 rneovim-9e3ebb67119438d46eaceac739aca88880177060.zip |
vim-patch:7.4.1093
Problem: Typo in test goes unnoticed.
Solution: Fix the typo. Give error for wrong arguments to cursor().
(partly by Hirohito Higashi) Add a test for cursor().
https://github.com/vim/vim/commit/24c4d539eed33e8073f8f9fe2bee497bbba935a4
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 45bfad702c..7c460cd127 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -197,7 +197,7 @@ static int included_patches[] = { // 1096, // 1095 NA // 1094, - // 1093, + 1093, // 1092, // 1091, // 1090, |