comparison runtime/doc/todo.txt @ 18750:82a28df1e2d5

Update runtime files. Commit: https://github.com/vim/vim/commit/91359014b359cf816bf943fe2c7d492996263def Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 30 17:57:03 2019 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sat, 30 Nov 2019 18:00:05 +0100
parents 99586852c2db
children 8dde7ced3344
comparison
equal deleted inserted replaced
18749:8217e179eb58 18750:82a28df1e2d5
1 *todo.txt* For Vim version 8.1. Last change: 2019 Nov 26 1 *todo.txt* For Vim version 8.1. Last change: 2019 Nov 30
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
36 browser use: https://github.com/vim/vim/issues/1234 36 browser use: https://github.com/vim/vim/issues/1234
37 (replace 1234 with the issue/pull number) 37 (replace 1234 with the issue/pull number)
38 *known-bugs* 38 *known-bugs*
39 -------------------- Known bugs and current work ----------------------- 39 -------------------- Known bugs and current work -----------------------
40 40
41 For rand() use http://prng.di.unimi.it/xoshiro128starstar.c ?
42
43 Popup windows: 41 Popup windows:
44 - Use popup (or popup menu) for command line completion 42 - Use popup (or popup menu) for command line completion
45 - Implement flip option 43 - Implement flip option
46 - Make redrawing more efficient and avoid flicker: 44 - Make redrawing more efficient and avoid flicker:
47 - put popup menu also in popup_mask? 45 - put popup menu also in popup_mask?
48 - Any other commands to disable in a popup window? 46 - Any other commands to disable in a popup window?
49 Use ERROR_IF_POPUP_WINDOW for these. 47 Use ERROR_IF_POPUP_WINDOW for these.
50 - Figure out the size and position better. 48 - Figure out the size and position better if wrapping inserts indent
51 if wrapping splits a double-wide character
52 if wrapping inserts indent
53 - When drawing on top half a double-wide character, display ">" or "<" in the
54 incomplete cell.
55 49
56 Text properties: 50 Text properties:
57 - Implement prop_find() issue #4970 51 - Implement prop_find() issue #4970
58 - Text properties spanning more than one line 52 - Text properties spanning more than one line
59 - See remarks at top of src/textprop.c 53 - See remarks at top of src/textprop.c