Adds word and sentence text objects along with a new vim testing system which uses cached neovim data to verify our test accuracy
This commit is contained in:
parent
e96abf1429
commit
b82db3a254
945 changed files with 5678 additions and 655 deletions
9
crates/vim/test_data/test_word_text_object/0text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/0text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick
|
||||
fox jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-quick brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/100head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/100head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
6,9
|
1
crates/vim/test_data/test_word_text_object/101mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/101mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
9
crates/vim/test_data/test_word_text_object/102text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/102text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick brown
|
||||
fox jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-quick
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/103head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/103head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
6,10
|
1
crates/vim/test_data/test_word_text_object/104mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/104mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
9
crates/vim/test_data/test_word_text_object/105text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/105text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick brown
|
||||
fox jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-quick brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/106head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/106head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
6,15
|
1
crates/vim/test_data/test_word_text_object/107mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/107mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
9
crates/vim/test_data/test_word_text_object/108text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/108text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick brown
|
||||
fox jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-quick brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/109head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/109head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
7,0
|
1
crates/vim/test_data/test_word_text_object/10head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/10head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
1,4
|
1
crates/vim/test_data/test_word_text_object/110mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/110mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
9
crates/vim/test_data/test_word_text_object/111text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/111text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick brown
|
||||
fox jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-quick brown
|
||||
over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/112head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/112head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
7,2
|
1
crates/vim/test_data/test_word_text_object/113mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/113mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
9
crates/vim/test_data/test_word_text_object/114text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/114text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick
|
||||
fox jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-quick brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/115head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/115head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
0,10
|
1
crates/vim/test_data/test_word_text_object/116mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/116mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
9
crates/vim/test_data/test_word_text_object/117text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/117text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick
|
||||
fox jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-quick brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/118head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/118head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
0,10
|
1
crates/vim/test_data/test_word_text_object/119mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/119mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
1
crates/vim/test_data/test_word_text_object/11mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/11mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
8
crates/vim/test_data/test_word_text_object/120text.txt
Normal file
8
crates/vim/test_data/test_word_text_object/120text.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
The quick brown jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-quick brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/121head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/121head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
0,15
|
1
crates/vim/test_data/test_word_text_object/122mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/122mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
9
crates/vim/test_data/test_word_text_object/123text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/123text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick brown
|
||||
fox over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-quick brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/124head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/124head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
1,4
|
1
crates/vim/test_data/test_word_text_object/125mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/125mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
9
crates/vim/test_data/test_word_text_object/126text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/126text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick brown
|
||||
fox over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-quick brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/127head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/127head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
1,4
|
1
crates/vim/test_data/test_word_text_object/128mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/128mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
9
crates/vim/test_data/test_word_text_object/129text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/129text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick brown
|
||||
fox jumps
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-quick brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
9
crates/vim/test_data/test_word_text_object/12text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/12text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick brown
|
||||
fox over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-quick brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/130head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/130head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
1,9
|
1
crates/vim/test_data/test_word_text_object/131mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/131mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
8
crates/vim/test_data/test_word_text_object/132text.txt
Normal file
8
crates/vim/test_data/test_word_text_object/132text.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
The quick brown
|
||||
fox jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
The-quick brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/133head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/133head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
2,12
|
1
crates/vim/test_data/test_word_text_object/134mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/134mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
8
crates/vim/test_data/test_word_text_object/135text.txt
Normal file
8
crates/vim/test_data/test_word_text_object/135text.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
The quick brown
|
||||
fox jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
The-quick brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/136head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/136head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
3,0
|
1
crates/vim/test_data/test_word_text_object/137mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/137mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
8
crates/vim/test_data/test_word_text_object/138text.txt
Normal file
8
crates/vim/test_data/test_word_text_object/138text.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
The quick brown
|
||||
fox jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
The-quick brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/139head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/139head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
4,0
|
1
crates/vim/test_data/test_word_text_object/13head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/13head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
1,4
|
1
crates/vim/test_data/test_word_text_object/140mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/140mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
8
crates/vim/test_data/test_word_text_object/141text.txt
Normal file
8
crates/vim/test_data/test_word_text_object/141text.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
The quick brown
|
||||
fox jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
-quick brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/142head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/142head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
5,0
|
1
crates/vim/test_data/test_word_text_object/143mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/143mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
9
crates/vim/test_data/test_word_text_object/144text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/144text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick brown
|
||||
fox jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
-quick brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/145head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/145head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
6,0
|
1
crates/vim/test_data/test_word_text_object/146mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/146mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
9
crates/vim/test_data/test_word_text_object/147text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/147text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick brown
|
||||
fox jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
Thequick brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/148head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/148head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
6,3
|
1
crates/vim/test_data/test_word_text_object/149mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/149mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
1
crates/vim/test_data/test_word_text_object/14mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/14mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
9
crates/vim/test_data/test_word_text_object/150text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/150text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick brown
|
||||
fox jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/151head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/151head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
6,4
|
1
crates/vim/test_data/test_word_text_object/152mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/152mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
9
crates/vim/test_data/test_word_text_object/153text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/153text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick brown
|
||||
fox jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/154head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/154head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
6,4
|
1
crates/vim/test_data/test_word_text_object/155mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/155mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
9
crates/vim/test_data/test_word_text_object/156text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/156text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick brown
|
||||
fox jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-quick
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/157head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/157head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
6,9
|
1
crates/vim/test_data/test_word_text_object/158mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/158mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
9
crates/vim/test_data/test_word_text_object/159text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/159text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick brown
|
||||
fox jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-quick
|
||||
fox-jumps over
|
||||
the lazy dog
|
9
crates/vim/test_data/test_word_text_object/15text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/15text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick brown
|
||||
fox jumpsover
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-quick brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/160head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/160head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
6,10
|
1
crates/vim/test_data/test_word_text_object/161mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/161mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
8
crates/vim/test_data/test_word_text_object/162text.txt
Normal file
8
crates/vim/test_data/test_word_text_object/162text.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
The quick brown
|
||||
fox jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-quick brown-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/163head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/163head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
6,15
|
1
crates/vim/test_data/test_word_text_object/164mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/164mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
9
crates/vim/test_data/test_word_text_object/165text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/165text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick brown
|
||||
fox jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-quick brown
|
||||
-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/166head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/166head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
7,0
|
1
crates/vim/test_data/test_word_text_object/167mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/167mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
9
crates/vim/test_data/test_word_text_object/168text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/168text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick brown
|
||||
fox jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-quick brown
|
||||
fox-over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/169head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/169head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
7,6
|
1
crates/vim/test_data/test_word_text_object/16head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/16head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
1,9
|
1
crates/vim/test_data/test_word_text_object/170mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/170mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
9
crates/vim/test_data/test_word_text_object/171text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/171text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick
|
||||
fox jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-quick brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/172head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/172head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
0,10
|
1
crates/vim/test_data/test_word_text_object/173mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/173mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
9
crates/vim/test_data/test_word_text_object/174text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/174text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick
|
||||
fox jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-quick brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/175head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/175head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
0,10
|
1
crates/vim/test_data/test_word_text_object/176mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/176mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
8
crates/vim/test_data/test_word_text_object/177text.txt
Normal file
8
crates/vim/test_data/test_word_text_object/177text.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
The quick brown jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-quick brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/178head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/178head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
0,15
|
1
crates/vim/test_data/test_word_text_object/179mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/179mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
1
crates/vim/test_data/test_word_text_object/17mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/17mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
9
crates/vim/test_data/test_word_text_object/180text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/180text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick brown
|
||||
fox over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-quick brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/181head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/181head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
1,4
|
1
crates/vim/test_data/test_word_text_object/182mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/182mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
9
crates/vim/test_data/test_word_text_object/183text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/183text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick brown
|
||||
fox over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-quick brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/184head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/184head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
1,4
|
1
crates/vim/test_data/test_word_text_object/185mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/185mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
9
crates/vim/test_data/test_word_text_object/186text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/186text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick brown
|
||||
fox jumps
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-quick brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
1
crates/vim/test_data/test_word_text_object/187head.txt
Normal file
1
crates/vim/test_data/test_word_text_object/187head.txt
Normal file
|
@ -0,0 +1 @@
|
|||
1,9
|
1
crates/vim/test_data/test_word_text_object/188mode.txt
Normal file
1
crates/vim/test_data/test_word_text_object/188mode.txt
Normal file
|
@ -0,0 +1 @@
|
|||
"Insert"
|
8
crates/vim/test_data/test_word_text_object/189text.txt
Normal file
8
crates/vim/test_data/test_word_text_object/189text.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
The quick brown
|
||||
fox jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
The-quick brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
9
crates/vim/test_data/test_word_text_object/18text.txt
Normal file
9
crates/vim/test_data/test_word_text_object/18text.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
The quick brown
|
||||
fox jumps over
|
||||
the lazy dog
|
||||
|
||||
|
||||
|
||||
The-quick brown
|
||||
fox-jumps over
|
||||
the lazy dog
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue