]> granicus.if.org Git - vim/commit
patch 8.0.1090: cannot get the text under the cursor like v:beval_text v8.0.1090
authorBram Moolenaar <Bram@vim.org>
Sun, 10 Sep 2017 16:16:20 +0000 (18:16 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 10 Sep 2017 16:16:20 +0000 (18:16 +0200)
commit65f084749b260746d7f186af4f080298be2df55b
treebff55e0c1924c835001e7dc92857e3e09e5433e1
parentc168bd4bd3a9b856fc410fc4515dcca1d10d7461
patch 8.0.1090: cannot get the text under the cursor like v:beval_text

Problem:    cannot get the text under the cursor like v:beval_text
Solution:   Add <cexpr>.
runtime/doc/cmdline.txt
src/ex_docmd.c
src/testdir/test_normal.vim
src/version.c