Searched refs:netbeans_removed (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | netbeans.pro | 19 void netbeans_removed(buf_T *bufp, linenr_T linenr, colnr_T col, long len);
|
| /vim-8.2.3635/src/ |
| H A D | ops.c | 1270 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 D | normal.c | 5151 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 D | memline.c | 3444 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 D | netbeans.c | 2772 netbeans_removed( in netbeans_removed() function
|
| H A D | edit.c | 5069 netbeans_removed(curbuf, fpos.lnum, cursor->col, (long)(i + 1)); in ins_tab()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version7.txt | 6284 Solution: Avoid calling netbeans_removed(), it frees the line pointer.
|