comparison runtime/doc/version7.txt @ 21825:0db0640e16e0

Update runtime files. Commit: https://github.com/vim/vim/commit/3d1cde8a2f28dce2c82d2b2b4c5e35e6662030e0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 15 18:55:18 2020 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Aug 2020 19:00:04 +0200
parents af69c9335223
children bbca88cd13d5
comparison
equal deleted inserted replaced
21824:91c90e53de36 21825:0db0640e16e0
2760 Added CTRL-W gF: open file under cursor in new tab page and jump to the line 2760 Added CTRL-W gF: open file under cursor in new tab page and jump to the line
2761 number following the file name. 2761 number following the file name.
2762 Added 'guitabtooltip'. Implemented for Win32 (Yegappan Lakshmanan). 2762 Added 'guitabtooltip'. Implemented for Win32 (Yegappan Lakshmanan).
2763 2763
2764 Added "throw" to 'debug' option: throw an exception for error messages even 2764 Added "throw" to 'debug' option: throw an exception for error messages even
2765 whey they would otherwise be ignored. 2765 when they would otherwise be ignored.
2766 2766
2767 When 'keymap' is set and a line contains an invalid entry could get a "No 2767 When 'keymap' is set and a line contains an invalid entry could get a "No
2768 mapping found" warning instead of a proper error message. 2768 mapping found" warning instead of a proper error message.
2769 2769
2770 Motif: default to using XpmAttributes instead of XpmAttributes_21. 2770 Motif: default to using XpmAttributes instead of XpmAttributes_21.
3857 used undo information is not correct. (Jiri Cerny, Benji Fisher) 3857 used undo information is not correct. (Jiri Cerny, Benji Fisher)
3858 Solution: Set ins_need_undo after using 'formatexpr'. 3858 Solution: Set ins_need_undo after using 'formatexpr'.
3859 Files: src/edit.c 3859 Files: src/edit.c
3860 3860
3861 Patch 7.0.127 3861 Patch 7.0.127
3862 Problem: Crash when swap files has invalid timestamp. 3862 Problem: Crash when swap file has invalid timestamp.
3863 Solution: Check return value of ctime() for being NULL. 3863 Solution: Check return value of ctime() for being NULL.
3864 Files: src/memline.c 3864 Files: src/memline.c
3865 3865
3866 Patch 7.0.128 3866 Patch 7.0.128
3867 Problem: GUI: when closing gvim is cancelled because there is a changed 3867 Problem: GUI: when closing gvim is cancelled because there is a changed
6755 Problem: Crash when using Cygwin and non-posix path name in tags file. 6755 Problem: Crash when using Cygwin and non-posix path name in tags file.
6756 Solution: Use separate buffer for posix path. (Ben Schmidt) 6756 Solution: Use separate buffer for posix path. (Ben Schmidt)
6757 Files: src/os_unix.c 6757 Files: src/os_unix.c
6758 6758
6759 Patch 7.1.329 6759 Patch 7.1.329
6760 Problem: When the popup menu is removed a column of cells, the right halve 6760 Problem: When the popup menu is removed a column of cells, the right half
6761 of double-wide characters, may not be redrawn. 6761 of double-wide characters, may not be redrawn.
6762 Solution: Check if the right halve of a character needs to be redrawn. 6762 Solution: Check if the right half of a character needs to be redrawn.
6763 (Yukihiro Nakadaira) 6763 (Yukihiro Nakadaira)
6764 Files: src/screen.c 6764 Files: src/screen.c
6765 6765
6766 Patch 7.1.330 6766 Patch 7.1.330
6767 Problem: Reading uninitialized memory when using Del in replace mode. 6767 Problem: Reading uninitialized memory when using Del in replace mode.