Home
last modified time | relevance | path

Searched refs:netbeans_removed (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dnetbeans.pro19 void netbeans_removed(buf_T *bufp, linenr_T linenr, colnr_T col, long len);
/vim-8.2.3635/src/
H A Dops.c1270 netbeans_removed(curbuf, pos.lnum, bd.textcol, in op_tilde()
1320 netbeans_removed(curbuf, pos.lnum, pos.col, (long)count); in op_tilde()
1328 netbeans_removed(curbuf, pos.lnum, pos.col, (long)count); in op_tilde()
2429 netbeans_removed(curbuf, pos.lnum, pos.col, (long)length); in op_addsub()
H A Dnormal.c5151 netbeans_removed(curbuf, curwin->w_cursor.lnum, start, in nv_replace()
5327 netbeans_removed(curbuf, pos.lnum, pos.col, in n_swapchar()
5354 netbeans_removed(curbuf, pos.lnum, pos.col, (long)count); in n_swapchar()
H A Dmemline.c3444 netbeans_removed(curbuf, lnum, 0, (long)STRLEN(ml_get(lnum))); in ml_replace_len()
3673 netbeans_removed(buf, lnum, 0, (long)line_size); in ml_delete_int()
H A Dnetbeans.c2772 netbeans_removed( in netbeans_removed() function
H A Dedit.c5069 netbeans_removed(curbuf, fpos.lnum, cursor->col, (long)(i + 1)); in ins_tab()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt6284 Solution: Avoid calling netbeans_removed(), it frees the line pointer.