Home
last modified time | relevance | path

Searched refs:L (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/vim-8.2.3635/src/
H A Dif_lua.c49 lua_State *L; member
79 #define luaV_msg(L) luaV_msgfunc((L), (msgfunc_T) msg) argument
80 #define luaV_emsg(L) luaV_msgfunc((L), (msgfunc_T) emsg) argument
95 #define luaV_openlib(L, l, n) luaL_openlib(L, NULL, l, n) argument
651 state->L = L; in luaV_totypval()
673 state->L = L; in luaV_totypval()
1572 lua_pushboolean(L, !lua_isnil(L, -1)); in luaV_buffer_isvalid()
1706 lua_pushboolean(L, !lua_isnil(L, -1)); in luaV_window_isvalid()
1820 del = (lua_gettop(L) < 4) || lua_isnil(L, 4); in luaV_setvar()
2272 luaV_setudata(L, lua_touserdata(L, 1)); in luaV_free()
[all …]
H A Doptiondefs.h376 {(char_u *)0L, (char_u *)0L}
385 {(char_u *)0L, (char_u *)0L}
445 {(char_u *)0L, (char_u *)0L}
454 {(char_u *)0L, (char_u *)0L}
463 {(char_u *)0L, (char_u *)0L}
472 {(char_u *)0L, (char_u *)0L}
481 {(char_u *)0L, (char_u *)0L}
505 {(char_u *)0L, (char_u *)0L}
514 {(char_u *)0L, (char_u *)0L}
533 {(char_u *)0L, (char_u *)0L}
[all …]
H A Dvimrun.c45 if (*p == L'"') in main()
47 else if (!inquote && *p == L' ') in main()
54 while (*p == L' ') in main()
60 if (p[0] == L'-' && p[1] == L's' && p[2] == L' ') in main()
64 while (*p == L' ') in main()
71 WriteConsoleW(hstdout, L"\r\n", 2, &written, NULL); in main()
77 if (cmdlen >= 2 && p[0] == L'"' && p[cmdlen - 1] == L'"') in main()
86 _snwprintf(cmd, cmdlen, L"(%s)", p); in main()
H A Discygpty.c135 nameinfo->FileName[nameinfo->FileNameLength / sizeof(WCHAR)] = L'\0'; in is_cygpty()
137 if (is_wprefix(p, L"\\cygwin-")) { // Cygwin in is_cygpty()
139 } else if (is_wprefix(p, L"\\msys-")) { // MSYS and MSYS2 in is_cygpty()
147 if (is_wprefix(p, L"-pty")) { in is_cygpty()
156 if (is_wprefix(p, L"-from-master")) { in is_cygpty()
158 } else if (is_wprefix(p, L"-to-master")) { in is_cygpty()
H A Dos_mswin.c1693 # define is_path_sep(c) ((c) == L'\\' || (c) == L'/')
1777 buff[6] = L'\\'; in resolve_reparse_point()
2935 case L'h': in get_logfont()
2938 case L'w': in get_logfont()
2941 case L'W': in get_logfont()
2944 case L'b': in get_logfont()
2947 case L'i': in get_logfont()
2950 case L'u': in get_logfont()
2953 case L's': in get_logfont()
2956 case L'c': in get_logfont()
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_regex_char_classes.vim146 \ "\t\<C-L>\<C-M> !\"#$%&'()#+'-./:;<=>?@[\]^`{|}~\<C-?>\u0080\u0082\u0090\u009b������"],
148 \ "\t\<C-L>\<C-M> !\"#$%&'()#+'-./:;<=>?@[\]^`{|}~\<C-?>\u0080\u0082\u0090\u009b������"],
150 \ "\t\<C-L>\<C-M> !\"#$%&'()#+'-./:;<=>?@[\]^`{|}~\<C-?>\u0080\u0082\u0090\u009b������"],
152 \ "\t\<C-L>\<C-M> !\"#$%&'()#+'-./:;<=>?@[\]^`{|}~\<C-?>\u0080\u0082\u0090\u009b������"],
154 \ "\t\<C-L>\<C-M> !\"#$%&'()#+'-./:;<=>?@[\]^`{|}~\<C-?>\u0080\u0082\u0090\u009b������"],
229 \ [':s/\%#=0\L//g',
231 \ [':s/\%#=1\L//g',
233 \ [':s/\%#=2\L//g',
272 \ "\t\<C-L>\<C-M> !\"#$%&'()#+'-./{|}~\<C-?>\u0080\u0082\u0090\u009b������"],
274 \ "\t\<C-L>\<C-M> !\"#$%&'()#+'-./{|}~\<C-?>\u0080\u0082\u0090\u009b������"],
[all …]
H A Dtest_cdo.vim45 call assert_equal(['Xtestfile1 1L 3C', 'Xtestfile2 2L 2C', 'Xtestfile3 3L 1C'], l)
51 call assert_equal(['Xtestfile2 2L 2C', 'Xtestfile3 3L 1C'], l)
57 call assert_equal(['Xtestfile1 1L 3C'], l)
62 call assert_equal(['Xtestfile3 3L 1C'], l)
68 call assert_equal(['Xtestfile1 1L 3C', 'Xtestfile2 2L 2C', 'Xtestfile3 3L 1C'], l)
73 call assert_equal(['Xtestfile1 1L 3C', 'Xtestfile2 2L 2C', 'Xtestfile3 3L 1C'], l)
79 call assert_equal(['Xtestfile2 2L 2C'], l)
160 call assert_equal(['Xtestfile1 1L 3C', 'Xtestfile2 2L 2C', 'Xtestfile3 2L 3C'], l)
165 call assert_equal(['Xtestfile2 2L 2C', 'Xtestfile3 2L 3C'], l)
175 call assert_equal(['Xtestfile1 1L 3C', 'Xtestfile2 2L 2C', 'Xtestfile3 2L 3C'], l)
[all …]
H A Dtest_filechanged.vim105 call feedkeys('L', 'L')
123 call feedkeys('L', 'L')
131 call feedkeys('L', 'L')
150 call feedkeys('L', 'L')
H A Dtest_getvar.vim129 let l:L = {-> 42}
130 call assert_match('^<lambda>', get(l:L, 'name'))
131 call assert_equal(l:L, get(l:L, 'func'))
132 call assert_equal({'lambda has': 'no dict'}, get(l:L, 'dict', {'lambda has': 'no dict'}))
133 call assert_equal(0, get(l:L, 'dict'))
134 call assert_equal([], get(l:L, 'args'))
H A Dtest_spellfile.vim621 call writefile(['SFX L Y 1', 'SFX L 0 re [^x]', 'FLAG long'], 'Xtest.aff')
648 call writefile(['PFX L Y 1', 'PFX L 0 re x', 'COMPOUNDFLAG c', 'COMPOUNDFORBIDFLAG x'],
654 call writefile(['PFX L Y 1', 'PFX L 0 re x', 'COMPOUNDPERMITFLAG c'],
690 call writefile(['PFX L Y 1', 'PFX L 0 re x', 'PFX L Y 1', 'PFX L 0 re x'],
696 call writefile(['PFX L Y 1', 'PFX L Y 1'], 'Xtest.aff')
701 call writefile(['PFX L Y 1', 'PFX L 0 re x', 'PFX L N 1'], 'Xtest.aff')
711 call writefile(['PFX L Y 1 Test', 'PFX L 0 re x'], 'Xtest.aff')
716 call writefile(['PFX L Y 1', 'PFX L 0 re x Test'], 'Xtest.aff')
721 call writefile(['PFX L X 1', 'PFX L 0 re x'], 'Xtest.aff')
765 call writefile(['FLAG num', 'SFX L Y 1', 'SFX L 0 re [^x]'], 'Xtest.aff')
[all …]
/vim-8.2.3635/runtime/macros/
H A Dless.vim131 map F :e<CR>G<SID>L:sleep 1<CR>F
134 noremap <script> d <C-D><SID>L
147 noremap <script> b <C-B><SID>L
156 noremap <script> u <C-U><SID>L
160 noremap <script> k <C-Y><SID>L
168 noremap <script> r <C-L><SID>L
169 noremap <script> <C-R> <C-L><SID>L
170 noremap <script> R <C-L><SID>L
173 noremap <script> g gg<SID>L
180 noremap <script> G G<SID>L
[all …]
/vim-8.2.3635/runtime/spell/ga/
H A Dga_IE.diff46 + SAL ALBH-- *L* # epenthetic vowel
116 + SAL �ALBH-- *L # b�albhach only, exception to ALBH
200 + SAL L(BGM)- L* # epenthetic vowel, see also ULCH--
201 + SAL L L
218 + SAL NDOIL(BF)- N*L* # epenthetic vowel, see DOIL(BF)-
221 + SAL NGEALLMH-- N*L* # epenthetic vowel, see GEALLMH-
235 + SAL OCALBH-- *K*L # exception to ALBH - focalbh�* only
270 + SAL SHOILBH-- H*L* # epenthetic, see LBH--
271 + SAL SOILBH-- S*L* # epenthetic, see LBH--
281 + SAL TSOILBH-- T*L* # epenthetic vowel, see SOILBH--
[all …]
/vim-8.2.3635/runtime/spell/gd/
H A Dgd_GB.diff42 + SAL ALBH-- *L* # epenthetic vowel
112 + SAL �ALBH-- *L # b�albhach only, exception to ALBH
196 + SAL L(BGM)- L* # epenthetic vowel, see also ULCH--
197 + SAL L L
214 + SAL NDOIL(BF)- N*L* # epenthetic vowel, see DOIL(BF)-
217 + SAL NGEALLMH-- N*L* # epenthetic vowel, see GEALLMH-
231 + SAL OCALBH-- *K*L # exception to ALBH - focalbh�* only
266 + SAL SHOILBH-- H*L* # epenthetic, see LBH--
267 + SAL SOILBH-- S*L* # epenthetic, see LBH--
277 + SAL TSOILBH-- T*L* # epenthetic vowel, see SOILBH--
[all …]
/vim-8.2.3635/runtime/tutor/
H A Dtutor.ja.sjis31 j j �L�[�͉����L�[�̂悤�ȃL�[�ł��B
69 ���b�X�� 1.3: �e�L�X�g�ҏW - �폜
92 ���b�X�� 1.4: �e�L�X�g�ҏW - �}��
107 ---> ���� �ɂ� ����Ȃ� �e�L�X�g ����B
115 ���b�X�� 1.5: �e�L�X�g�ҏW - �lj�
130 ---> �����ɂ͊Ԉ�����e�L�X�g������
131 �����ɂ͊Ԉ�����e�L�X�g������܂��B
132 ---> �����ɂ��Ԉ�����e�L�X
133 �����ɂ��Ԉ�����e�L�X�g������܂��B
166 1. �J�[�\���͖��L�[�������� hjkl �L�[�ňړ����܂��B
[all …]
/vim-8.2.3635/src/po/
H A Dzh_TW.po938 msgstr "E365: �L�k�C�L PostScript �ɮ�"
1069 msgstr "�L�Ȧs��"
1557 "���J�ɮ�(&L)"
1781 msgstr "�L�o��"
2088 msgstr "E266: ���R�O�L�k�ϥΡA�L�k���J Ruby �{���w(Library)"
2184 msgstr "��L���_"
2602 msgstr "�L���"
2617 msgstr "�L Display: �L�k�ǰe�B�⦡�C\n"
3699 msgstr "E237: �L�k��ܦ��L���"
4313 msgstr "E669: �s�զW�٤����L�k�C�L���r��"
[all …]
/vim-8.2.3635/runtime/lang/
H A Dmenu_japanese_japan.932.vim65 menutrans Find\ and\ Rep&lace\.\.\. �u��(&L)\.\.\.
66 menutrans Find\ and\ Rep&lace<Tab>:%s �u��(&L)<Tab>:%s
67 menutrans Find\ and\ Rep&lace<Tab>:s �u��(&L)<Tab>:s
112 \ ���X�g���[�h�ؑ�(&L)<Tab>:set\ list!
127 menutrans Te&xt\ Width\.\.\. �e�L�X�g��(&X)\.\.\.
128 menutrans &File\ Format\.\.\. ���s�L���I��(&F)\.\.\.
137 menutrans &Keymap �L�[�}�b�v(&K)
163 menutrans &Spell\ Check\ On �X�y���`�F�b�N�L��(&S)
230 menutrans &Left\ side<Tab>^WH ��(&L)<Tab>^WH
254 menutrans Select\ &Line �s�I��(&L)
[all …]
H A Dmenu_chinese_taiwan.950.vim36 menutrans Sp&lit-Open\.\.\.<Tab>:sp ���ε����ö}��(&L)<Tab>:sp
46 menutrans &Print �C�L(&P)
68 menutrans Find\ and\ Rep&lace\.\.\. �M���N(&L)\.\.\.
74 menutrans &Keymap ��L����(&K)
76 menutrans None �L
189 menutrans Co&lor\ test ��m��ܴ���(&L)
203 " menutrans [No\ file] [�L�ɮ�]
211 menutrans Sp&lit\ To\ #<Tab>^W^^ ����#(&L)<Tab>^W^^
222 menutrans &Left\ side<Tab>^WH ����(&L)<Tab>^WH
245 menutrans Select\ &Line ��ܦ�(&L)
[all …]
H A Dmenu_is_is.latin1.vim47 menutrans &Paste<Tab>"+gP L�ma<Tab>"+gP
48 menutrans Put\ &Before<Tab>[p L�ma\ Fyrir<Tab>[p
49 menutrans Put\ &After<Tab>]p L�ma\ Eftir<Tab>]p
126 menutrans &View\ Cursor\ Line<Tab>zv Sj�\ L�nu\ Bendils<Tab>zv
161 menutrans L&ist\ Messages<Tab>:cl! Birta\ Skilabo�<Tab>:cl!
175 " }}} TOOLS / T�L
213 menutrans M&in\ Height<Tab>^W1_ L�gmarksh��<Tab>^W1_
245 menutrans &Paste L�ma
251 menutrans Select\ &Line Velja\ L�nu
270 tmenu ToolBar.Paste L�ma
[all …]
H A Dmenu_ja_jp.euc-jp.vim39 menutrans Sp&lit-Open\.\.\.<Tab>:sp ʬ�䤷�Ƴ���(&L)\.\.\.<Tab>:sp
65 menutrans Find\ and\ Rep&lace\.\.\. �ִ�(&L)\.\.\.
66 menutrans Find\ and\ Rep&lace<Tab>:%s �ִ�(&L)<Tab>:%s
67 menutrans Find\ and\ Rep&lace<Tab>:s �ִ�(&L)<Tab>:s
97 menutrans Toggle\ &Left\ Scrollbar ��������С�(��)ɽ������(&L)
112 \ �ꥹ�ȥ⡼������(&L)<Tab>:set\ list!
146 menutrans &List\ Errors<Tab>:cl ���顼�ꥹ��(&L)<Tab>:cl
223 menutrans Sp&lit\ To\ #<Tab>^W^^ ΢�Хåե���ʬ��(&L)<Tab>^W^^
230 menutrans &Left\ side<Tab>^WH ��(&L)<Tab>^WH
254 menutrans Select\ &Line ������(&L)
[all …]
H A Dmenu_ja_jp.utf-8.vim65 menutrans Find\ and\ Rep&lace\.\.\. 置換(&L)\.\.\.
66 menutrans Find\ and\ Rep&lace<Tab>:%s 置換(&L)<Tab>:%s
67 menutrans Find\ and\ Rep&lace<Tab>:s 置換(&L)<Tab>:s
97 menutrans Toggle\ &Left\ Scrollbar スクロールバー(左)表示切替(&L)
112 \ リストモード切替(&L)<Tab>:set\ list!
146 menutrans &List\ Errors<Tab>:cl エラーリスト(&L)<Tab>:cl
187 menutrans C&lose\ more\ folds<Tab>zm 折畳みを閉じる(&L)<Tab>zm
223 menutrans Sp&lit\ To\ #<Tab>^W^^ 裏バッファへ分割(&L)<Tab>^W^^
230 menutrans &Left\ side<Tab>^WH 左(&L)<Tab>^WH
254 menutrans Select\ &Line 行選択(&L)
[all …]
H A Dmenu_zh_tw.utf-8.vim37 menutrans Sp&lit-Open\.\.\.<Tab>:sp 分割視窗並開啟(&L)<Tab>:sp
69 menutrans Find\ and\ Rep&lace\.\.\. 尋找並取代(&L)\.\.\.
84 menutrans Toggle\ &List\ Mode<Tab>:set\ list! 切換顯示行尾及TAB(&L)<Tab>:set\ list!
117 menutrans Toggle\ &Left\ Scrollbar 切換使用左端捲動軸(&L)
133 menutrans C&lose\ more\ folds<Tab>zm 收起一層\ Folds(&L)<Tab>zm
162 menutrans L&ist\ Messages<Tab>:cl! 列出所有訊息(&I)<Tab>:cl!
190 menutrans Co&lor\ test 色彩顯示測試(&L)
212 menutrans Sp&lit\ To\ #<Tab>^W^^ 分割到#(&L)<Tab>^W^^
223 menutrans &Left\ side<Tab>^WH 左邊(&L)<Tab>^WH
246 menutrans Select\ &Line 選擇行(&L)
/vim-8.2.3635/runtime/
H A Dmakemenu.vim326 SynMenu L.Lace:lace
328 SynMenu L.Latte:latte
332 SynMenu L.Less:less
333 SynMenu L.Lex:lex
335 SynMenu L.Libao:libao
337 SynMenu L.Lilo:lilo
341 SynMenu L.Lisp:lisp
342 SynMenu L.Lite:lite
350 SynMenu L.Lout:lout
351 SynMenu L.LPC:lpc
[all …]
/vim-8.2.3635/runtime/spell/it/
H A Dit_IT.diff48 - PFX T a L'A a
49 - PFX T e L'E e
50 - PFX T i L'I i
51 - PFX T o L'O o
52 - PFX T u L'U u
53 - PFX T h L'H h
289 - PFX i a L'A a
290 - PFX i e L'E e
291 - PFX i i L'I i
292 - PFX i o L'O o
[all …]
/vim-8.2.3635/runtime/spell/ru/
H A Dru_RU.diff14 SFX L Y 52
34 ������/L
38 ������/L
49 ����/L
/vim-8.2.3635/src/GvimExt/
H A Dgvimext.cpp209 len = GetEnvironmentVariableW(L"PATH", NULL, 0); in dyn_libintl_init()
215 GetEnvironmentVariableW(L"PATH", buf, len); in dyn_libintl_init()
217 _snwprintf(buf2, len2, L"%S\\GvimExt64;%s", dir, buf); in dyn_libintl_init()
219 _snwprintf(buf2, len2, L"%S\\GvimExt32;%s", dir, buf); in dyn_libintl_init()
221 SetEnvironmentVariableW(L"PATH", buf2); in dyn_libintl_init()
227 SetEnvironmentVariableW(L"PATH", buf); in dyn_libintl_init()
906 wcscat(cmdStrW, L" -d"); in InvokeSingleGvim()
908 wcscat(cmdStrW, L" -p"); in InvokeSingleGvim()
928 wcscat(cmdStrW, L" \""); in InvokeSingleGvim()
930 wcscat(cmdStrW, L"\""); in InvokeSingleGvim()

12345678910>>...18