Home
last modified time | relevance | path

Searched refs:changed_bytes (Results 1 – 21 of 21) sorted by relevance

/vim-8.2.3635/src/
H A Dchange.c707 changed_bytes(linenr_T lnum, colnr_T col) in changed_bytes() function
743 changed_bytes(lnum, col); in inserted_bytes()
2134 changed_bytes(curwin->w_cursor.lnum, 0); in open_line()
2216 changed_bytes(curwin->w_cursor.lnum, curwin->w_cursor.col); in open_line()
2328 changed_bytes(lnum, curwin->w_cursor.col); in truncate_line()
H A Dif_perl.xs1125 changed_bytes(*line, 0); in replace_line()
1875 changed_bytes(lnum, 0);
H A Devalbuffer.c227 changed_bytes(lnum, 0); in set_buffer_lines()
H A Dmisc2.c238 changed_bytes(pos->lnum, (colnr_T)idx); in coladvance2()
270 changed_bytes(pos->lnum, idx); in coladvance2()
H A Dif_lua.c1504 else changed_bytes(n, 0); in luaV_buffer_newindex()
2656 changed_bytes(l, 0); in ex_luado()
H A Dindent.c778 changed_bytes(curwin->w_cursor.lnum, 0); in set_indent()
H A Dif_tcl.c673 changed_bytes((linenr_T)val1, 0); in bufselfcmd()
H A Djob.c1633 changed_bytes(curbuf->b_ml.ml_line_count, 0); in init_prompt()
H A Dregister.c2087 changed_bytes(lnum, col); in do_put()
H A Dif_mzsch.c2499 changed_bytes((linenr_T)n, 0); in set_buffer_line()
H A Dundo.c3534 changed_bytes(curbuf->b_u_line_lnum, 0); in u_undoline()
H A Dedit.c3244 changed_bytes(curwin->w_cursor.lnum, curwin->w_cursor.col); in replace_do_bs()
H A Dspell.c2917 changed_bytes(curwin->w_cursor.lnum, curwin->w_cursor.col); in ex_spellrepall()
H A Dops.c463 changed_bytes(curwin->w_cursor.lnum, (colnr_T)bd.textcol); in shift_block()
H A Dex_cmds.c4683 changed_bytes(lnum, 0); in ex_substitute()
H A Dspellsuggest.c691 changed_bytes(curwin->w_cursor.lnum, c); in spell_suggest()
H A Dchannel.c1154 changed_bytes(1, 0); in channel_find_buffer()
H A Dif_py_both.h4481 changed_bytes((linenr_T)n, 0); in SetBufferLine()
H A Dnormal.c5159 changed_bytes(curwin->w_cursor.lnum, in nv_replace()
/vim-8.2.3635/src/proto/
H A Dchange.pro11 void changed_bytes(linenr_T lnum, colnr_T col);
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt6184 Solution: Don't have shift_line() call changed_bytes.
13739 Problem: Calling changed_bytes() too often.
13740 Solution: Move changed_bytes() out of a loop. (Tor Perkins)