We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b95da commit ab9f66cCopy full SHA for ab9f66c
test/node_position/test_position.ok
@@ -5,5 +5,6 @@ function! F()
5
let x = "
6
\1
7
\2 <- tab
8
- \3"
+ \3 マルチバイト
9
+ \4"
10
endfunction
test/node_position/test_position.vim
@@ -10,7 +10,8 @@ function! s:run()
\ ' let x = "',
11
\ ' \1',
12
\ ' \2 <- tab',
13
- \ ' \3"',
+ \ ' \3 マルチバイト',
14
+ \ ' \4"',
15
\ 'endfunction',
16
\ '',
17
\ '" END',
0 commit comments