Searched refs:dashes (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | fold.c | 1927 char_u dashes[MAX_LEVEL + 2]; in get_foldtext() local 1939 if (level > (int)sizeof(dashes) - 1) in get_foldtext() 1940 level = (int)sizeof(dashes) - 1; in get_foldtext() 1941 vim_memset(dashes, '-', (size_t)level); in get_foldtext() 1942 dashes[level] = NUL; in get_foldtext() 1943 set_vim_var_string(VV_FOLDDASHES, dashes, -1); in get_foldtext() 3725 char_u *dashes; in f_foldtext() local 3739 dashes = get_vim_var_str(VV_FOLDDASHES); in f_foldtext() 3741 && dashes != NULL) in f_foldtext() 3765 + STRLEN(dashes) // for %s in f_foldtext() [all …]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | ps1.vim | 15 " Operators contain dashes
|
| H A D | rexx.vim | 130 " the following is necessary, otherwise three consecutive dashes will cause it to highlight the fir…
|
| H A D | 2html.vim | 1213 " default fold text has '+-' and then a number of dashes equal to fold 1214 " level, so subtract 2 from index of first non-dash after the dashes 1242 " default fold text has '+-' and then a number of dashes equal to fold 1243 " level, so subtract 2 from index of first non-dash after the dashes
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | fold.txt | 516 v:folddashes a string that contains dashes to represent the
|
| H A D | various.txt | 170 If the mark is "=", a line of dashes is printed
|
| H A D | change.txt | 1533 lines. An example is this list with dashes.
|
| H A D | eval.txt | 2046 v:folddashes Used for 'foldtext': dashes representing foldlevel of a closed 5132 < The number of leading dashes depends on the foldlevel. The 14760 :" binary string, separated with dashes.
|
| H A D | version7.txt | 2041 Added backslashes before dashes in the vim.1 manual page to make them appear 2042 as real dashes. (Pierre Habouzit)
|
| H A D | todo.txt | 4402 8 Add command arguments with three dashes, passed on to Vim scripts.
|