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 13d5aee commit 09e786eCopy full SHA for 09e786e
2 files changed
src/testdir/test_langmap.vim
@@ -1,5 +1,9 @@
1
" tests for 'langmap'
2
3
+if !has('langmap')
4
+ finish
5
+endif
6
+
7
func Test_langmap()
8
new
9
set langmap=}l,^x,%v
src/version.c
@@ -741,6 +741,8 @@ static char *(features[]) =
741
742
static int included_patches[] =
743
{ /* Add new patch number below this line */
744
+/**/
745
+ 1152,
746
/**/
747
1151,
748
0 commit comments