Home
last modified time | relevance | path

Searched refs:dashes (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/
H A Dfold.c1927 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 Dps1.vim15 " Operators contain dashes
H A Drexx.vim130 " the following is necessary, otherwise three consecutive dashes will cause it to highlight the fir…
H A D2html.vim1213 " 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 Dfold.txt516 v:folddashes a string that contains dashes to represent the
H A Dvarious.txt170 If the mark is "=", a line of dashes is printed
H A Dchange.txt1533 lines. An example is this list with dashes.
H A Deval.txt2046 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 Dversion7.txt2041 Added backslashes before dashes in the vim.1 manual page to make them appear
2042 as real dashes. (Pierre Habouzit)
H A Dtodo.txt4402 8 Add command arguments with three dashes, passed on to Vim scripts.