Home
last modified time | relevance | path

Searched refs:buf_write (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dbufwrite.pro3 int buf_write(buf_T *buf, char_u *fname, char_u *sfname, linenr_T start, linenr_T end, exarg_T *eap…
/vim-8.2.3635/src/
H A Dex_cmds2.c433 retval = (buf_write(buf, buf->b_ffname, buf->b_fname, in buf_write_all()
H A Ddiff.c814 r = buf_write(buf, din->din_fname, NULL, in diff_write()
1241 if (buf_write(curbuf, tmp_orig, NULL, in ex_diffpatch()
H A Dex_cmds.c1149 if (itmp != NULL && buf_write(curbuf, itmp, NULL, line1, line2, eap, in do_filter()
2063 retval = buf_write(curbuf, ffname, fname, eap->line1, eap->line2, in do_write()
H A Dbufwrite.c627 buf_write( in buf_write() function
/vim-8.2.3635/runtime/doc/
H A Dtodo.txt4537 8 In buf_write _() isn't needed when setting errmsg, do it once when using
H A Dversion5.txt7627 Solution: In buf_write() use "buf" instead of "curbuf" to check for the
H A Dversion6.txt8952 Solution: Return FAIL from buf_write() when the buffer is still modified
H A Dversion8.txt39129 Solution: Move buf_write() to bufwrite.c. (Yegappan Lakshmanan,