1- *todo.txt* For Vim version 7.4. Last change: 2016 Mar 26
1+ *todo.txt* For Vim version 7.4. Last change: 2016 Mar 29
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -34,19 +34,16 @@ not be repeated below, unless there is extra information.
3434 *known-bugs*
3535-------------------- Known bugs and current work -----------------------
3636
37- assert_matches( 'pattern' , value )
37+ Using free memory. (Dominique, 2016 Mar 27 )
3838
3939+channel:
40- - When decoding json, don't read all the typeahead at once, use the reader
41- properly.
4240- When a message in the queue but there is no callback, drop it after a while?
4341 Add timestamp to queued messages and callbacks with ID, remove after a
4442 minute. Option to set the droptime.
4543- Add remark about undo sync, is there a way to force it?
4644- When starting a job, have an option to open the server socket, so we know
4745 the port, and pass it to the command with --socket-fd {nr} . (Olaf Dabrunz,
4846 Feb 9) How to do this on MS-Windows?
49- - Make sure errors lead to a useful error msg. ["ex","foobar"]
5047- For connection to server, a "keep open" flag would be useful. Retry
5148 connecting in the main loop with zero timeout.
5249Later
@@ -56,19 +53,10 @@ Later
5653Partial:
5754- Maybe we also need VAR_PARTIAL support in if_mzsch.
5855
59- Packages:
60- - make package for editexisting, others?
61-
6256Make it so that the window ID can be used where currently a window nr is used
6357
64- Fix to support --nofork for Windows batch files. (Kevin Cantú, 2016 Feb 23,
65- #658, #659) Also add "setlocal" at top of batch file?
66-
67- Patch to add matchstrpos(). (Ozaki Kiichi, 2016 Feb 28)
68-
69- Why does this: echo "a" . 1.1
70- result in: a11
71- Should recognize float (so long as it's not ".1.1").
58+ Patch to add "q" item to guifont. #720, Kim Brouer, 2016 Mar 29
59+ Better patch from Yasuhiro Matsumoto, 2016 Jan 4.
7260
7361Patch to make tag jump work on function({expr} ). (Hirohito Higashi, 2016 Mar
746225)
@@ -170,10 +158,13 @@ Reject the value? #710.
170158Win32: patch to use 64 bit stat() if possible. (Ken Takata, 2014 May 12)
171159More tests May 14. Update May 29. Update Aug 10.
172160Now part of large file patches. (Ken Takata, 2016 Feb 1)
173- Two patches now? New update Feb 24.
161+ Win64: Seek error in swap file for a very big file (3 Gbyte). Check storing
162+ pointer in long and seek offset in 64 bit var.
163+ Patches from Ken Takata might help (2014 Apr 17)
164+ Update 2016 Mar 28. Can include all parts into one dist patch.
174165
175166Patch to support 64 bit ints for Number. (Ken Takata, 2016 Jan 21)
176- Also in update of Feb 24?
167+ Update 2016 Mar 28.
177168
178169After 7.5 is released:
179170- Drop support for older MS-Windows systems, before XP.
@@ -267,7 +258,7 @@ https://gist.github.com/presuku/d3d6b230b9b6dcfc0477
267258Patch to make the behavior of "w" more straightforward, but not Vi compatible.
268259With a 'cpo' flag. (Christian Brabandt, 2016 Feb 8)
269260
270- Patch to add optionproperties(). (Anton Lindqvist, 2016 Mar 26 )
261+ Patch to add optionproperties(). (Anton Lindqvist, 2016 Mar 27 )
271262
272263Patch to add TagNotFound autocommand. (Anton Lindqvist, 2016 Feb 3)
273264
@@ -1926,10 +1917,6 @@ Win32: using "gvim --remote-tab-silent fname" sometimes gives an empty screen
19261917with the more prompt. Caused by setting the guitablabel? (Thomas Michael
19271918Engelke, 2007 Dec 20 - 2008 Jan 17)
19281919
1929- Win64: Seek error in swap file for a very big file (3 Gbyte). Check storing
1930- pointer in long and seek offset in 64 bit var.
1931- Patches from Ken Takata might help (2014 Apr 17)
1932-
19331920Win32: patch for fullscreen mode. (Liushaolin, 2008 April 17)
19341921
19351922Win32: When 'shell' is bash shellescape() doesn't always do the right thing.
@@ -4863,7 +4850,7 @@ Searching:
48634850 lines 23 to 45? Or does this conflict with Ex range syntax?
486448518 Allow identical pairs in 'matchpairs' . Restrict the search to the current
48654852 line.
4866- 7 Allow longer pairs in 'matchpairs' . Use ~/vim/macros/ matchit.vim as an
4853+ 7 Allow longer pairs in 'matchpairs' . Use matchit.vim as an
48674854 example.
486848558 Make it possible to define the character that "%" checks for in
48694856 #if/#endif. For nmake it's !if/!endif.
0 commit comments