]> granicus.if.org Git - vim/commit
patch 8.2.3110: a pattern that matches the cursor position is complicated v8.2.3110
authorBram Moolenaar <Bram@vim.org>
Mon, 5 Jul 2021 18:15:23 +0000 (20:15 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 5 Jul 2021 18:15:23 +0000 (20:15 +0200)
commit04db26b36000a4677b95403ec94bd11f6cc73975
tree409bf4069a07c8276f943b97e8bf93b61c60b01b
parentf6d877975ba93fc9b4bee2c5d2aff88dbf9bea59
patch 8.2.3110: a pattern that matches the cursor position is complicated

Problem:    A pattern that matches the cursor position is bit complicated.
Solution:   Use a dot to indicate the cursor line and column. (Christian
            Brabandt, closes #8497, closes #8179)
runtime/doc/pattern.txt
src/errors.h
src/regexp_bt.c
src/regexp_nfa.c
src/testdir/test_regexp_latin.vim
src/version.c