Home
last modified time | relevance | path

Searched refs:update_topline (Results 1 – 22 of 22) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmove.pro5 void update_topline(void);
/vim-8.2.3635/src/
H A Dmove.c169 update_topline(); in update_topline_redraw()
178 update_topline(void) in update_topline() function
673 update_topline(); in validate_cline_row()
964 update_topline(); in curs_columns()
2703 update_topline(); in halfpage()
2923 update_topline(); in do_check_cursorbind()
H A Dedit.c555 update_topline(); in edit()
1665 update_topline(); // just in case w_topline isn't valid in edit_putchar()
2798 update_topline(); // make sure curwin->w_topline is valid in cursor_up()
2857 update_topline(); // make sure curwin->w_topline is valid in cursor_down()
H A Devalbuffer.c263 update_topline(); in set_buffer_lines()
H A Dtextformat.c440 update_topline(); in internal_format()
H A Dmain.c822 update_topline(); in vim_main2()
1375 update_topline(); in main_loop()
H A Dpopupmenu.c952 update_topline(); in pum_set_selected()
H A Dwindow.c4778 update_topline(); in win_enter_ext()
6365 update_topline(); in scroll_to_fraction()
6389 update_topline(); in win_new_width()
H A Dex_getln.c539 update_topline(); in may_do_incsearch_highlighting()
696 update_topline(); in may_adjust_incsearch_highlighting()
H A Dex_cmds.c3189 update_topline(); in do_ecmd()
4283 update_topline(); in ex_substitute()
H A Dgui.c4491 update_topline(); // avoid up/down jump in gui_do_scroll()
5214 update_topline(); in gui_update_screen()
H A Dnetbeans.c1842 update_topline(); // scroll to show the line in nb_do_cmd()
H A Ddrawscreen.c2691 update_topline(); // may invalidate w_botline again in win_update()
H A Dquickfix.c4286 update_topline(); // scroll to show the line in ex_copen()
4303 update_topline(); // scroll to show the line in qf_win_goto()
H A Dex_docmd.c8146 update_topline(); in ex_redraw()
8308 update_topline(); in update_topline_cursor()
H A Dfileio.c4450 update_topline(); in buf_reload()
H A Dterm.c3541 update_topline(); in set_shellsize()
H A Deval.c5328 update_topline(); in var2fpos()
H A Dnormal.c5953 update_topline(); in nv_g_cmd()
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt10977 Solution: Call update_topline() before redrawing.
H A Dversion7.txt10990 Solution: Don't call update_topline() if 'scrollbind' is set.
H A Dversion8.txt2428 Solution: Call update_topline() before leaving the window. (Christian