We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caee795 commit 2a94e98Copy full SHA for 2a94e98
2 files changed
src/testdir/test_arabic.vim
@@ -74,9 +74,9 @@ endfunc
74
func Test_arabic_toggle_keymap()
75
new
76
set arabic
77
- call feedkeys("i12\<C-^>12\<C-^>12", 'tx')
78
- call assert_match("^ *٢١21٢١$", ScreenLines(1, &columns)[0])
79
- call assert_equal('١٢12١٢', getline('.'))
+ call feedkeys("i12\<C-^>12\<C-^>12abcd", 'tx')
+ call assert_match("^ *.*ﺷ212121$", ScreenLines(1, &columns)[0])
+ call assert_equal('121212شلاؤي', getline('.'))
80
set arabic&
81
bwipe!
82
endfunc
src/version.c
@@ -704,6 +704,8 @@ static char *(features[]) =
704
705
static int included_patches[] =
706
{ /* Add new patch number below this line */
707
+/**/
708
+ 2092,
709
/**/
710
2091,
711
0 commit comments