Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dnetbeans.pro18 void netbeans_inserted(buf_T *bufp, linenr_T linenr, colnr_T col, char_u *txt, int newlen);
/vim-8.2.3635/src/
H A Dops.c1272 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 Dmemline.c3277 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 Dnormal.c5153 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 Dnetbeans.c2721 netbeans_inserted( in netbeans_inserted() function
H A Dedit.c5070 netbeans_inserted(curbuf, fpos.lnum, cursor->col, in ins_tab()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt13438 Solution: Call netbeans_inserted() after performing "~". (Gordon Prieur)