Searched refs:buf_write (Results 1 – 9 of 9) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | bufwrite.pro | 3 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 D | ex_cmds2.c | 433 retval = (buf_write(buf, buf->b_ffname, buf->b_fname, in buf_write_all()
|
| H A D | diff.c | 814 r = buf_write(buf, din->din_fname, NULL, in diff_write() 1241 if (buf_write(curbuf, tmp_orig, NULL, in ex_diffpatch()
|
| H A D | ex_cmds.c | 1149 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 D | bufwrite.c | 627 buf_write( in buf_write() function
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 4537 8 In buf_write _() isn't needed when setting errmsg, do it once when using
|
| H A D | version5.txt | 7627 Solution: In buf_write() use "buf" instead of "curbuf" to check for the
|
| H A D | version6.txt | 8952 Solution: Return FAIL from buf_write() when the buffer is still modified
|
| H A D | version8.txt | 39129 Solution: Move buf_write() to bufwrite.c. (Yegappan Lakshmanan,
|