Searched refs:netbeans_inserted (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | netbeans.pro | 18 void netbeans_inserted(buf_T *bufp, linenr_T linenr, colnr_T col, char_u *txt, int newlen);
|
| /vim-8.2.3635/src/ |
| H A D | ops.c | 1272 netbeans_inserted(curbuf, pos.lnum, bd.textcol, in op_tilde() 1321 netbeans_inserted(curbuf, pos.lnum, pos.col, in op_tilde() 1329 netbeans_inserted(curbuf, pos.lnum, pos.col, in op_tilde() 2431 netbeans_inserted(curbuf, pos.lnum, pos.col, in op_addsub()
|
| H A D | memline.c | 3277 netbeans_inserted(buf, lnum+1, (colnr_T)0, line, (int)STRLEN(line)); in ml_append_int() 3278 netbeans_inserted(buf, lnum+1, (colnr_T)STRLEN(line), in ml_append_int() 3445 netbeans_inserted(curbuf, lnum, 0, line, (int)STRLEN(line)); in ml_replace_len()
|
| H A D | normal.c | 5153 netbeans_inserted(curbuf, curwin->w_cursor.lnum, start, in nv_replace() 5329 netbeans_inserted(curbuf, pos.lnum, pos.col, in n_swapchar() 5355 netbeans_inserted(curbuf, pos.lnum, pos.col, &ptr[pos.col], count); in n_swapchar()
|
| H A D | netbeans.c | 2721 netbeans_inserted( in netbeans_inserted() function
|
| H A D | edit.c | 5070 netbeans_inserted(curbuf, fpos.lnum, cursor->col, in ins_tab()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version6.txt | 13438 Solution: Call netbeans_inserted() after performing "~". (Gordon Prieur)
|