]> granicus.if.org Git - vim/commitdiff
Minor runtime file updates.
authorBram Moolenaar <Bram@vim.org>
Wed, 11 Dec 2019 22:05:48 +0000 (23:05 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 11 Dec 2019 22:05:48 +0000 (23:05 +0100)
runtime/doc/autocmd.txt
runtime/doc/pi_netrw.txt
runtime/doc/starting.txt
runtime/doc/todo.txt
runtime/doc/version8.txt
runtime/pack/dist/opt/termdebug/plugin/termdebug.vim

index cfadd9ef608bc6a524c8903e8b57f1cb925e9cd7..4c9d95e5f0d104f13c074e4de932ea57085bfa91 100644 (file)
@@ -1,4 +1,4 @@
-*autocmd.txt*   For Vim version 8.1.  Last change: 2019 Sep 16
+*autocmd.txt*   For Vim version 8.1.  Last change: 2019 Dec 11
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -387,6 +387,8 @@ BufAdd or BufCreate         Just after creating a new buffer which is
                                to the buffer list.
                                Also used just after a buffer in the buffer
                                list has been renamed.
+                               Not triggered for the initial buffers created
+                               during startup.
                                The BufCreate event is for historic reasons.
                                NOTE: When this autocommand is executed, the
                                current buffer "%" may be different from the
index c271c5f0f67e0e1cf281db71241c540f15f37889..def804e06a8c43a34efff188292572482b507508 100644 (file)
@@ -1,4 +1,4 @@
-*pi_netrw.txt*  For Vim version 8.1.  Last change: 2019 Dec 09
+*pi_netrw.txt*  For Vim version 8.1.  Last change: 2019 Dec 10
 
            ------------------------------------------------
            NETRW REFERENCE MANUAL    by Charles E. Campbell
@@ -1184,7 +1184,7 @@ One may easily "bookmark" the currently browsed directory by using >
                                                                *.netrwbook*
 Bookmarks are retained in between sessions of vim in a file called .netrwbook
 as a |List|, which is typically stored in the first directory on the user's
-runtimepath'; entries are kept in sorted order.
+'runtimepath'; entries are kept in sorted order.
 
 If there are marked files and/or directories, mb will add them to the bookmark
 list.
index 1626bf19b538112a98a18c7696d8593e6cd2c543..13c4744ffe67321a5a933bae02bddcde95e8fc74 100644 (file)
@@ -1,4 +1,4 @@
-*starting.txt*  For Vim version 8.1.  Last change: 2019 Jul 30
+*starting.txt*  For Vim version 8.1.  Last change: 2019 Dec 11
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -928,7 +928,8 @@ accordingly.  Vim proceeds in this order:
        displayed yet).
        When switching screens, it happens now.  Redrawing starts.
        If the "-q" flag was given to Vim, the first error is jumped to.
-       Buffers for all windows will be loaded.
+       Buffers for all windows will be loaded, without triggering |BufAdd|
+       autocommands.
 
 12. Execute startup commands
        If a "-t" flag was given to Vim, the tag is jumped to.
index cf2cc80b083ec2ef4e73e8dc46bce4298023dadc..52b2d7f5f41703f9950fea7bcd48163dc676eef0 100644 (file)
@@ -1,4 +1,4 @@
-*todo.txt*      For Vim version 8.1.  Last change: 2019 Dec 08
+*todo.txt*      For Vim version 8.1.  Last change: 2019 Dec 11
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -120,6 +120,8 @@ E654, E856, E857, E860, E861, E863, E889, E900
 
 Patch to move duplicated code to a function. (Yegappan Lakshmanan, #5330)
 
+Patch to use more FOR_ALL_ macros and use them. (Yegappan Lakshmanan, #5339)
+
 Running test_gui and test_gui_init with Motif sometimes kills the window
 manager.  Problem with Motif? Now test_gui crashes in submenu_change().
 Athena is OK.
@@ -128,6 +130,9 @@ Motif: Build on Ubuntu can't enter any text in dialog text fields.
 Patch to properly break CJK lines: Anton Kochkov, #3875
 Flag in 'formatoptions' is not used in the tests.
 
+Patch to add 'vtp' option. (#5344)
+Needs better docs.  Is there a better name?
+
 undo result wrong: Masato Nishihata, #4798
 
 Undo puts cursor in wrong line after "cG<Esc>" undo.
index c13fa10d08f4e8d546d0343df6a97bad155d01cf..84cfd7d854b246c655bb6e121d55202dfc8af289 100644 (file)
@@ -1,4 +1,4 @@
-*version8.txt*  For Vim version 8.1.  Last change: 2019 Dec 09
+*version8.txt*  For Vim version 8.1.  Last change: 2019 Dec 11
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -41061,6 +41061,82 @@ Problem:    MS-Windows: test_iminsert fails without IME support.
 Solution:   Skip the test when imgetstatus() doesn't work.
 Files:     src/testdir/test_iminsert.vim
 
+Patch 8.1.2411
+Problem:    Function argument copied unnecessarily.
+Solution:   Use the argument directly.
+Files:     src/ex_docmd.c
+
+Patch 8.1.2412
+Problem:    Crash when evaluating expression with error. (Dhiraj Mishra)
+Solution:   Check parsing failed. (closes #5329)
+Files:     src/eval.c, src/testdir/test_lambda.vim
+
+Patch 8.1.2413
+Problem:    Cannot update ex_cmdidxs.h on MS-Windows.
+Solution:   Add build rules and dependencies. (Ken Takata, closes #5337)
+Files:     src/Make_cyg_ming.mak, src/Make_mvc.mak, src/Make_vms.mms
+
+Patch 8.1.2414
+Problem:    MS-Windows: properties dialog box shows wrong character.
+Solution:   Explicitly specify encoding. (Ken Takata, closes #5338)
+Files:     src/vim.rc
+
+Patch 8.1.2415
+Problem:    Popup menu flickers if an info popup is used. (Nick Jensen)
+Solution:   Set the pum_skip_redraw flag.
+Files:     src/popupmenu.c
+
+Patch 8.1.2416
+Problem:    Loading menus sets v:errmsg.
+Solution:   Avoid setting v:errmsg and add a test for that. (Jason Franklin)
+Files:     runtime/delmenu.vim, runtime/menu.vim, src/testdir/test_menu.vim
+
+Patch 8.1.2417
+Problem:    MinGW/Cygwin build does not clean up all files.
+Solution:   Delete *.map files. (Michael Soyka)
+Files:     src/Make_cyg_ming.mak
+
+Patch 8.1.2418
+Problem:    bufnr('$') is wrong after recycling popup buffer.
+Solution:   Sort the buffer list by buffer number. (closes #5335)
+Files:     src/buffer.c, src/testdir/test_popupwin.vim
+
+Patch 8.1.2419
+Problem:    With a long file name the hit-enter prompt appears. (J. Lewis
+            Muir)
+Solution:   When checking for text to wrap don't do this when outputing a CR.
+Files:     src/message.c, src/testdir/test_display.vim,
+            src/testdir/dumps/Test_long_file_name_1.dump
+
+Patch 8.1.2420
+Problem:    Crash when calling popup_close() in win_execute().
+Solution:   Disallow popup_close() in popup window. (Yasuhiro Matsumoto,
+            closes #5345)
+Files:     src/popupwin.c, src/testdir/test_popupwin.vim
+
+Patch 8.1.2421
+Problem:    Test88 is old style.
+Solution:   Turn into a new style test. (Yegappan Lakshmanan, closes #5347)
+Files:     src/Makefile, src/testdir/Make_all.mak, src/testdir/Make_vms.mms,
+            src/testdir/test88.in, src/testdir/test88.ok,
+            src/testdir/test_conceal.vim, src/testdir/test_python2.vim
+            src/testdir/test_python3.vim
+
+Patch 8.1.2422
+Problem:    "make depend" does not work correctly for libvterm.
+Solution:   Fix build dependencies. And a few minor improvements.
+Files:     src/Makefile, src/filepath.c, src/insexpand.c, src/main.c
+
+Patch 8.1.2423
+Problem:    MS-Windows properties shows version as "8, 1, 0".
+Solution:   Use "8.1.0". (Ken Takata, closes #5342)
+Files:     src/vim.rc
+
+Patch 8.1.2424
+Problem:    MS-Windows: console buffer is resized unnecessarily.
+Solution:   Only call ResizeConBuf() when the size differs. (Nobuhiro
+            Takasaki, closes #5343)
+Files:     src/os_win32.c
 
 
  vim:tw=78:ts=8:noet:ft=help:norl:
index 5b6340b0bf7d537807610553dcdf2e8cbdad2513..9d485d8115c5d9deb41773c514816764b2dc0e80 100644 (file)
@@ -2,7 +2,7 @@
 "
 " Author: Bram Moolenaar
 " Copyright: Vim license applies, see ":help license"
-" Last Update: 2018 Jun 3
+" Last Change: 2019 Dec 11
 "
 " WORK IN PROGRESS - Only the basics work
 " Note: On MS-Windows you need a recent version of gdb.  The one included with
@@ -626,7 +626,7 @@ func s:GotoProgram()
       call system(printf('powershell -Command "add-type -AssemblyName microsoft.VisualBasic;[Microsoft.VisualBasic.Interaction]::AppActivate(%d);"', s:pid))
     endif
   else
-    win_gotoid(s:ptywin)
+    call win_gotoid(s:ptywin)
   endif
 endfunc