aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-08-17 09:01:48 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-08-17 09:07:12 +0800
commitdd15fa70967a29e535ae189d387f2e813aaa07fb (patch)
treeb5ebaae16f487a51a5184879c6189ba1e60bf4a4
parent65bcec9e9ba8f134536b9d3db1d5beac26991e17 (diff)
downloadrneovim-dd15fa70967a29e535ae189d387f2e813aaa07fb.tar.gz
rneovim-dd15fa70967a29e535ae189d387f2e813aaa07fb.tar.bz2
rneovim-dd15fa70967a29e535ae189d387f2e813aaa07fb.zip
vim-patch:9.0.0222: no good reason why text objects are only in larger builds
Problem: No good reason why text objects are only in larger builds. Solution: Graduate +textobjects. https://github.com/vim/vim/commit/887748742deae3d6de7aa0fdbb042afe1ccf5e7a
-rw-r--r--src/nvim/testdir/test_textobjects.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_textobjects.vim b/src/nvim/testdir/test_textobjects.vim
index eeb2946a8b..f21d6fcb99 100644
--- a/src/nvim/testdir/test_textobjects.vim
+++ b/src/nvim/testdir/test_textobjects.vim
@@ -1,7 +1,6 @@
" Test for textobjects
source check.vim
-CheckFeature textobjects
func CpoM(line, useM, expected)
new