comparison runtime/doc/todo.txt @ 14298:4a588e3afd4a

Update runtime files, add Danish translations. commit https://github.com/vim/vim/commit/fd35811ca528de7612f9571bce20ef4c392fe5f7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 7 23:21:31 2018 +0200 Update runtime files, add Danish translations.
author Christian Brabandt <cb@256bit.org>
date Sat, 07 Jul 2018 23:30:07 +0200
parents 4543777545a3
children 723487cd7876
comparison
equal deleted inserted replaced
14297:42011b52bd3c 14298:4a588e3afd4a
89 heap-buffer-overflow in alist_add (#2472) 89 heap-buffer-overflow in alist_add (#2472)
90 90
91 More warnings from static analysis: 91 More warnings from static analysis:
92 https://lgtm.com/projects/g/vim/vim/alerts/?mode=list 92 https://lgtm.com/projects/g/vim/vim/alerts/?mode=list
93 93
94 Patch to fix that :cexpr no longer jumps to first error. (Yegappan 2018 Jun
95 25, #3092)
96
97 Pasting foo} causes Vim to behave weird. (John Little, 2018 Jun 17) 94 Pasting foo} causes Vim to behave weird. (John Little, 2018 Jun 17)
98 Related to bracketed paste. I cannot reproduce it. 95 Related to bracketed paste. I cannot reproduce it.
99 96
100 Using ":file" in quickfix window during an autocommand doesn't work. 97 Using ":file" in quickfix window during an autocommand doesn't work.
101 (Jason Franklin, 2018 May 23) Allow for using it when there is no argument. 98 (Jason Franklin, 2018 May 23) Allow for using it when there is no argument.
102 99
103 Pull request #2967: Allow white space in sign text. (Ben Jackson) 100 Patch in pull request #2967: Allow white space in sign text. (Ben Jackson)
104
105 Patch for xterm and vt320 builtin termcap. (Kouichi Iwamoto, 2018 May 31,
106 #2973)
107
108 Patch for matchit and matchparen. (Christian, 2018 Jun 25)
109
110 Patch to add more testing for :cd command. (Dominique Pelle, 2018 May 30,
111 #2972)
112 101
113 Whenever the file name is "~" then expand('%:p') returns $HOME. (Aidan 102 Whenever the file name is "~" then expand('%:p') returns $HOME. (Aidan
114 Shafran, 2018 Jun 23, #3072) Proposed patch by Aidan, 2018 Jun 24. 103 Shafran, 2018 Jun 23, #3072) Proposed patch by Aidan, 2018 Jun 24.
115 104
116 Patch to set w_set_curswant when setting the cursor in language interfaces. 105 Patch to set w_set_curswant when setting the cursor in language interfaces.
117 (David Hotham, 2018 Jun 22, #3060) 106 (David Hotham, 2018 Jun 22, #3060)
118 107
108 Patch for Lua 5.3. (Ken Takata, 2018 Jul 5, #3157)
109
119 Patch to make CTRL-W <CR> work properly in a quickfix window. (Jason Franklin, 110 Patch to make CTRL-W <CR> work properly in a quickfix window. (Jason Franklin,
120 2018 May 30) 111 2018 May 30)
121 112
122 Patch to make mode() return something different for Normal mode when coming 113 Patch to make mode() return something different for Normal mode when coming
123 from Insert mode with CTRL-O. (#3000) 114 from Insert mode with CTRL-O. (#3000)
115
116 Patches for Python: #3162, #3263 (Ozaki Kiichi)
124 117
125 Script generated by :mksession does not work well if there are windows with 118 Script generated by :mksession does not work well if there are windows with
126 modified buffers 119 modified buffers
127 change "silent only" into "silent only!" 120 change "silent only" into "silent only!"
128 change "edit fname" of first buffer to "hide edit fname" 121 change "edit fname" of first buffer to "hide edit fname"
129 skip "badd fname" if "fname" is already in the buffer list 122 skip "badd fname" if "fname" is already in the buffer list
130 remove remark about unloading buffers from documentation 123 remove remark about unloading buffers from documentation
131 124
132 Patch to make :help work for tags with a ?. (Hirohito Higashi, 2018 May 28) 125 Patch to make :help work for tags with a ?. (Hirohito Higashi, 2018 May 28)
126
127 Patch to adjust to DPI setting for GTK. (Roel van de Kraats, 2017 Nov 20,
128 #2357)
133 129
134 Compiler warnings (geeknik, 2017 Oct 26): 130 Compiler warnings (geeknik, 2017 Oct 26):
135 - signed integer overflow in do_sub() (#2249) 131 - signed integer overflow in do_sub() (#2249)
136 - signed integer overflow in get_address() (#2248) 132 - signed integer overflow in get_address() (#2248)
137 - signed integer overflow in getdecchrs() (#2254) 133 - signed integer overflow in getdecchrs() (#2254)
395 391
396 Problem with 'delcombine'. (agguser, 2017 Nov 10, #2313) 392 Problem with 'delcombine'. (agguser, 2017 Nov 10, #2313)
397 393
398 MS-Windows: buffer completion doesn't work when using backslash (or slash) 394 MS-Windows: buffer completion doesn't work when using backslash (or slash)
399 for a path separator. (xtal8, #2201) 395 for a path separator. (xtal8, #2201)
400
401 Patch to adjust to DPI setting for GTK. (Roel van de Kraats, 2017 Nov 20,
402 #2357)
403 396
404 Test runtime files. 397 Test runtime files.
405 Start with filetype detection: testdir/test_filetype.vim 398 Start with filetype detection: testdir/test_filetype.vim
406 399
407 Window not closed when deleting buffer. (Harm te Hennepe, 2017 Aug 27, #2029) 400 Window not closed when deleting buffer. (Harm te Hennepe, 2017 Aug 27, #2029)