Home
last modified time | relevance | path

Searched refs:fnamebuf (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/runtime/autoload/
H A Dvimball.vim292 let fnamebuf= substitute(fname,'\\','/','g')
294 " call Decho("init: fnamebuf<".fnamebuf.">")
296 while fnamebuf =~ '/'
297 let dirname = dirpath."/".substitute(fnamebuf,'/.*$','','')
299 let fnamebuf = substitute(fnamebuf,'^.\{-}/\(.*\)$','\1','')
/vim-8.2.3635/src/
H A Dspellfile.c6190 char_u *fnamebuf = NULL; in spell_add_word() local
6220 fnamebuf = alloc(MAXPATHL); in spell_add_word()
6221 if (fnamebuf == NULL) in spell_add_word()
6226 copy_option_part(&spf, fnamebuf, MAXPATHL, ","); in spell_add_word()
6232 vim_free(fnamebuf); in spell_add_word()
6238 buf = buflist_findname_exp(fnamebuf); in spell_add_word()
6244 vim_free(fnamebuf); in spell_add_word()
6248 fname = fnamebuf; in spell_add_word()
6346 vim_free(fnamebuf); in spell_add_word()