]>
granicus.if.org Git - vim/log
Bram Moolenaar [Sun, 15 Oct 2017 20:56:49 +0000 (22:56 +0200)]
patch 8.0.1203: terminal window mistreats composing characters
Problem: Terminal window mistreats composing characters.
Solution: Count composing characters with the base character. (Ozaki Kiichi,
closes #2195)
Bram Moolenaar [Sun, 15 Oct 2017 20:42:23 +0000 (22:42 +0200)]
patch 8.0.1202: :wall gives an errof for a terminal window
Problem: :wall gives an errof for a terminal window. (Marius Gedminas)
Solution: Don't try writing a buffer that can't be written. (Yasuhiro
Matsumoto, closes #2190)
Bram Moolenaar [Sun, 15 Oct 2017 20:13:37 +0000 (22:13 +0200)]
patch 8.0.1201: "yL" is affected by 'scrolloff'
Problem: "yL" is affected by 'scrolloff'. (Eli the Bearded)
Solution: Don't use 'scrolloff' when an operator is pending.
Bram Moolenaar [Sun, 15 Oct 2017 20:07:39 +0000 (22:07 +0200)]
patch 8.0.1200: tests switch the bell off twice
Problem: Tests switch the bell off twice.
Solution: Don't set 'belloff' in individual tests. (Christian Brabandt)
Bram Moolenaar [Sun, 15 Oct 2017 19:47:05 +0000 (21:47 +0200)]
patch 8.0.1199: when 'clipboard' is "autoselectplus" star register is set
Problem: When 'clipboard' is "autoselectplus" the star register is also
set. (Gilles Moris)
Solution: Don't set the star register in this situation.
Bram Moolenaar [Sun, 15 Oct 2017 19:44:45 +0000 (21:44 +0200)]
patch 8.0.1198: older compilers don't know uint8_t
Problem: Older compilers don't know uint8_t.
Solution: Use char_u instead.
Bram Moolenaar [Sun, 15 Oct 2017 19:43:21 +0000 (21:43 +0200)]
patch 8.0.1197: MS-Windows build instructions are not up to date
Problem: MS-Windows build instructions are not up to date.
Solution: Adjust the instructions. Fix the nsis script.
Bram Moolenaar [Sun, 15 Oct 2017 11:35:01 +0000 (13:35 +0200)]
patch 8.0.1196: crash when t_RF is not set
Problem: Crash when t_RF is not set. (Brian Pina)
Solution: Add t_RF to the list of terminal options. (Hirohito Higashi)
Bram Moolenaar [Sun, 15 Oct 2017 11:22:01 +0000 (13:22 +0200)]
patch 8.0.1195: can't build on MS-Windows
Problem: Can't build on MS-Windows.
Solution: Adjust #ifdef and add #ifdefs.
Bram Moolenaar [Sat, 14 Oct 2017 21:24:25 +0000 (23:24 +0200)]
patch 8.0.1194: actual fg and bg colors of terminal are unknown
Problem: Actual fg and bg colors of terminal are unknown.
Solution: Add t_RF. Store response to t_RB and t_RF, use for terminal.
Bram Moolenaar [Sat, 14 Oct 2017 19:15:58 +0000 (21:15 +0200)]
patch 8.0.1193: crash when wiping out a buffer after using getbufinfo()
Problem: Crash when wiping out a buffer after using getbufinfo().
(Yegappan Lakshmanan)
Solution: Remove b:changedtick from the buffer variables.
Bram Moolenaar [Sat, 14 Oct 2017 18:24:19 +0000 (20:24 +0200)]
patch 8.0.1192: MS-Windows: terminal feature not enabled by default
Problem: MS-Windows: terminal feature not enabled by default.
Solution: Enable it. (Ken Takata)
Bram Moolenaar [Sat, 14 Oct 2017 17:05:44 +0000 (19:05 +0200)]
patch 8.0.1191: MS-Windows: missing 32 and 64 bit files in installer
Problem: MS-Windows: missing 32 and 64 bit files in installer.
Solution: Include both 32 and 64 bit GvimExt and related dll files. Remove
old Windows code from the installer. (Ken Takata, closes #2144)
Bram Moolenaar [Sat, 14 Oct 2017 14:06:20 +0000 (16:06 +0200)]
patch 8.0.1190: unusable after opening new window in BufWritePre event
Problem: Vim becomes unusable after opening new window in BufWritePre
event.
Solution: Call not_exiting(). (Martin Tournoij, closes #2205)
Also for "2q" when a help window is open. Add a test.
Bram Moolenaar [Sat, 14 Oct 2017 13:24:49 +0000 (15:24 +0200)]
patch 8.0.1189: E172 is not actually useful
Problem: E172 is not actually useful, it's only on Unix anyway.
Solution: Remove the check and the error.
Bram Moolenaar [Fri, 13 Oct 2017 20:33:32 +0000 (22:33 +0200)]
patch 8.0.1188: autocmd test fails on MS-Windows
Problem: Autocmd test fails on MS-Windows.
Solution: Give the buffer a name and find the buffer to be wiped out by
name.
Bram Moolenaar [Thu, 12 Oct 2017 19:45:23 +0000 (21:45 +0200)]
patch 8.0.1187: building with lua fails for OSX on Travis
Problem: Building with lua fails for OSX on Travis.
Solution: Separate brew-update and brew-install. (Ozaki Kiichi, closes #2203)
Bram Moolenaar [Thu, 12 Oct 2017 19:29:22 +0000 (21:29 +0200)]
patch 8.0.1186: still quite a few old style tests
Problem: Still quite a few old style tests.
Solution: Convert old to new style tests. (Yegappan Lakshmanan)
Avoid ringing the bell while running tests.
Bram Moolenaar [Thu, 12 Oct 2017 10:33:43 +0000 (12:33 +0200)]
patch 8.0.1185: Ruby library includes minor version number
Problem: Ruby library includes minor version number.
Solution: Only use the API version number. (Ben Boeckel, closes #2199)
Bram Moolenaar [Sun, 8 Oct 2017 19:53:15 +0000 (21:53 +0200)]
patch 8.0.1184: the :marks command is not tested
Problem: The :marks command is not tested.
Solution: Add a test. (Dominique Pelle, closes #2197)
Bram Moolenaar [Sun, 8 Oct 2017 15:58:44 +0000 (17:58 +0200)]
patch 8.0.1183: MS-Windows build instructions are outdated
Problem: MS-Windows build instructions are outdated.
Solution: Update instructions for MSVC 2015. Update the build script.
Bram Moolenaar [Sun, 8 Oct 2017 15:41:37 +0000 (17:41 +0200)]
patch 8.0.1182: cannot see or change mzscheme dll name
Problem: Cannot see or change mzscheme dll name.
Solution: Add 'mzschemedll' and 'mzschemegcdll'.
Bram Moolenaar [Sat, 7 Oct 2017 19:05:18 +0000 (21:05 +0200)]
patch 8.0.1181: tests using Vim command fail on MS-Windows
Problem: Tests using Vim command fail on MS-Windows.
Solution: Do not add quotes around the Vim command.
Bram Moolenaar [Sat, 7 Oct 2017 18:10:29 +0000 (20:10 +0200)]
patch 8.0.1180: MS-Windows testclean target deletes the color script
Problem: MS-Windows testclean target deletes the color script.
Solution: Rename the script file.
Bram Moolenaar [Sat, 7 Oct 2017 18:03:23 +0000 (20:03 +0200)]
patch 8.0.1179: Test_popup_and_window_resize() does not always pass
Problem: Test_popup_and_window_resize() does not always pass.
Solution: Do not use $VIMPROG, pass the Vim executable in the vimcmd file.
(Ozaki Kiichi, closes #2186)
Bram Moolenaar [Sat, 7 Oct 2017 16:38:43 +0000 (18:38 +0200)]
patch 8.0.1178: using old compiler on MS-Windows
Problem: Using old compiler on MS-Windows.
Solution: Switch default build on MS-Windows to use MSVC 2015. (Ken Takata)
Bram Moolenaar [Sat, 7 Oct 2017 15:35:09 +0000 (17:35 +0200)]
patch 8.0.1177: in a terminal window the popup menu is not cleared
Problem: In a terminal window the popup menu is not cleared. (Gerry
Agbobada)
Solution: Redraw when SOME_VALID is used instead of NOT_VALID. (closes
#2194)
Bram Moolenaar [Thu, 5 Oct 2017 23:07:41 +0000 (01:07 +0200)]
patch 8.0.1176: job_start() does not handle quote and backslash correctly
Problem: Job_start() does not handle quote and backslash correctly.
Solution: Remove quotes, recognize and remove backslashes.
Bram Moolenaar [Wed, 4 Oct 2017 17:35:02 +0000 (19:35 +0200)]
patch 8.0.1175: build failure without +termresponse
Problem: Build failure without +termresponse.
Solution: Add #ifdef.
Bram Moolenaar [Wed, 4 Oct 2017 16:04:16 +0000 (18:04 +0200)]
patch 8.0.1174: Mac Terminal.app has wrong color for white
Problem: Mac Terminal.app has wrong color for white.
Solution: Use white from the color cube.
Bram Moolenaar [Mon, 2 Oct 2017 19:54:59 +0000 (21:54 +0200)]
patch 8.0.1173: terminal window is not redrawn after CTRL-L
Problem: Terminal window is not redrawn after CTRL-L. (Marcin Szamotulski)
Solution: Redraw the whole terminal when w_redr_type is NOT_VALID.
Bram Moolenaar [Mon, 2 Oct 2017 17:29:48 +0000 (19:29 +0200)]
patch 8.0.1172: when E734 is given option is still set
Problem: When E734 is given option is still set.
Solution: Assign NULL to "s". (Christian Brabandt)
Bram Moolenaar [Sun, 1 Oct 2017 14:59:18 +0000 (16:59 +0200)]
patch 8.0.1171: popup test is still a bit flaky
Problem: Popup test is still a bit flaky.
Solution: Change term_wait() calls. (Ozaki Kiichi)
Bram Moolenaar [Sun, 1 Oct 2017 14:21:31 +0000 (16:21 +0200)]
patch 8.0.1170: using termdebug results in 100% CPU time
Problem: Using termdebug results in 100% CPU time. (tomleb)
Solution: Use polling instead of select().
Bram Moolenaar [Sun, 1 Oct 2017 12:35:02 +0000 (14:35 +0200)]
patch 8.0.1169: highlignting one char too many with 'list' and 'cul'
Problem: Highlignting one char too many with 'list' and 'cul'.
Solution: Check for 'list' being active. (Ozaki Kiichi, closes #2177)
Bram Moolenaar [Sat, 30 Sep 2017 19:23:55 +0000 (21:23 +0200)]
patch 8.0.1168: wrong highlighting with combination of match and 'cursorline'
Problem: wrong highlighting with combination of match and 'cursorline'.
Solution: Use "line_attr" when appropriate. (Ozaki Kiichi, closes #2111)
But don't highlight more than one character.
Bram Moolenaar [Sat, 30 Sep 2017 18:40:27 +0000 (20:40 +0200)]
patch 8.0.1167: Motif: typing in terminal window is slow
Problem: Motif: typing in terminal window is slow.
Solution: Do not redraw the whole terminal window but only was was changed.
Bram Moolenaar [Sat, 30 Sep 2017 18:04:36 +0000 (20:04 +0200)]
patch 8.0.1166: :terminal doesn't work on Mac High Sierra
Problem: :terminal doesn't work on Mac High Sierra.
Solution: Change #ifdef for OpenPTY(). (Ozaki Kiichi, Kazunobu Kuriyama,
closes #2162)
Bram Moolenaar [Sat, 30 Sep 2017 14:49:19 +0000 (16:49 +0200)]
patch 8.0.1165: popup test is still flaky
Problem: Popup test is still flaky.
Solution: Add a term_wait() call. (Ozaki Kiichi)
Bram Moolenaar [Sat, 30 Sep 2017 14:00:14 +0000 (16:00 +0200)]
patch 8.0.1164: changing StatusLine highlight does not always work
Problem: Changing StatusLine highlight while evaluating 'statusline' may
not change the status line color.
Solution: When changing highlighting while redrawing don't cause another
redraw. (suggested by Ozaki Kiichi, closes #2171, closes #2120)
Bram Moolenaar [Sat, 30 Sep 2017 12:39:27 +0000 (14:39 +0200)]
patch 8.0.1163: popup test is flaky
Problem: Popup test is flaky.
Solution: Add a WaitFor() and fix another.
Bram Moolenaar [Sat, 30 Sep 2017 12:26:58 +0000 (14:26 +0200)]
patch 8.0.1162: shared script for tests cannot be included twice
Problem: Shared script for tests cannot be included twice.
Solution: Include it where needed, it will "finish" if loaded again.
Bram Moolenaar [Fri, 29 Sep 2017 20:42:33 +0000 (22:42 +0200)]
patch 8.0.1161: popup menu drawing problem when resizing terminal
Problem: Popup menu drawing problem when resizing terminal.
Solution: Redraw after resizing also when a popup menu is visible. (Ozaki
Kiichi, closes #2110)
Bram Moolenaar [Fri, 29 Sep 2017 19:29:18 +0000 (21:29 +0200)]
patch 8.0.1160: getting tab-local variable fails after closing window
Problem: Getting tab-local variable fails after closing window.
Solution: set tp_firstwin and tp_lastwin. (Jason Franklin, closes #2170)
Bram Moolenaar [Thu, 28 Sep 2017 20:35:25 +0000 (22:35 +0200)]
patch 8.0.1159: typo in #ifdef
Problem: Typo in #ifdef.
Solution: Change "PROT" to "PROTO". (Nobuhiro Takasaki, closes #2165)
Bram Moolenaar [Thu, 28 Sep 2017 19:52:17 +0000 (21:52 +0200)]
patch 8.0.1158: still old style tests
Problem: Still old style tests.
Solution: Convert serveral tests to new style. (Yegappan Lakshmanan)
Bram Moolenaar [Wed, 27 Sep 2017 20:23:55 +0000 (22:23 +0200)]
Update runtime files
Bram Moolenaar [Wed, 27 Sep 2017 19:46:19 +0000 (21:46 +0200)]
patch 8.0.1157: compiler warning on MS-Windows
Problem: Compiler warning on MS-Windows.
Solution: Add type cast. (Yasuhiro Matsomoto)
Bram Moolenaar [Wed, 27 Sep 2017 19:42:08 +0000 (21:42 +0200)]
patch 8.0.1156: trouble from removing one -W argument from Perl CFLAGS
Problem: Removing one -W argument from Perl CFLAGS may cause trouble.
Solution: Remove all -W flags. (Christian Brabandt)
Bram Moolenaar [Tue, 26 Sep 2017 19:21:44 +0000 (21:21 +0200)]
patch 8.0.1155: Ruby command triggers a warning
Problem: Ruby command triggers a warning when RUBYOPT is set to "-w".
Solution: use "-e_=0" instead of "-e0". (Masataka Pocke Kuwabara, closes
#2143)
Bram Moolenaar [Tue, 26 Sep 2017 18:04:54 +0000 (20:04 +0200)]
patch 8.0.1154: 'indentkeys' does not work properly
Problem: 'indentkeys' does not work properly. (Gary Johnson)
Solution: Get the cursor line again. (Christian Brabandt, closes #2151)
Bram Moolenaar [Tue, 26 Sep 2017 17:41:46 +0000 (19:41 +0200)]
patch 8.0.1153: no tests for diff_hlID() and diff_filler()
Problem: No tests for diff_hlID() and diff_filler().
Solution: Add tests. (Dominique Pelle, closes #2156)
Bram Moolenaar [Tue, 26 Sep 2017 17:10:37 +0000 (19:10 +0200)]
patch 8.0.1152: encoding of error message wrong in Cygwin terminal
Problem: Encoding of error message wrong in Cygwin terminal.
Solution: Get locale from environment variables. (Ken Takata)
Bram Moolenaar [Tue, 26 Sep 2017 15:40:45 +0000 (17:40 +0200)]
patch 8.0.1151: "vim -c startinsert!" doesn't append
Problem: "vim -c startinsert!" doesn't append.
Solution: Correct line number on startup. (Christian Brabandt, closes #2117)
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)