diff runtime/doc/todo.txt @ 13963:1174611ad715 v8.1.0000

Vim 8.1 release commit https://github.com/vim/vim/commit/b1c9198afb7ff902588b45fbe44f0760a9f48375 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 17 17:04:55 2018 +0200 Vim 8.1 release Update version number and information. Fix a couple of tests.
author Christian Brabandt <cb@256bit.org>
date Thu, 17 May 2018 17:15:08 +0200
parents dc648848f8be
children acc62d455f90
line wrap: on
line diff
--- a/runtime/doc/todo.txt
+++ b/runtime/doc/todo.txt
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 8.0.  Last change: 2018 May 17
+*todo.txt*      For Vim version 8.1.  Last change: 2018 May 17
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -32,6 +32,9 @@ Only use this for bug reports, not for q
 maillist.  Updates will be forwarded to the |vim_dev| maillist.  Issues
 entered there will not be repeated below, unless there is extra information.
 
+The #1234 numbers refer to an issue or pull request on github.  To see it in a
+browser use: https://github.com/vim/vim/issues/1234
+
 							*known-bugs*
 -------------------- Known bugs and current work -----------------------
 
@@ -65,9 +68,6 @@ 13, #2910)  Can't reproduce?
 On Win32 when not in the console and t_Co >= 256, allow using 'tgc'.
 (Nobuhiro Takasaki, #2833)  Also check t_Co.
 
-Pop-up menu overlapping terminal is not cleared completely. (Lifepillar, 2018
-May 13, #2908)  Hint from Christian, May 14.
-
 balloon_show() does not work properly in the terminal. (Ben Jackson, 2017 Dec
 20, #2481)
 Also see #2352, want better control over balloon, perhaps set the position.
@@ -78,9 +78,6 @@ Errors found with random data:
 More warnings from static analysis:
 https://lgtm.com/projects/g/vim/vim/alerts/?mode=list
 
-When opening foo/x.txt and bar/x.txt get swap file warning.  Should check the
-file name. (Juergen Weigert)
-
 Script generated by :mksession does not work well if there are windows with
 modified buffers
   change "silent only" into "silent only!"