comparison runtime/doc/todo.txt @ 14952:405309f9dd13 v8.1.0487

patch 8.1.0487: no menus specifically for the terminal window commit https://github.com/vim/vim/commit/4c5d815256099b50eca2ec5bf8f9aaa67a890211 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 19 22:36:53 2018 +0200 patch 8.1.0487: no menus specifically for the terminal window Problem: No menus specifically for the terminal window. Solution: Add :tlmenu. (Yee Cheng Chin, closes https://github.com/vim/vim/issues/3439) Add a menu test.
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Oct 2018 22:45:07 +0200
parents 4ee65b4150fd
children 2b30a2b4bde2
comparison
equal deleted inserted replaced
14951:6adb462db592 14952:405309f9dd13
93 conversions. 93 conversions.
94 94
95 Key mapping times out when using a timer in Gvim. (Michael Henry, 2018 Sep 9, 95 Key mapping times out when using a timer in Gvim. (Michael Henry, 2018 Sep 9,
96 #3417) 96 #3417)
97 97
98 Patch to check for directory access in term_start(). (Jason Franklin, 2018 Oct
99 15)
100
101 Does not build with MinGW out of the box: 98 Does not build with MinGW out of the box:
102 - _stat64 is not defined, need to use "struct stat" in vim.h 99 - _stat64 is not defined, need to use "struct stat" in vim.h
103 - WINVER conflict, should use 0x0600 by default? 100 - WINVER conflict, should use 0x0600 by default?
104 101
105 Crash when mixing matchadd and substitute()? (Max Christian Pohle, 2018 May 102 Crash when mixing matchadd and substitute()? (Max Christian Pohle, 2018 May
187 ==23530== by 0x2AFF30: mch_call_shell_terminal (os_unix.c:4377) 184 ==23530== by 0x2AFF30: mch_call_shell_terminal (os_unix.c:4377)
188 ==23530== by 0x2B16BE: mch_call_shell (os_unix.c:5383) 185 ==23530== by 0x2B16BE: mch_call_shell (os_unix.c:5383)
189 186
190 gethostbyname() is old, use getaddrinfo() if available. (#3227) 187 gethostbyname() is old, use getaddrinfo() if available. (#3227)
191 188
192 Delete the src/main.aap file?
193
194 matchaddpos() gets slow with many matches. Proposal by Rick Howe, 2018 Jul 189 matchaddpos() gets slow with many matches. Proposal by Rick Howe, 2018 Jul
195 19. 190 19.
196 191
197 Patch to support ":tag <tagkind> <tagname>". (emmrk, 2018 May 7, #2871) 192 Patch to support ":tag <tagkind> <tagname>". (emmrk, 2018 May 7, #2871)
198 Use something like ":tag {kind}/{tagname}". 193 Use something like ":tag {kind}/{tagname}".
199 Not ready to include. 194 Not ready to include.
200
201 Patch to support menus in terminal: ":tlmenu". (Yee Cheng Chin, #3439)
202 195
203 :pedit resets the 'buflisted' option unexpectedly. (Wang Shidong, 2018 Oct 12, 196 :pedit resets the 'buflisted' option unexpectedly. (Wang Shidong, 2018 Oct 12,
204 #3536) 197 #3536)
205 198
206 home_replace() uses $HOME instead of "homedir". (Cesar Martins, 2018 Aug 9) 199 home_replace() uses $HOME instead of "homedir". (Cesar Martins, 2018 Aug 9)
2220 When changing 'encoding' convert all the swap file names, so that we can 2213 When changing 'encoding' convert all the swap file names, so that we can
2221 still delete them. Also convert all buffer file names? 2214 still delete them. Also convert all buffer file names?
2222 2215
2223 "gqip" in Insert mode has an off-by-one error, causing it to reflow text. 2216 "gqip" in Insert mode has an off-by-one error, causing it to reflow text.
2224 (Raul Coronado, 2009 Nov 2) 2217 (Raul Coronado, 2009 Nov 2)
2225
2226 Update src/testdir/main.aap.
2227 2218
2228 Something wrong with session that has "cd" commands and "badd", in such a way 2219 Something wrong with session that has "cd" commands and "badd", in such a way
2229 that Vim doesn't find the edited file in the buffer list, causing the 2220 that Vim doesn't find the edited file in the buffer list, causing the
2230 ATTENTION message? (Tony Mechelynck, 2008 Dec 1) 2221 ATTENTION message? (Tony Mechelynck, 2008 Dec 1)
2231 Also: swap files are in ~/tmp/ One has relative file name ".mozilla/...". 2222 Also: swap files are in ~/tmp/ One has relative file name ".mozilla/...".