]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1499: Vim9: error when using "$" with col() v8.2.1499
authorBram Moolenaar <Bram@vim.org>
Thu, 20 Aug 2020 20:29:12 +0000 (22:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 20 Aug 2020 20:29:12 +0000 (22:29 +0200)
commitec65d77fa26cc87f7ce54a5a941a799e3a667c50
tree85d312ddb71ac795c1e1f97304e1408589b16de6
parent733d259a83bfdd3e1670cc1665e1bd56501799df
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)
src/eval.c
src/testdir/test_vim9_func.vim
src/version.c