Skip to content

Commit 26a280c

Browse files
committed
Fix duplication of patch.
1 parent ffea8c9 commit 26a280c

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

src/testdir/test_charsearch_utf8.vim

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,3 @@ function! Test_search_cmds()
2020
endfunction
2121

2222
" vim: shiftwidth=2 sts=2 expandtab
23-
" Tests for related f{char} and t{char} using utf-8.
24-
if !has('multi_byte')
25-
finish
26-
endif
27-
28-
" Test for t,f,F,T movement commands
29-
function! Test_search_cmds()
30-
new!
31-
call setline(1, "・最初から最後まで最強のVimは最高")
32-
1
33-
normal! f
34-
call assert_equal([0, 1, 4, 0], getpos('.'))
35-
normal! ;
36-
call assert_equal([0, 1, 16, 0], getpos('.'))
37-
normal! 2;
38-
call assert_equal([0, 1, 43, 0], getpos('.'))
39-
normal! ,
40-
call assert_equal([0, 1, 28, 0], getpos('.'))
41-
bw!
42-
endfunction
43-
44-
" vim: shiftwidth=2 sts=2 expandtab

src/version.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -784,8 +784,6 @@ static int included_patches[] =
784784
447,
785785
/**/
786786
446,
787-
/**/
788-
446,
789787
/**/
790788
445,
791789
/**/

0 commit comments

Comments
 (0)