Home
last modified time | relevance | path

Searched refs:xx (Results 1 – 25 of 75) sorted by relevance

123

/vim-8.2.3635/src/testdir/
H A Dtest23.ok20 xx xx a
21 xx aaaaa xx a
22 xx aaaaa xx a
23 xx Aaa xx
24 xx Aaaa xx
25 xx Aaa xx
26 xx foobar xA xx
27 xx an A xx
H A Dtest23.in77 xx aaaaa xx a
78 xx aaaaa xx a
79 xx aaaaa xx a
80 xx aaaaa xx
81 xx aaaaa xx
82 xx aaa12aa xx
83 xx foobar xbar xx
84 xx an file xx
H A Dtest_regex_char_classes.vim48 call RunSTest("xx aaaaa xx a", "s/\\(a\\)\\+//", "xx xx a")
49 call RunSTest("xx aaaaa xx a", "s/\\(a*\\)\\+//", "xx aaaaa xx a")
50 call RunSTest("xx aaaaa xx a", "s/\\(a*\\)*//", "xx aaaaa xx a")
51 call RunSTest("xx aaaaa xx", "s/\\(a\\)\\{2,3}/A/", "xx Aaa xx")
52 call RunSTest("xx aaaaa xx", "s/\\(a\\)\\{-2,3}/A/", "xx Aaaa xx")
53 call RunSTest("xx aaa12aa xx", "s/\\(a\\)*\\(12\\)\\@>/A/", "xx Aaa xx")
54 call RunSTest("xx foobar xbar xx", "s/\\(foo\\)\\@<!bar/A/", "xx foobar xA xx")
55 call RunSTest("xx an file xx", "s/\\(an\\_s\\+\\)\\@<=file/A/", "xx an A xx")
H A Dtest_textformat.vim460 \ "xxxxx xx xxxxxx ",
461 \ "xxxxxxx xxxxxxxxx xxx xxxx xxxxx xxxxx xxx xx",
462 \ "xxxxxxxxxxxxxxxxxx xxxxx xxxx, xxxx xxxx xxxx xxxx xxx xx xx",
463 \ "xx xxxxxxx. xxxx xxxx.",
465 \ "> xx xx, xxxx xxxx xxx xxxx xxx xxxxx xxx xxx xxxxxxx xxx xxxxx",
466 \ "> xxxxxx xxxxxxx: xxxx xxxxxxx, xx xxxxxx xxxx xxxxxxxxxx"
471 \ "xxxxx xx xxxxxx xxxxxxx xxxxxxxxx xxx xxxx xxxxx xxxxx xxx xx",
472 \ "xxxxxxxxxxxxxxxxxx xxxxx xxxx, xxxx xxxx xxxx xxxx xxx xx xx xx xxxxxxx.",
475 \ "> xx xx, xxxx xxxx xxx xxxx xxx xxxxx xxx xxx xxxxxxx xxx xxxxx xxxxxx",
476 \ "> xxxxxxx: xxxx xxxxxxx, xx xxxxxx xxxx xxxxxxxxxx",
H A Dtest_regexp_latin.vim305 call add(tl, [2, 'x\+', 'abcdeoijdfxxiuhfij', 'xx'])
470 call add(tl, [2, 'xx \ze test', 'xx '])
570 call add(tl, [2, '\(foo\)\@<!bar.', 'xx foobar1 xbar2 xx', 'bar2'])
860xx xxxxxx xxxxxx xxxxx xxxxxxx xx xxxx xxxxxxxx xxxx xxxxxxxxxxx xxx xxxxxxx xxxxxxxxx xx xxxxxx x…
876xx xxxxxx xxxxxx xxxxx xxxxxxx xx xxxx xxxxxxxx xxxx xxxxxxxxxxx xxx xxxxxxx xxxxxxxxx xx xxxxxx x…
H A Dtest_matchfuzzy.vim186 call assert_equal(['xㄞㄡㄤfffifl', 'xxㄞㄡㄤfffifl'],
187 \ ['xxㄞㄡㄤfffifl', 'xㄞㄡㄤfffifl']->matchfuzzy('ㄞㄡㄤfffifl'))
189 call assert_equal(['ŗŝţ', 'ŗŝţx', 'ŗŝţxx'],
190 \ ['ŗŝţxx', 'ŗŝţ', 'ŗŝţx']->matchfuzzy('ŗŝţ'))
222 call assert_equal([['xѳѵҁxxѳѴҁ'], [[6, 7, 8]], [189]], matchfuzzypos(['xѳѵҁxxѳѴҁ'], 'ѳѵҁ'))
H A Dtest_let.vim453 " ignore "python << xx"
456 python << xx
458 call assert_equal(['something', 'python << xx'], var1)
460 " ignore "python << xx" with trim
463 python << xx
465 call assert_equal(['something', 'python << xx'], var1)
H A Dtest_vim9_disassemble.vim1816 ['"xx" > aString', 'COMPARESTRING >'],
1845 ['77 == g:xx', 'COMPAREANY =='],
1846 ['77 != g:xx', 'COMPAREANY !='],
1847 ['77 > g:xx', 'COMPAREANY >'],
1848 ['77 < g:xx', 'COMPAREANY <'],
1849 ['77 >= g:xx', 'COMPAREANY >='],
1850 ['77 <= g:xx', 'COMPAREANY <='],
1851 ['77 =~ g:xx', 'COMPAREANY =\~'],
1852 ['77 !~ g:xx', 'COMPAREANY !\~'],
1853 ['77 is g:xx', 'COMPAREANY is'],
[all …]
H A Dtest_regexp_utf8.vim247 call add(tl, [2, '\i\+', '&*¨xx ', 'xx'])
365 call assert_equal('xxİ', substitute('iIİ', '\(i\c\)', 'x', 'g'))
390 8 axx [ab]xx
423 call assert_equal('8 axx ab]xx', getline('.'))
H A Dtest_listchars.vim327 call assert_fails('set listchars=tab:x,tab:xx', 'E474:')
328 call assert_fails('set listchars=tab:xx,tab:x', 'E474:')
333 call assert_fails('set listchars=space:xx', 'E474:')
340 call assert_fails('set listchars=tab:xx·', 'E474:')
H A Dtest_vim9_cmd.vim99 edit X`=filename`xx`=filenr`yy
130 exe "edit %%" .. btwo .. "xx"
170 setline(1, 'xx')
172 g/^xx/s/.*/`=name`
1103 setline(1, ['xxx foo xxx', 'xxx bar xxx', 'xxx foo xx bar'])
1107 getline(1, 3)->assert_equal(['xxx baz xxx', 'xxx baz xxx', 'xxx baz xx baz'])
H A Dtest_cindent.vim290 case xx:
300 case xx:
682 "xx", /* xx */}; /* asdf */
702 char * xx = "asdf\
1255 case xx:
1265 case xx:
1647 "xx", /* xx */}; /* asdf */
1667 char * xx = "asdf\
/vim-8.2.3635/runtime/tutor/
H A DREADME.txt26 The tutor.xx and tutor.xx.utf-8 files are translated files (where xx is the
27 language code). The encoding of tutor.xx might be latin1 or other traditional
29 you just need to prepare the tutor.xx.utf-8 file.
30 If you need another encoding, you can also prepare a file named tutor.xx.enc
33 The "make" command can be used for creating tutor.xx from tutor.xx.utf-8.
34 See the Makefile for detail. (For some languages, tutor.xx.utf-8 is created
35 from tutor.xx for historical reasons.)
H A Dtutor.vim7 " tutor file exist, i.e., a tutor.xx file, where xx is the language.
15 if strlen($xx) > 1
16 let s:ext = "." . $xx
/vim-8.2.3635/src/po/
H A DREADME.txt3 In this directory you will find xx.po files, where "xx" is a language code.
48 We will use "xx.po" as an example here, replace "xx" with the name of your
51 - Edit Makefile to add xx to LANGUAGES and xx.mo to MOFILES.
56 % msginit -l xx
59 generate a correct xx.po file. After that vim.pot is not needed.
66 will use "xx.po" as an example here, replace "xx" with the name of your
71 make xx
75 Your original xx.po file will be copied to xx.po.orig
122 vim -S check.vim xx.po
123 make xx.mo
H A DREADME_mingw.txt20 First of all you must set the environment variable LANGUAGE to xx, where xx is
22 line to your autoexec.bat file: set LANGUAGE=xx. You must also add your
26 If you don't have a xx.po file, you must create it with the command:
30 This will produce a new brand xx.po file with all the messages in Vim ready
45 make -f Make_ming.mak xx
50 Your original xx.po file will be copied to xx.po.orig
77 vim -S check.vim xx.po
78 make -f Make_ming.mak xx.mo
87 This will create the xx\LC_MESSAGES directory (if it does not exist) and
H A DREADME_mvc.txt80 nmake -f Make_mvc.mak xx.po
82 where xx is the language code for the language needing translations. The
83 original .po file is copied to xx.po.orig.
100 nmake -f make_mvc.mak xx.mo
112 This will create the xx\LC_MESSAGES directory in runtime\lang if it does not
H A DMake_ming.mak10 # language (xx) and add it to the next three lines.
/vim-8.2.3635/
H A Dvimtutor.bat4 :: Usage: vimtutor [-console] [xx]
7 :: xx is a language code like "es" or "nl".
8 :: When an xx argument is given, it tries loading that tutor.
9 :: When this fails or no xx argument was given, it tries using 'v:lang'
28 SET xx=%1
32 SET xx=%1
68 SET xx=
H A Dvimtutor.com47 $ xx = p'inx'
48 $ assign/nolog "''xx'" xx
/vim-8.2.3635/src/
H A Dvimtutor23 xx=$1
24 export xx
H A Dos_amiga.c968 #define MP(xx) ((struct MsgPort *)((struct FileHandle *) (BADDR(xx)))->fh_Type) argument
/vim-8.2.3635/runtime/doc/
H A Dhelphelp.txt112 :helpg[rep] {pattern}[@xx]
115 The optional [@xx] specifies that only matches in the
116 "xx" language are to be found.
140 :lh[elpgrep] {pattern}[@xx]
H A Dmlang.txt116 Message files (vim.mo) have to be placed in "$VIMRUNTIME/lang/xx/LC_MESSAGES",
117 where "xx" is the abbreviation of the language (mostly two letters).
/vim-8.2.3635/runtime/syntax/
H A Dcontext.vim121 syn match contextFont '\\\%(tf\|b[si]\|s[cl]\|os\)\%(xx\|[xabcd]\)\=\>'

123