commit | 22aad2f8806acf390568b8e524e53260a322aaa5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 30 18:19:46 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 30 18:19:46 2017 +0200 |
tree | d343828b8d65e5675816fa7c1e6f46670014b475 | |
parent | f144a3fb73340fe22e08bd1fa77e27c9f55bb0af [diff] [blame] |
patch 8.0.0817: cannot get the terminal line at the cursor Problem: Cannot get the line of a terminal window at the cursor. Solution: Make the row argunt optionsl. (Yasuhiro Matsumoto, closes #1898)
diff --git a/src/version.c b/src/version.c index f601bfd..21cd3e2 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 817, +/**/ 816, /**/ 815,