1- *todo.txt* For Vim version 8.0. Last change: 2018 May 13
1+ *todo.txt* For Vim version 8.0. Last change: 2018 May 15
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -47,7 +47,7 @@ On Win32 when not in the console and t_Co >= 256, allow using 'tgc'.
4747(Nobuhiro Takasaki, #2833) Also check t_Co.
4848
4949Pop-up menu overlapping terminal is not cleared completely. (Lifepillar, 2018
50- May 13, #2908)
50+ May 13, #2908) Hint from Christian, May 14.
5151
5252balloon_show() does not work properly in the terminal. (Ben Jackson, 2017 Dec
535320, #2481)
@@ -1330,7 +1330,7 @@ When evaluating expression in backticks, autoload doesn't work.
13301330(Andy Wokula, 2013 Dec 14)
13311331
13321332Using <nr> ifoobar<esc> can slow down Vim. Patch by Christian Brabandt, 2013
1333- Dec 13.
1333+ Dec 13. Only helps a bit, 10000ii <Esc> is still too slow.
13341334
13351335GTK: problem with 'L' in 'guioptions' changing the window width.
13361336(Aaron Cornelius, 2012 Feb 6)
@@ -4231,7 +4231,6 @@ Performance:
42314231- Have a look at how pdksh does memory allocation (alloc.c). (Dalecki)
42324232- Do profiling on:
42334233 - :g/pat/normal cmd
4234- - 1000ii<Esc>
42354234 - deleting 10Mbyte worth of lines (netscape binary)
42364235 - "[i" and "[d" (Yegappan Lakshmanan)
42374236 - ":g/^/m0" on a 450Kbyte file. And the "u".
@@ -4250,8 +4249,6 @@ Performance:
42504249- Executing a register, e.g. "10000@@" is slow, because ins_typebuf has to
42514250 move the previous commands forward each time. Pass count from
42524251 normal_cmd() down to do_execreg().
4253- - Repeating insert "1000i-<Esc> " displays --INSERT-- all the time, because of
4254- the <Esc> at the end. Make this work faster (disable redrawing).
42554252- Avoid calls to plines() for cursor line, use w_cline_height.
42564253- After ":set nowrap" remove superfluous redraw with wrong hor. offset if
42574254 cursor is right of the screen.
0 commit comments