|
1 | | -*todo.txt* For Vim version 8.0. Last change: 2017 Nov 05 |
| 1 | +*todo.txt* For Vim version 8.0. Last change: 2017 Nov 11 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -35,6 +35,10 @@ entered there will not be repeated below, unless there is extra information. |
35 | 35 | *known-bugs* |
36 | 36 | -------------------- Known bugs and current work ----------------------- |
37 | 37 |
|
| 38 | +Permission of viminfo tempfile can be wrong. (Simon Ruderich) |
| 39 | +Always use 600 ? Also avoids groups problem. |
| 40 | +patch from Simon Ruderich, Nov 8 |
| 41 | + |
38 | 42 | No maintainer for Vietnamese translations. |
39 | 43 | No maintainer for Simplified Chinese translations. |
40 | 44 |
|
@@ -132,16 +136,17 @@ Regexp problems: |
132 | 136 | Include a few color schemes, based on popularity: |
133 | 137 | http://www.vim.org/scripts/script_search_results.php?keywords=&script_type=color+scheme&order_by=rating&direction=descending&search=search |
134 | 138 | http://vimawesome.com/?q=tag:color-scheme |
135 | | -Use names that indicate their appearnce (Christian Brabandt, 2017 Aug 3) |
136 | | -- monokai - Xia Crusoe (2017 Aug 4) |
| 139 | +Use names that indicate their apperance (Christian Brabandt, 2017 Aug 3) |
| 140 | +- monokai - Xia Crusoe (2017 Aug 4) |
137 | 141 | - seoul256 - Christian Brabandt (2017 Aug 3) |
138 | 142 | - gruvbox - Christian Brabandt (2017 Aug 3) |
139 | 143 | - janah - Marco Hinz (2017 Aug 4) |
140 | 144 | - apprentice - Romain Lafourcade (2017 Aug 6) remarks about help file #1964 |
141 | 145 | Suggested by Hiroki Kokubun: |
142 | 146 | - [Iceberg](https://github.com/cocopon/iceberg.vim) (my one) |
143 | 147 | - [hybrid](https://github.com/w0ng/vim-hybrid) |
144 | | -Include solarized color scheme? |
| 148 | +Include solarized color scheme?, it does not support termguicolors. |
| 149 | +-> Make check for colorscheme that it's sane. |
145 | 150 |
|
146 | 151 | Compiler warnings (geeknik, 2017 Oct 26): |
147 | 152 | - signed integer overflow in do_sub() (#2249) |
@@ -178,9 +183,6 @@ Error in emsg with buggy script. (Dominique, 2017 Apr 30) |
178 | 183 | When a timer is running and typing CTRL-R on the command line, it is not |
179 | 184 | redrawn properly. (xtal8, 2017 Oct 23, #2241) |
180 | 185 |
|
181 | | -Patch for manpager plugin. (Lcd, 2017 Oct 12) |
182 | | -Asked maintainer. |
183 | | - |
184 | 186 | Universal solution to detect if t_RS is working, using cursor position. |
185 | 187 | Koichi Iwamoto, #2126 |
186 | 188 |
|
@@ -216,15 +218,7 @@ When bracketed paste is used, pasting at the ":append" prompt does not get the |
216 | 218 | line breaks. (Ken Takata, 2017 Aug 22) |
217 | 219 |
|
218 | 220 | Patch for 24 bit color support in MS-Windows console, using vcon. (Nobuhiro |
219 | | -Takasaki, 2017 Oct 1, #2060). Should not set 'tgc' automatically. |
220 | | - |
221 | | -Patch to change GUI behavior: instead of changing the window size change the |
222 | | -lines/columns when menu/toolbar/etc. is added/removed. (Ychin, 2016 Mar 20, |
223 | | -#703) |
224 | | - |
225 | | -Patch to skip globpath() for color schemes, keymaps and compiler settings. |
226 | | -So that loading menus is faster. (Ken Takata, 2017 Oct 23) |
227 | | -Update to expand the menus in a CursorHold autocmd. (2017 Oct 25) |
| 221 | +Takasaki, 2017 Oct 1, #2060). Ready to include now? |
228 | 222 |
|
229 | 223 | Memory leaks in test_channel? (or is it because of fork()) |
230 | 224 | Memory leak in test_arabic. |
@@ -296,6 +290,9 @@ Patch to add argument to :cquit. (Thinca, 2014 Oct 12) |
296 | 290 | Python: After "import vim" error messages only show the first line of the |
297 | 291 | stack trace. (Yggdroot, 2017 Jul 28, #1887) |
298 | 292 |
|
| 293 | +Patch to add "module" to quickfix entries. (Marcin Szamotulski, Coot, 2017 Jun |
| 294 | +8, #1757) |
| 295 | + |
299 | 296 | When checking if a bufref is valid, also check the buffer number, to catch the |
300 | 297 | case of :bwipe followed by :new. |
301 | 298 |
|
@@ -499,8 +496,6 @@ Patch for wrong cursor position on wrapped line, involving breakindent. |
499 | 496 | (Ozaki Kiichi, 2016 Nov 25) |
500 | 497 | Does this also fix #1408 ? |
501 | 498 |
|
502 | | -Patch to add "module" to quickfix entries. (Coot, 2017 Jun 8, #1757) |
503 | | - |
504 | 499 | 'cursorline' and match interfere. (Ozaki Kiichi, 2017 Jun 23, #1792) |
505 | 500 |
|
506 | 501 | Patch for 'cursorlinenr' option. (Ozaki Kiichi, 2016 Nov 30) |
@@ -5206,7 +5201,7 @@ Swap (.swp) files: |
5206 | 5201 | - Add an option to create a swap file only when making the first change to |
5207 | 5202 | the buffer. (Liang) Or only when the buffer is not read-only. |
5208 | 5203 | - Add option to set "umask" for backup files and swap files (Antwerpen). |
5209 | | - 'backupumask' and 'swapumask'? Or 'umaskback' and 'umaskswap'? |
| 5204 | + 'backupumask' and 'swapumask'? Or 'umaskbackup' and 'umaskswap'? |
5210 | 5205 | - When editing a readonly file, don't use a swap file but read parts from the |
5211 | 5206 | original file. Also do this when the file is huge (>'maxmem'). We do |
5212 | 5207 | need to load the file once to count the number of lines? Perhaps keep a |
|
0 commit comments