| /vim-8.2.3635/src/testdir/ |
| H A D | popupbounce.vim | 1 " Use this script to measure the redrawing performance when a popup is being
|
| H A D | test_getvar.vim | 101 " closing the split, which triggers the redrawing of the tabline.
|
| /vim-8.2.3635/src/proto/ |
| H A D | screen.pro | 52 int redrawing(void);
|
| /vim-8.2.3635/src/ |
| H A D | screen.c | 3358 if (force || redrawing()) in setcursor_mayforce() 3525 if (!redrawing() || line_count <= 0) in win_do_lines() 4116 || !redrawing() in skip_showmode() 4309 if (redrawing() && lastwin->w_status_height == 0) in showmode() 4340 if (!redrawing() || (!force && char_avail() && !KeyTyped)) in unshowmode() 4637 redrawing(void) in redrawing() function
|
| H A D | drawscreen.c | 146 if (!redrawing() || updating_screen) in update_screen() 435 else if (!redrawing() in win_redr_status() 545 if (wp->w_vsep_width != 0 && wp->w_status_height != 0 && redrawing()) in win_redr_status() 596 if (!always && !redrawing()) in showruler()
|
| H A D | edit.c | 1558 if (redrawing() && !char_avail()) in ins_ctrl_v() 1748 if (!redrawing()) in display_dollar() 3356 if (redrawing() && !char_avail()) in ins_reg() 5172 if (redrawing() && !char_avail()) in ins_digraph() 5211 if (redrawing() && !char_avail()) in ins_digraph()
|
| H A D | move.c | 696 all_invalid = (!redrawing() in curs_rows()
|
| H A D | term.c | 3548 if (redrawing()) in set_shellsize()
|
| H A D | buffer.c | 3801 if (!redrawing()) in maketitle()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | syntax.txt | 1011 when redrawing with CTRL-L, try setting the "c_minlines" internal variable 1016 disadvantage of using a larger number is that redrawing can become slow. 2005 number is that redrawing can become slow. 2671 are fixed when redrawing with CTRL-L, try setting the "ptcap_minlines" 2837 number is that redrawing can become slow. 3099 number is that redrawing can become slow. 3212 redrawing can become slow. 4598 redrawing starts. 4695 starts in the line just above the one where redrawing starts. From there 4720 1. Parsing for highlighting starts where redrawing starts (and where the [all …]
|
| H A D | textprop.txt | 31 redrawing the screen, thus can be much faster, after the initial cost of
|
| H A D | version5.txt | 655 - Disable redrawing while repeating insert "1000ii<Esc>". 661 - Don't show the mode when redrawing is disabled. 1304 findmatch() when redrawing the display (when syntax highlighting is on). 1449 "gqap" to format a paragraph did too much redrawing. 1582 redrawing the screen. 2827 With "p" and "P" commands, redrawing was slow. 4981 screen structures re-allocated while redrawing the screen. This 4986 remember the new size and handle it only after redrawing is 4988 This also fixes that resizing the screen while still redrawing 5946 separately, avoids redrawing artifacts. (Mike Steed) [all …]
|
| H A D | testing.txt | 193 redraw disable the redrawing() function
|
| H A D | todo.txt | 128 - Make redrawing more efficient and avoid flicker: 896 Add an option similar to 'lazyredraw' to skip redrawing while executing a 1468 Patch to avoid redrawing tabline when the popup menu is visible. 2024 scrolling or redrawing. Should start search for syntax patterns above the 2626 Screen redrawing when continuously updating the buffer and resizing the 2638 Popup menu redraw: Instead of first redrawing the text and then drawing the 3104 highlighting, redrawing the line removes it when moving the cursor away 3625 correctly. Get many error messages while redrawing the screen, which 4514 7 Screen updating can be further improved by only redrawing lines that were 4557 Very wrong: errors while redrawing cause endless loop. [all …]
|
| H A D | develop.txt | 483 fly (while redrawing), just like syntax highlighting. But the mechanisms
|
| H A D | usr_10.txt | 816 that it knows need redrawing. But it can't know about what another program
|
| H A D | version6.txt | 2503 causing messages to disappear when redrawing. 2941 redrawing if it doesn't cause a scroll (truncated when necessary). 3080 resize event while redrawing, resulting in a messed up window. Any input 3700 Problem: In Insert mode, "CTRL-O :ls" has a delay before redrawing. 3997 Solution: Also include the composing characters and fix redrawing them. 4526 Solution: When redrawing the topline don't scroll twice. 5066 When redrawing extra characters for the bold trick, take care of 6665 Solution: Update the cursor position after redrawing the selection. 10310 Solution: Don't skip redrawing part of the window when it was scrolled. 10329 buffer does not, redrawing depends on what the current buffer is. [all …]
|
| H A D | version7.txt | 678 slow redrawing when there are very long lines 2168 in an error message while redrawing, which cleared the syntax highlighting 2185 redrawing may fail. Make sure w_skipcol is valid before redrawing. 2402 redrawing. 2921 causing redrawing problems later. Now use the same buffer for all quickfix 4125 Solution: When checking if redrawing is needed also check if Visual 4278 Problem: Once an ml_get error is given redrawing part of the screen may 5058 Problem: Unnecessary screen redrawing. (Jjgod Jiang) 8812 Problem: Using CTRL-O z= in Insert mode has a delay before redrawing. 9223 Problem: Recursively redrawing causes a memory leak. (Dominique Pelle) [all …]
|
| H A D | options.txt | 1717 text. Will make screen redrawing slower. 2538 |hl-CursorColumn|. Useful to align text. Will make screen redrawing 2552 Useful to easily spot the cursor. Will make screen redrawing slower. 6072 The time in milliseconds for redrawing the display. This applies to 6075 When redrawing takes more than this many milliseconds no further 7627 This helps to avoid very slow redrawing for an XML file that is one 8295 the screen for redrawing, instead of using insert/delete line 8296 commands. Improves smoothness of redrawing when there are multiple 8377 very slow and redrawing is not slow this can be set to a small number,
|
| H A D | version8.txt | 1191 Problem: It's possible that redrawing the status lines causes 2623 Solution: Disable redrawing. (Hirohito Higashi) 2655 Problem: Other solution for redrawing after completion. 2753 Solution: Avoid redrawing the status line. (Hirohito Higashi) 19620 Solution: Clear got_int. Repeat redrawing when needed. 23426 Problem: Slow redrawing with DirectX. 25503 Solution: Don't scroll immediately but only when redrawing. Avoid redrawing 30272 Solution: Use generic redrawing methods. 34025 Invoke the callbacks before redrawing. 38236 redrawing it. (Nick Jensen) [all …]
|
| H A D | term.txt | 737 If your terminal scrolls very slowly, but redrawing is not slow, set the
|
| H A D | pattern.txt | 1416 looks for a match in the line where redrawing starts.
|
| H A D | map.txt | 212 Using "<silent>" for an abbreviation is possible, but will cause redrawing of
|
| H A D | starting.txt | 702 "FF", to speed up display redrawing.
|
| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 569 call <SID>AddOption("weirdinvert", gettext("terminal that requires extra redrawing")) 575 …ID>AddOption("ttyscroll", gettext("maximum number of lines to use scrolling instead of redrawing"))
|