]>
granicus.if.org Git - vim/log
Bram Moolenaar [Tue, 26 Sep 2017 12:46:04 +0000 (14:46 +0200)]
patch 8.0.1150: MS-Windows GUI: dialog font size is incorrect
Problem: MS-Windows GUI: dialog font size is incorrect.
Solution: Pass flag to indicate 'encoding' or active codepage. (Yasuhiro
Matsomoto, closes #2160)
Bram Moolenaar [Tue, 26 Sep 2017 11:59:47 +0000 (13:59 +0200)]
patch 8.0.1149: libvterm colors differ from xterm
Problem: libvterm colors differ from xterm.
Solution: Use the xterm colors for libvterm.
Bram Moolenaar [Tue, 26 Sep 2017 10:28:45 +0000 (12:28 +0200)]
patch 8.0.1148: gN doesn't work on last match with 'wrapscan' off
Problem: "gN" doesn't work on last match with 'wrapscan' off. (fcpg)
Solution: Adjust for searching backward. (Christian Brabandt)
Bram Moolenaar [Tue, 26 Sep 2017 09:15:53 +0000 (11:15 +0200)]
patch 8.0.1147: fail to build with tiny features
Problem: Fail to build with tiny features. (Tony Mechelynck)
Solution: Move #ifdefs.
Bram Moolenaar [Mon, 25 Sep 2017 20:57:27 +0000 (22:57 +0200)]
patch 8.0.1146: redraw when highlight is set with same names
Problem: Redraw when highlight is set with same names. (Ozaki Kiichi)
Solution: Only free and save a name when it changed. (closes #2120)
Bram Moolenaar [Mon, 25 Sep 2017 20:02:32 +0000 (22:02 +0200)]
patch 8.0.1145: warning when compiling with Perl
Problem: Warning when compiling with Perl.
Solution: Remove unused variable. (Ken Takata0
Bram Moolenaar [Sun, 24 Sep 2017 17:39:09 +0000 (19:39 +0200)]
patch 8.0.1144: using wrong #ifdef for computing length
Problem: Using wrong #ifdef for computing length.
Solution: use BACKSLASH_IN_FILENAME instead of COLON_IN_FILENAME. (Yasuhiro
Matsomoto, closes #2153)
Bram Moolenaar [Sun, 24 Sep 2017 14:24:34 +0000 (16:24 +0200)]
patch 8.0.1143: macros always expand to the same thing
Problem: Macros always expand to the same thing.
Solution: Remove W_VSEP_WIDTH() and W_STATUS_HEIGHT().
Bram Moolenaar [Sat, 23 Sep 2017 21:58:28 +0000 (23:58 +0200)]
patch 8.0.1142: window toolbar menu gets a tear-off item
Problem: Window toolbar menu gets a tear-off item.
Solution: Recognize the window toolbar.
Bram Moolenaar [Sat, 23 Sep 2017 17:48:29 +0000 (19:48 +0200)]
patch 8.0.1141: MS-Windows build dependencies are incomplete
Problem: MS-Windows build dependencies are incomplete.
Solution: Fix the dependencies. (Ken Takata)
Bram Moolenaar [Sat, 23 Sep 2017 17:24:46 +0000 (19:24 +0200)]
patch 8.0.1140: still old style tests
Problem: Still old style tests.
Solution: Convert two tests to new style. (Yegappan Lakshmanan)
Bram Moolenaar [Sat, 23 Sep 2017 14:33:50 +0000 (16:33 +0200)]
patch 8.0.1139: using window toolbar changes state
Problem: Using window toolbar changes state.
Solution: Always execute window toolbar actions in Normal mode.
Bram Moolenaar [Sat, 23 Sep 2017 13:08:17 +0000 (15:08 +0200)]
patch 8.0.1138: click in window toolbar starts Visual mode
Problem: Click in window toolbar starts Visual mode.
Solution: Add the MOUSE_WINBAR flag.
Bram Moolenaar [Fri, 22 Sep 2017 14:56:22 +0000 (16:56 +0200)]
patch 8.0.1137: cannot build with Ruby
Problem: Cannot build with Ruby.
Solution: Fix misplaced brace.
Bram Moolenaar [Fri, 22 Sep 2017 13:20:32 +0000 (15:20 +0200)]
patch 8.0.1136: W_WIDTH() is always the same
Problem: W_WIDTH() is always the same.
Solution: Expand the macro.
Bram Moolenaar [Fri, 22 Sep 2017 12:35:51 +0000 (14:35 +0200)]
patch 8.0.1135: W_WINCOL() is always the same
Problem: W_WINCOL() is always the same.
Solution: Expand the macro.
Bram Moolenaar [Fri, 22 Sep 2017 11:53:37 +0000 (13:53 +0200)]
patch 8.0.1134: superfluous call to syn_get_final_id()
Problem: Superfluous call to syn_get_final_id().
Solution: Remove it. (Ken Takata)
Bram Moolenaar [Fri, 22 Sep 2017 11:44:56 +0000 (13:44 +0200)]
patch 8.0.1133: syntax timeout not used correctly
Problem: Syntax timeout not used correctly.
Solution: Do not pass the timeout to syntax_start() but set it explicitly.
(Yasuhiro Matsumoto, closes #2139)
Bram Moolenaar [Fri, 22 Sep 2017 09:13:52 +0000 (11:13 +0200)]
Missing part of 8.0.1131.
Bram Moolenaar [Thu, 21 Sep 2017 20:46:47 +0000 (22:46 +0200)]
patch 8.0.1132: #if condition is not portable
Problem: #if condition is not portable.
Solution: Add defined(). (Zuloloxi, closes #2136)
Bram Moolenaar [Thu, 21 Sep 2017 20:16:21 +0000 (22:16 +0200)]
patch 8.0.1131: not easy to trigger an autocommand for new terminal window
Problem: It is not easy to trigger an autocommand for new terminal window.
(Marco Restelli)
Solution: Trigger BufWinEnter after setting 'buftype'.
Bram Moolenaar [Wed, 20 Sep 2017 20:43:02 +0000 (22:43 +0200)]
patch 8.0.1130: the qf_jump() function is still too long
Problem: The qf_jump() function is still too long.
Solution: Split of parts to separate functions. (Yegappan Lakshmanan)
Bram Moolenaar [Wed, 20 Sep 2017 08:03:07 +0000 (10:03 +0200)]
Add back terminal.c
Bram Moolenaar [Tue, 19 Sep 2017 20:08:04 +0000 (22:08 +0200)]
patch 8.0.1129: window toolbar missing a part of the patch
Problem: Window toolbar missing a part of the patch.
Solution: Add change in vim.h.
Bram Moolenaar [Tue, 19 Sep 2017 20:06:03 +0000 (22:06 +0200)]
Update runtime files.
Bram Moolenaar [Tue, 19 Sep 2017 18:47:16 +0000 (20:47 +0200)]
patch 8.0.1128: old xterm sends CTRL-X in response to t_RS
Problem: Old xterm sends CTRL-X in response to t_RS.
Solution: Only send t_RS for xterm 279 and later. Remove the workaround to
ignore CTRL-X.
Bram Moolenaar [Mon, 18 Sep 2017 19:50:47 +0000 (21:50 +0200)]
patch 8.0.1127: Test_peek_and_get_char fails on 32 bit system
Problem: Test_peek_and_get_char fails on 32 bit system. (Eliminate
Riesebieter)
Solution: Avoid an integer overflow. (James McCoy, closes #2116)
Bram Moolenaar [Mon, 18 Sep 2017 19:24:56 +0000 (21:24 +0200)]
patch 8.0.1126: endless resize when terminal showing in two buffers
Problem: Endless resize when terminal showing in two buffers. (Hirohito
Higashi)
Solution: Set a flag to prevent resizing the window.
Bram Moolenaar [Mon, 18 Sep 2017 18:31:41 +0000 (20:31 +0200)]
patch 8.0.1125: wrong window height when splitting window with window toolbar
Problem: Wrong window height when splitting window with window toolbar.
Solution: Add or subtract the window toolbar height.
Bram Moolenaar [Mon, 18 Sep 2017 18:01:02 +0000 (20:01 +0200)]
patch 8.0.1124: use of MZSCHEME_VER is unclear
Problem: Use of MZSCHEME_VER is unclear.
Solution: Add a comment. (Ken Takata)
Bram Moolenaar [Sun, 17 Sep 2017 21:03:31 +0000 (23:03 +0200)]
patch 8.0.1123: cannot define a toolbar for a window
Problem: Cannot define a toolbar for a window.
Solution: Add a window-local toolbar.
Bram Moolenaar [Sun, 17 Sep 2017 19:43:00 +0000 (21:43 +0200)]
patch 8.0.1122: vimtutor.bat doesn't work well with vim.bat
Problem: vimtutor.bat doesn't work well with vim.bat.
Solution: Use "call vim". (Ken Takata, closes #2105)
Bram Moolenaar [Sun, 17 Sep 2017 19:00:03 +0000 (21:00 +0200)]
patch 8.0.1121: can uncheck executables in MS-Windows installer
Problem: Can uncheck executables in MS-Windows installer.
Solution: Make the choice read-only. (Ken Takata, closes #2106)
Bram Moolenaar [Sun, 17 Sep 2017 18:32:20 +0000 (20:32 +0200)]
patch 8.0.1120: :tm means :tmap instead of :tmenu
Problem: :tm means :tmap instead of :tmenu. (Taro Muraoka)
Solution: Move the new entry below the old entry. (closes #2102)
Bram Moolenaar [Sun, 17 Sep 2017 17:08:02 +0000 (19:08 +0200)]
patch 8.0.1119: quitting a split terminal window kills the job
Problem: Quitting a split terminal window kills the job. (Yasuhiro
Matsumoto)
Solution: Only stop terminal job if it is the last window.
Bram Moolenaar [Sat, 16 Sep 2017 18:54:51 +0000 (20:54 +0200)]
patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs
Problem: FEAT_WINDOWS adds a lot of #ifdefs while it is nearly always
enabled and only adds 7% to the binary size of the tiny build.
Solution: Graduate FEAT_WINDOWS.
Bram Moolenaar [Sat, 16 Sep 2017 15:42:41 +0000 (17:42 +0200)]
patch 8.0.1117: Test_terminal_no_cmd hangs on MS-Windows with GUI
Problem: Test_terminal_no_cmd hangs on MS-Windows with GUI. (Christian
Brabandt)
Solution: Run the command with "start" and wait for the text to appear.
(micbou, closes #2096)
Bram Moolenaar [Sat, 16 Sep 2017 15:35:13 +0000 (17:35 +0200)]
patch 8.0.1116: terminal test fails on MS-Windows
Problem: Terminal test fails on MS-Windows.
Solution: Wait for the text to appear. (micbou, closes #2097)
Bram Moolenaar [Sat, 16 Sep 2017 15:19:22 +0000 (17:19 +0200)]
patch 8.0.1115: crash when using foldtextresult() recursively
Problem: Crash when using foldtextresult() recursively.
Solution: Avoid recursive calls. (Yasuhiro Matsumoto, closes #2098)
Bram Moolenaar [Sat, 16 Sep 2017 13:50:32 +0000 (15:50 +0200)]
patch 8.0.1114: default for 'iminsert' is annoying
Problem: Default for 'iminsert' is annoying.
Solution: Make the default always zero. (Yasuhiro Matsumoto, closes #2071)
Bram Moolenaar [Sat, 16 Sep 2017 13:38:04 +0000 (15:38 +0200)]
patch 8.0.1113: can go to Insert mode from Terminal-Normal mode
Problem: Can go to Insert mode from Terminal-Normal mode.
Solution: Prevent :startinsert and "VA" to enter Insert mode. (Yasuhiro
Matsumoto, closes #2092)
Bram Moolenaar [Fri, 15 Sep 2017 20:43:07 +0000 (22:43 +0200)]
patch 8.0.1112: can't get size or current index from quickfix list
Problem: Can't get size or current index from quickfix list.
Solution: Add "idx" and "size" options. (Yegappan Lakshmanan)
Bram Moolenaar [Fri, 15 Sep 2017 10:40:53 +0000 (12:40 +0200)]
patch 8.0.1111: syntax error in configure when using Perl
Problem: Syntax error in configure when using Perl.
Solution: Add missing quote
Bram Moolenaar [Thu, 14 Sep 2017 21:06:23 +0000 (23:06 +0200)]
patch 8.0.1110: FORTIFY_SOURCE from Perl causes problems
Problem: FORTIFY_SOURCE from Perl causes problems. (Scott Baker)
Solution: Filter out the flag. (Christian Brabandt, closes #2068)
Bram Moolenaar [Thu, 14 Sep 2017 20:55:37 +0000 (22:55 +0200)]
patch 8.0.1109: timer causes error on exit from Ex mode
Problem: Timer causes error on exit from Ex mode. (xtal8)
Solution: save and restore the ex_pressedreturn flag. (Christian Brabandt,
closes #2079)
Bram Moolenaar [Thu, 14 Sep 2017 18:37:57 +0000 (20:37 +0200)]
patch 8.0.1108: cannot specify mappings for the terminal window
Problem: Cannot specify mappings for the terminal window.
Solution: Add the :tmap command and associated code. (Jacob Askeland,
closes #2073)
Bram Moolenaar [Thu, 14 Sep 2017 14:10:38 +0000 (16:10 +0200)]
patch 8.0.1107: terminal debugger jumps to non-existing file
Problem: Terminal debugger jumps to non-existing file.
Solution: Check that the file exists. Add an option to make the Vim wide
wide. Fix removing highlight groups.
Bram Moolenaar [Thu, 14 Sep 2017 13:55:13 +0000 (15:55 +0200)]
patch 8.0.1106: terminal colors wrong on an MS-Windows console
Problem: Terminal colors on an MS-Windows console are not matching the
normal colors.
Solution: Use the normal colors for the terminal. (Yasuhiro Matsumoto,
closes #2087)
Bram Moolenaar [Thu, 14 Sep 2017 12:31:18 +0000 (14:31 +0200)]
patch 8.0.1105: match() and matchend() are not tested
Problem: match() and matchend() are not tested.
Solution: Add tests. (Ozaki Kiichi, closes #2088)
Bram Moolenaar [Thu, 14 Sep 2017 11:57:37 +0000 (13:57 +0200)]
patch 8.0.1104: the qf_jump() function is too long
Problem: The qf_jump() function is too long.
Solution: Split of parts to separate functions. (Yegappan Lakshmanan)
Bram Moolenaar [Thu, 14 Sep 2017 11:37:00 +0000 (13:37 +0200)]
patch 8.0.1103: converting cterm color fails for grey ramp
Problem: Converting cterm color fails for grey ramp.
Solution: Use index instead of number.
Bram Moolenaar [Wed, 13 Sep 2017 22:00:44 +0000 (00:00 +0200)]
patch 8.0.1102: terminal window does not use Normal colors
Problem: Terminal window does not use Normal colors.
Solution: For the GUI and when 'termguicolors' is enabled, use the actual
foreground and background colors for the terminal. (Yasuhiro
Matsumoto, closes #2067)
Use the "Terminal" highlight group if defined.
Bram Moolenaar [Wed, 13 Sep 2017 20:18:01 +0000 (22:18 +0200)]
patch 8.0.1101: channel write fails if writing to log fails
Problem: Channel write fails if writing to log fails.
Solution: Ignore return value of fwrite(). (Ozaki Kiichi, closes #2081)
Bram Moolenaar [Wed, 13 Sep 2017 20:11:35 +0000 (22:11 +0200)]
patch 8.0.1100: stuck in redraw loop when 'lazyredraw' is set
Problem: Stuck in redraw loop when 'lazyredraw' is set.
Solution: Don't loop on update_screen() when not redrawing. (Yasuhiro
Matsumoto, closes #2082)
Bram Moolenaar [Wed, 13 Sep 2017 20:09:58 +0000 (22:09 +0200)]
patch 8.0.1099: warnings for GDK calls
Problem: Warnings for GDK calls.
Solution: Use other calls for GTK 3 and fix a few problems. (Kazunobu
Kuriyama)
Bram Moolenaar [Tue, 12 Sep 2017 20:59:58 +0000 (22:59 +0200)]
patch 8.0.1098: build failure if libvterm installed
Problem: Build failure if libvterm installed on the system. (Oleh
Hushchenkov)
Solution: Change the CCCTERM argument order. (Ken Takata, closes #2080)
Bram Moolenaar [Mon, 11 Sep 2017 21:05:44 +0000 (23:05 +0200)]
patch 8.0.1097: background color wrong if job changes background color
Problem: Background color wrong if job changes background color.
Solution: Get the background color from vterm.
Bram Moolenaar [Mon, 11 Sep 2017 20:00:51 +0000 (22:00 +0200)]
patch 8.0.1096: terminal window in Normal mode has wrong background
Problem: Terminal window in Normal mode has wrong background.
Solution: Store the default background and use it for clearning until the
end of the line. Not for below the last line, since there is no
text there.
Bram Moolenaar [Mon, 11 Sep 2017 18:45:23 +0000 (20:45 +0200)]
patch 8.0.1095: terminal multibyte escrape test is flaky
Problem: Terminal multibyte escrape test is flaky.
Solution: Add another condition to wait for.
Bram Moolenaar [Mon, 11 Sep 2017 18:34:13 +0000 (20:34 +0200)]
patch 8.0.1094: using ssh from Terminal.app runs into xterm incompatibility
Problem: Using ssh from Terminal.app runs into xterm incompatibility.
Solution: Also detect Terminal.app on non-Mac systems.
Bram Moolenaar [Mon, 11 Sep 2017 17:31:28 +0000 (19:31 +0200)]
patch 8.0.1093: various small quickfix issues
Problem: Various small quickfix issues.
Solution: Remove ":" prefix from title set by a user. Add the qf_id2nr().
function. Add a couple more tests. Update documentation.
(Yegappan Lakshmanan)
Bram Moolenaar [Sun, 10 Sep 2017 17:14:31 +0000 (19:14 +0200)]
patch 8.0.1092: terminal debugger can't evaluate expressions
Problem: Terminal debugger can't evaluate expressions.
Solution: Add :Evaluate and K. Various other improvements.
Bram Moolenaar [Sun, 10 Sep 2017 16:44:29 +0000 (18:44 +0200)]
patch 8.0.1091: test for <cexpr> fails without +balloon_eval feature
Problem: Test for <cexpr> fails without +balloon_eval feature.
Solution: Remove #ifdefs.
Bram Moolenaar [Sun, 10 Sep 2017 16:16:20 +0000 (18:16 +0200)]
patch 8.0.1090: cannot get the text under the cursor like v:beval_text
Problem: cannot get the text under the cursor like v:beval_text
Solution: Add <cexpr>.
Bram Moolenaar [Sun, 10 Sep 2017 15:34:35 +0000 (17:34 +0200)]
patch 8.0.1089: cannot get range count in user command
Problem: Cannot get range count in user command.
Solution: Add <range> argument.
Bram Moolenaar [Sun, 10 Sep 2017 13:21:55 +0000 (15:21 +0200)]
patch 8.0.1088: occasional memory use after free
Problem: Occasional memory use after free.
Solution: Use the highlight table directly, don't keep a pointer.
Bram Moolenaar [Sun, 10 Sep 2017 12:25:49 +0000 (14:25 +0200)]
patch 8.0.1087: Test_terminal_cwd is flaky
Problem: Test_terminal_cwd is flaky. MS-Windows: term_start() "cwd"
argument does not work.
Solution: Wait for the condition to be true instead of using a sleep.
Pass the directory to winpty.
Bram Moolenaar [Sat, 9 Sep 2017 21:00:56 +0000 (23:00 +0200)]
patch 8.0.1086: can't build with GTK 3
Problem: Can't build with GTK 3.
Solution: Rename function argument. (Kazunobu Kuriyama)
Bram Moolenaar [Sat, 9 Sep 2017 20:19:47 +0000 (22:19 +0200)]
patch 8.0.1085: terminal debugger can't set breakpoints
Problem: The terminal debugger can't set breakpoints.
Solution: Add :Break and :Delete commands. Also commands for stepping
through code.
Bram Moolenaar [Sat, 9 Sep 2017 16:45:26 +0000 (18:45 +0200)]
patch 8.0.1084: GTK build has compiler warnings
Problem: GTK build has compiler warnings. (Christian Brabandt)
Solution: Get screen size with a different function. (Ken Takata, Yasuhiro
Matsumoto)
Bram Moolenaar [Sat, 9 Sep 2017 16:16:43 +0000 (18:16 +0200)]
patch 8.0.1083: leaking memory in input part of channel
Problem: Leaking memory in input part of channel.
Solution: Clear the input part of channel. Free the entry. Move failing
command test to a separate file to avoid bogus leak reports
clouding tests that should not leak.
Bram Moolenaar [Sat, 9 Sep 2017 16:11:00 +0000 (18:11 +0200)]
patch 8.0.1082: tests fail when run under valgrind
Problem: Tests fail when run under valgrind.
Solution: Increase waiting times.
Bram Moolenaar [Sat, 9 Sep 2017 14:42:53 +0000 (16:42 +0200)]
patch 8.0.1081: memory leak for the channel write queue
Problem: Memory leak for the channel write queue.
Solution: Free the write queue when clearing a channel.
Bram Moolenaar [Sat, 9 Sep 2017 14:34:32 +0000 (16:34 +0200)]
patch 8.0.1080: memory leak for eof_chars terminal option and buffer name
Problem: Memory leak for eof_chars terminal option and buffer name.
Solution: Free job options. Free the buffer name
Bram Moolenaar [Sat, 9 Sep 2017 14:25:54 +0000 (16:25 +0200)]
patch 8.0.1079: memory leak when remote_foreground() fails
Problem: Memory leak when remote_foreground() fails.
Solution: Free the error message.
Bram Moolenaar [Sat, 9 Sep 2017 13:28:14 +0000 (15:28 +0200)]
patch 8.0.1078: using freed memory with ":hi Normal"
Problem: Using freed memory with ":hi Normal".
Solution: Get "item" again after updating the table.
Bram Moolenaar [Fri, 8 Sep 2017 19:10:04 +0000 (21:10 +0200)]
patch 8.0.1077: no debugger making use of the terminal window
Problem: No debugger making use of the terminal window.
Solution: Add the term debugger plugin. So far only displays the current
line when stopped.
Bram Moolenaar [Fri, 8 Sep 2017 18:47:00 +0000 (20:47 +0200)]
patch 8.0.1076: term_start() does not take callbacks
Problem: term_start() does not take callbacks. When using two terminals
without a job only one is read from. A terminal without a window
returns the wrong pty.
Solution: Support "callback", "out_cb" and "err_cb". Fix terminal without a
window. Fix reading from multiple channels.
Bram Moolenaar [Fri, 8 Sep 2017 14:25:54 +0000 (16:25 +0200)]
patch 8.0.1075: MS-Windows: mouse does not work in terminal
Problem: MS-Windows: mouse does not work in terminal.
Solution: Force the winpty mouse on. (Yasuhiro Matsumoto, closes #2072)
Bram Moolenaar [Fri, 8 Sep 2017 12:39:30 +0000 (14:39 +0200)]
patch 8.0.1074: ":term NONE" does not work on MS-Windows
Problem: ":term NONE" does not work on MS-Windows.
Solution: Make it work. Split "pty" into "pty_in" and "pty_out". (Yasuhiro
Matsumoto, closes #2058, closes #2045)
Bram Moolenaar [Fri, 8 Sep 2017 11:59:21 +0000 (13:59 +0200)]
patch 8.0.1073: may get an endless loop if 'statusline' changes a highlight
Problem: May get an endless loop if 'statusline' changes a highlight.
Solution: Do not let evaluating 'statusline' trigger a redraw.
Bram Moolenaar [Fri, 8 Sep 2017 10:37:47 +0000 (12:37 +0200)]
patch 8.0.1072: :highlight command causes a redraw even when nothing changed
Problem: The :highlight command causes a redraw even when nothing changed.
Solution: Only set "need_highlight_changed" when an attribute changed.
Bram Moolenaar [Thu, 7 Sep 2017 20:37:36 +0000 (22:37 +0200)]
patch 8.0.1071: putty-color and cygwin-color are not recognized
Problem: $TERM names starting with "putty" and "cygwin" are likely to have
a dark background, but are not recognized.
Solution: Only check the first few characters of $TERM to match "putty" or
"cygwin". (Christian Brabandt)
Bram Moolenaar [Thu, 7 Sep 2017 20:24:41 +0000 (22:24 +0200)]
patch 8.0.1070: terminal test is flaky on Mac
Problem: Terminal test is flaky on Mac.
Solution: Add Test_terminal_noblock() to list of flaky tests.
Bram Moolenaar [Thu, 7 Sep 2017 18:18:40 +0000 (20:18 +0200)]
patch 8.0.1069: still get CTRL-X sometimes
Problem: Still get CTRL-X sometimes for t_RS request.
Solution: Also skip 0x18 after a key code response.
Bram Moolenaar [Thu, 7 Sep 2017 10:59:25 +0000 (12:59 +0200)]
patch 8.0.1068: vandyke SecureCRT terminal can't handle cursor mode request
Problem: Vandyke SecureCRT terminal can't handle cursor mode request.
(Steven Hartland)
Solution: Fix pointer computation. (closes #2008)
Bram Moolenaar [Wed, 6 Sep 2017 21:40:10 +0000 (23:40 +0200)]
patch 8.0.1067: try/catch in timer does not prevent it from being stopped
Problem: Using try/catch in timer does not prevent it from being stopped.
Solution: Reset the exception context and use did_emsg instead of
called_emsg.
Bram Moolenaar [Wed, 6 Sep 2017 20:08:16 +0000 (22:08 +0200)]
patch 8.0.1066: some terminals can't handle requesting cursor mode
Problem: Some terminals can't handle requesting cursor mode. (Steven
Hartland)
Solution: Recognize vandyke SecureCRT. (closes #2008)
Bram Moolenaar [Wed, 6 Sep 2017 19:43:10 +0000 (21:43 +0200)]
patch 8.0.1065: not all macro examples are included
Problem: Not all macro examples are included in the self-installing
executable. (lkintact)
Solution: Add the directories to the NSIS script. (closes #2065)
Bram Moolenaar [Tue, 5 Sep 2017 21:32:38 +0000 (23:32 +0200)]
patch 8.0.1064: Coverity warns for leaking resource
Problem: Coverity warns for leaking resource.
Solution: Free pty_master_fd on failure.
Bram Moolenaar [Tue, 5 Sep 2017 21:31:01 +0000 (23:31 +0200)]
patch 8.0.1063: Coverity warns for NULL check and array use
Problem: Coverity warns for NULL check and using variable pointer as an
array.
Solution: Remove the NULL check. Make "argvar" an array.
Bram Moolenaar [Tue, 5 Sep 2017 21:29:34 +0000 (23:29 +0200)]
patch 8.0.1062: Coverity warnings in libvterm
Problem: Coverity warnings in libvterm.
Solution: Add (void) to avoid warning for not checking return value.
Add "break" before "case".
Bram Moolenaar [Tue, 5 Sep 2017 21:01:12 +0000 (23:01 +0200)]
patch 8.0.1061: Coverity: no check for NULL command
Problem: Coverity: no check for NULL command.
Solution: Check for NULL list item.
Bram Moolenaar [Tue, 5 Sep 2017 20:20:46 +0000 (22:20 +0200)]
patch 8.0.1060: when imstyle is one, mapping <Left> breaks preediting
Problem: When imstyle is one, mapping <Left> breaks preediting.
Solution: Pass though preediting key-events. (Yasuhiro Matsumoto, closes
#2064, closes #2063)
Bram Moolenaar [Tue, 5 Sep 2017 19:57:27 +0000 (21:57 +0200)]
patch 8.0.1059: older Gnome terminal returns smaller version number
Problem: older Gnome terminal returns smaller version number. (antarestrue)
Solution: Lower version limit from 2800 to 2500. (#2032)
Bram Moolenaar [Tue, 5 Sep 2017 18:29:25 +0000 (20:29 +0200)]
patch 8.0.1058: terminal redirection test is flaky
Problem: Terminal redirection test is flaky.
Solution: Wait for job to finish.
Bram Moolenaar [Tue, 5 Sep 2017 18:19:42 +0000 (20:19 +0200)]
patch 8.0.1057: terminal scrape test waits too long
Problem: Terminal scrape test waits too long, it checks for one instead of
three.
Solution: Check there are three characters. (micbou)
Bram Moolenaar [Mon, 4 Sep 2017 21:21:07 +0000 (23:21 +0200)]
patch 8.0.1056: cannot build with +diff but without +multi_byte
Problem: Cannot build with the diff feature but without the mutli-byte
feature.
Solution: Remove #ifdefs. (John Marriott)
Bram Moolenaar [Mon, 4 Sep 2017 20:56:01 +0000 (22:56 +0200)]
patch 8.0.1055: bufline test hangs on MS-Windows
Problem: Bufline test hangs on MS-Windows.
Solution: Avoid message for writing file. Source shared.vim when running
test individually.
Bram Moolenaar [Mon, 4 Sep 2017 20:23:19 +0000 (22:23 +0200)]
patch 8.0.1054: terminal test fails on MS-Windows
Problem: Terminal test fails on MS-Windows.
Solution: Disable the redirection test for now. Improve scrape test to make
it less flaky.