E288 mbyte.txt /*E288*
E289 mbyte.txt /*E289*
E29 change.txt /*E29*
+E292 message.txt /*E292*
E293 message.txt /*E293*
E294 message.txt /*E294*
E295 message.txt /*E295*
E948 terminal.txt /*E948*
E949 editing.txt /*E949*
E95 message.txt /*E95*
-E950 message.txt /*E950*
+E950 options.txt /*E950*
E951 pattern.txt /*E951*
E952 autocmd.txt /*E952*
E953 terminal.txt /*E953*
windows95 os_win32.txt /*windows95*
windows98 os_win32.txt /*windows98*
windowsme os_win32.txt /*windowsme*
+windowsversion() eval.txt /*windowsversion()*
winheight() eval.txt /*winheight()*
winid windows.txt /*winid*
winlayout() eval.txt /*winlayout()*
-*tagsrch.txt* For Vim version 8.2. Last change: 2019 Nov 07
+*tagsrch.txt* For Vim version 8.2. Last change: 2019 Dec 27
VIM REFERENCE MANUAL by Bram Moolenaar
Example output:
>
- nr pri kind tag file
+ # pri kind tag file
1 F f mch_delay os_amiga.c
mch_delay(msec, ignoreinput)
> 2 F f mch_delay os_msdos.c
mch_delay(msec, ignoreinput)
3 F f mch_delay os_unix.c
mch_delay(msec, ignoreinput)
- Enter nr of choice (<CR> to abort):
+ Type number and <Enter> (empty cancels):
<
See |tag-priority| for the "pri" column. Note that
this depends on the current file, thus using
-*todo.txt* For Vim version 8.2. Last change: 2019 Dec 24
+*todo.txt* For Vim version 8.2. Last change: 2020 Jan 02
VIM REFERENCE MANUAL by Bram Moolenaar
*known-bugs*
-------------------- Known bugs and current work -----------------------
+- Implement prop_find() issue #4970 Done by Ryan Hackett, #5421
+
Include ipv6 syntax changes? (DJ Lucas, #5360)
Still have /* */ comments:
input? Sort-of possible by creating a hidden terminal and opening a popup
with that buffer: #4063.
- Use popup (or popup menu) for command line completion
-- Implement flip option
+- When using a popup for the info of a completion menu, and there is not
+ enough space, let the popup overlap with the menu. (#4544)
+- Implement flip option.
- Make redrawing more efficient and avoid flicker:
- put popup menu also in popup_mask?
- Any other commands to disable in a popup window?
- Figure out the size and position better if wrapping inserts indent
Text properties:
-- Implement prop_find() issue #4970
- Text properties spanning more than one line
- See remarks at top of src/textprop.c
conversions.
Error numbers available:
-E292, E362, E366, E450, E451, E452,
+E362, E366, E450, E451, E452,
E453, E454, E460, E489, E491, E565, E578, E610, E611, E653,
E654, E856, E857, E860, E861, E863, E889, E900
Now on github: #1856. Updated Oct 2017
Got permission to include this under the Vim license.
+Add "t" action to settagstack(): truncate and add new entries. (#5405)
+
Result of synID() sometimes wrong in help files. (#5252)
Problem showing a line if the number column width changes when using "o".