commit | a4f99f5a8b827162a26ca4e4d59f4f224503398a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 26 16:25:32 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 26 16:25:32 2017 +0200 |
tree | 83d8d5a352b208fc6cadc2eb06303d9c44c1ed07 | |
parent | e92246039475e504d7a05c27c81997d3700c7862 [diff] [blame] |
patch 8.0.0998: strange error when using K while only spaces are selected Problem: Strange error when using K while only spaces are selected. (Christian J. Robinson) Solution: Check for blank argument.
diff --git a/src/version.c b/src/version.c index d2f728a..766bd86 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 998, +/**/ 997, /**/ 996,