]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0418: Cannot move to previous/next rare word v9.1.0418
authorChrist van Willegen - van Noort <github.com@vanwillegen-vannoort.nl>
Fri, 17 May 2024 16:49:27 +0000 (18:49 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 17 May 2024 16:52:45 +0000 (18:52 +0200)
commit8e4c4c7d87def2b100a5d64dc518ef85d9de8765
tree52e523d63196ca353a18d0fb13d2f98ffbd80ca3
parentcf78d0df51f2737f278a2410f166862001d875ae
patch 9.1.0418: Cannot move to previous/next rare word

Problem:  Cannot move to previous/next rare word
          (Colin Kennedy)
Solution: Add the ]r and [r motions (Christ van Willegen)

fixes: #14773
closes: #14780

Signed-off-by: Christ van Willegen - van Noort <github.com@vanwillegen-vannoort.nl>
Signed-off-by: Christian Brabandt <cb@256bit.org>
14 files changed:
runtime/doc/spell.txt
runtime/doc/tags
runtime/doc/version9.txt
src/drawline.c
src/evalfunc.c
src/insexpand.c
src/normal.c
src/proto/spell.pro
src/spell.c
src/spellsuggest.c
src/testdir/Make_all.mak
src/testdir/test_spellrare.vim [new file with mode: 0644]
src/version.c
src/vim.h