| /vim-8.2.3635/runtime/keymap/ |
| H A D | polish-slash_cp852.vim | 5 " History: see polish-slash.vim 14 let b:keymap_name = "PL-slash-DOS"
|
| H A D | polish-slash_iso-8859-2.vim | 5 " History: polish-slash.vim 14 let b:keymap_name = "PL-slash-ISO"
|
| H A D | polish-slash_cp1250.vim | 5 " History: see polish-slash.vim 14 let b:keymap_name = "PL-slash-WIN"
|
| H A D | polish-slash_utf-8.vim | 5 " History: see polish-slash.vim 14 let b:keymap_name = "PL-slash-UTF"
|
| H A D | hebrew_iso-8859-8.vim | 26 q / " / - slash
|
| H A D | hebrew_cp1255.vim | 24 q / " / - slash
|
| H A D | hebrew_utf-8.vim | 26 q / " / - slash
|
| /vim-8.2.3635/src/testdir/ |
| H A D | gen_opt_test.vim | 84 \ 'completeslash': [['', 'slash', 'backslash'], ['xxx']], 131 \ 'sessionoptions': [['', 'blank', 'help,options,slash'], ['xxx']], 150 \ 'viewoptions': [['', 'cursor', 'unix,slash'], ['xxx']],
|
| H A D | test_ins_complete.vim | 489 set completeslash=slash 503 set completeslash=slash 510 set completeslash=slash 851 set completeslash=slash
|
| H A D | test_find_complete.vim | 89 " Test that find completion on directory appends a slash
|
| H A D | test_shell.vim | 160 " The shell and cmdflag, and expected slash in tempname with shellslash set or
|
| H A D | test_mksession.vim | 793 " Test for changing backslash to forward slash in filenames 802 set sessionoptions+=slash
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | plaintex.vim | 72 …|acute\|[cdHoOPStuvijlL]\|copyright\|d\=dag\|folio\|ldotp\|[lr]q\|oe\|OE\|slash\|ss\|underbar\)\>\… 98 …agger\|diamond\%(suit\)\=\|div\|land\|lor\|mp\|o\%(dot\|int\|minus\|plus\|slash\|times\)pm\|prod\|…
|
| H A D | routeros.vim | 28 " match slash in CIDR notation (1.2.3.4/24, 2001:db8::/48, ::1/128)
|
| H A D | xpm.vim | 47 " Only when there is no slash, it would terminate the pattern.
|
| H A D | xpm2.vim | 54 " Only when there is no slash, it would terminate the pattern.
|
| H A D | ratpoison.vim | 59 syn match ratpoisonKeySeqArg "\<\([CMASH]\(-[CMASH]\)\{,4}-\)\=\(minus\|period\|slash\|colon\|se…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_10.txt | 215 If you are substituting with a "from" or "to" part that includes a slash, you 217 instead of the slash. A plus, for example: > 268 substitute command here. A slash or another character would have worked as 366 pattern we are looking for contains a slash, this uses the plus character to
|
| H A D | usr_40.txt | 503 When the pattern includes a slash (/) Vim will compare directory names. 504 Without the slash only the last part of a file name is used. For example, 507 When including a slash, Vim matches the pattern against both the full path
|
| H A D | spell.txt | 822 After the word there is an optional slash and flags. Most of these flags are 852 In line 12 the word "TCP/IP" is defined. Since the slash has a special 1171 The slash is used in the .dic file to separate the basic word from the affix 1172 letters and other flags. Unfortunately, this means you cannot use a slash in 1174 a slash in the word put a backslash before it: "TCP\/IP". In the rare case 1420 Before the first slash is the set of characters that are counted for one 1422 in this set. After the slash come sequences of characters that are counted
|
| H A D | usr_21.txt | 356 day. If you are one of them, consider adding "slash" and "unix" to 360 :set sessionoptions+=unix,slash
|
| /vim-8.2.3635/src/ |
| H A D | os_unix.c | 2745 char_u *slash, *tail; in fname_case() local 2752 slash = vim_strrchr(name, '/'); in fname_case() 2753 if (slash == NULL) in fname_case() 2760 *slash = NUL; in fname_case() 2762 *slash = '/'; in fname_case() 2763 tail = slash + 1; in fname_case()
|
| H A D | config.h.in | 147 /* Define if stat() ignores a trailing slash */
|
| /vim-8.2.3635/runtime/ |
| H A D | scripts.vim | 52 " Otherwise get the last word after a slash: "#!/usr/bin/perl [path/args]".
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | ada.vim | 448 … set sessionoptions=buffers,curdir,folds,globals,resize,slash,tabpages,tabpages,unix,winpos,winsize
|