commit | ec65d77fa26cc87f7ce54a5a941a799e3a667c50 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 20 22:29:12 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 20 22:29:12 2020 +0200 |
tree | 85d312ddb71ac795c1e1f97304e1408589b16de6 | |
parent | 733d259a83bfdd3e1670cc1665e1bd56501799df [diff] [blame] |
patch 8.2.1499: Vim9: error when using "$" with col() Problem: Vim9: error when using "$" with col(). Solution: Reorder getting the column value. (closes #6744)
diff --git a/src/version.c b/src/version.c index 51306ef..d1c75a3 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1499, +/**/ 1498, /**/ 1497,