Home
last modified time | relevance | path

Searched refs:slash (Results 1 – 25 of 56) sorted by relevance

123

/vim-8.2.3635/runtime/keymap/
H A Dpolish-slash_cp852.vim5 " History: see polish-slash.vim
14 let b:keymap_name = "PL-slash-DOS"
H A Dpolish-slash_iso-8859-2.vim5 " History: polish-slash.vim
14 let b:keymap_name = "PL-slash-ISO"
H A Dpolish-slash_cp1250.vim5 " History: see polish-slash.vim
14 let b:keymap_name = "PL-slash-WIN"
H A Dpolish-slash_utf-8.vim5 " History: see polish-slash.vim
14 let b:keymap_name = "PL-slash-UTF"
H A Dhebrew_iso-8859-8.vim26 q / " / - slash
H A Dhebrew_cp1255.vim24 q / " / - slash
H A Dhebrew_utf-8.vim26 q / " / - slash
/vim-8.2.3635/src/testdir/
H A Dgen_opt_test.vim84 \ 'completeslash': [['', 'slash', 'backslash'], ['xxx']],
131 \ 'sessionoptions': [['', 'blank', 'help,options,slash'], ['xxx']],
150 \ 'viewoptions': [['', 'cursor', 'unix,slash'], ['xxx']],
H A Dtest_ins_complete.vim489 set completeslash=slash
503 set completeslash=slash
510 set completeslash=slash
851 set completeslash=slash
H A Dtest_find_complete.vim89 " Test that find completion on directory appends a slash
H A Dtest_shell.vim160 " The shell and cmdflag, and expected slash in tempname with shellslash set or
H A Dtest_mksession.vim793 " Test for changing backslash to forward slash in filenames
802 set sessionoptions+=slash
/vim-8.2.3635/runtime/syntax/
H A Dplaintex.vim72 …|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 Drouteros.vim28 " match slash in CIDR notation (1.2.3.4/24, 2001:db8::/48, ::1/128)
H A Dxpm.vim47 " Only when there is no slash, it would terminate the pattern.
H A Dxpm2.vim54 " Only when there is no slash, it would terminate the pattern.
H A Dratpoison.vim59 syn match ratpoisonKeySeqArg "\<\([CMASH]\(-[CMASH]\)\{,4}-\)\=\(minus\|period\|slash\|colon\|se…
/vim-8.2.3635/runtime/doc/
H A Dusr_10.txt215 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 Dusr_40.txt503 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 Dspell.txt822 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 Dusr_21.txt356 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 Dos_unix.c2745 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 Dconfig.h.in147 /* Define if stat() ignores a trailing slash */
/vim-8.2.3635/runtime/
H A Dscripts.vim52 " Otherwise get the last word after a slash: "#!/usr/bin/perl [path/args]".
/vim-8.2.3635/runtime/autoload/
H A Dada.vim448 … set sessionoptions=buffers,curdir,folds,globals,resize,slash,tabpages,tabpages,unix,winpos,winsize

123