summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.1183: MS-Windows build instructions are outdatedv8.0.1183Bram Moolenaar2017-10-085-85/+102
| | | | | Problem: MS-Windows build instructions are outdated. Solution: Update instructions for MSVC 2015. Update the build script.
* patch 8.0.1182: cannot see or change mzscheme dll namev8.0.1182Bram Moolenaar2017-10-086-4/+56
| | | | | Problem: Cannot see or change mzscheme dll name. Solution: Add 'mzschemedll' and 'mzschemegcdll'.
* patch 8.0.1181: tests using Vim command fail on MS-Windowsv8.0.1181Bram Moolenaar2017-10-073-6/+8
| | | | | Problem: Tests using Vim command fail on MS-Windows. Solution: Do not add quotes around the Vim command.
* patch 8.0.1180: MS-Windows testclean target deletes the color scriptv8.0.1180Bram Moolenaar2017-10-072-0/+2
| | | | | Problem: MS-Windows testclean target deletes the color script. Solution: Rename the script file.
* patch 8.0.1179: Test_popup_and_window_resize() does not always passv8.0.1179Bram Moolenaar2017-10-075-8/+28
| | | | | | 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)
* patch 8.0.1178: using old compiler on MS-Windowsv8.0.1178Bram Moolenaar2017-10-077-24/+105
| | | | | Problem: Using old compiler on MS-Windows. Solution: Switch default build on MS-Windows to use MSVC 2015. (Ken Takata)
* patch 8.0.1177: in a terminal window the popup menu is not clearedv8.0.1177Bram Moolenaar2017-10-072-2/+7
| | | | | | | 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)
* patch 8.0.1176: job_start() does not handle quote and backslash correctlyv8.0.1176Bram Moolenaar2017-10-063-9/+35
| | | | | Problem: Job_start() does not handle quote and backslash correctly. Solution: Remove quotes, recognize and remove backslashes.
* patch 8.0.1175: build failure without +termresponsev8.0.1175Bram Moolenaar2017-10-042-0/+4
| | | | | Problem: Build failure without +termresponse. Solution: Add #ifdef.
* patch 8.0.1174: Mac Terminal.app has wrong color for whitev8.0.1174Bram Moolenaar2017-10-044-0/+12
| | | | | Problem: Mac Terminal.app has wrong color for white. Solution: Use white from the color cube.
* patch 8.0.1173: terminal window is not redrawn after CTRL-Lv8.0.1173Bram Moolenaar2017-10-022-0/+9
| | | | | Problem: Terminal window is not redrawn after CTRL-L. (Marcin Szamotulski) Solution: Redraw the whole terminal when w_redr_type is NOT_VALID.
* patch 8.0.1172: when E734 is given option is still setv8.0.1172Bram Moolenaar2017-10-023-0/+19
| | | | | Problem: When E734 is given option is still set. Solution: Assign NULL to "s". (Christian Brabandt)
* patch 8.0.1171: popup test is still a bit flakyv8.0.1171Bram Moolenaar2017-10-012-2/+3
| | | | | Problem: Popup test is still a bit flaky. Solution: Change term_wait() calls. (Ozaki Kiichi)
* patch 8.0.1170: using termdebug results in 100% CPU timev8.0.1170Bram Moolenaar2017-10-014-15/+71
| | | | | Problem: Using termdebug results in 100% CPU time. (tomleb) Solution: Use polling instead of select().
* patch 8.0.1169: highlignting one char too many with 'list' and 'cul'v8.0.1169Bram Moolenaar2017-10-013-2/+31
| | | | | Problem: Highlignting one char too many with 'list' and 'cul'. Solution: Check for 'list' being active. (Ozaki Kiichi, closes #2177)
* patch 8.0.1168: wrong highlighting with combination of match and 'cursorline'v8.0.1168Bram Moolenaar2017-09-304-2/+491
| | | | | | 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.
* patch 8.0.1167: Motif: typing in terminal window is slowv8.0.1167Bram Moolenaar2017-09-302-3/+12
| | | | | Problem: Motif: typing in terminal window is slow. Solution: Do not redraw the whole terminal window but only was was changed.
* patch 8.0.1166: :terminal doesn't work on Mac High Sierrav8.0.1166Bram Moolenaar2017-09-302-2/+5
| | | | | | Problem: :terminal doesn't work on Mac High Sierra. Solution: Change #ifdef for OpenPTY(). (Ozaki Kiichi, Kazunobu Kuriyama, closes #2162)
* patch 8.0.1165: popup test is still flakyv8.0.1165Bram Moolenaar2017-09-302-0/+8
| | | | | Problem: Popup test is still flaky. Solution: Add a term_wait() call. (Ozaki Kiichi)
* patch 8.0.1164: changing StatusLine highlight does not always workv8.0.1164Bram Moolenaar2017-09-303-9/+23
| | | | | | | 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)
* patch 8.0.1163: popup test is flakyv8.0.1163Bram Moolenaar2017-09-302-2/+5
| | | | | Problem: Popup test is flaky. Solution: Add a WaitFor() and fix another.
* patch 8.0.1162: shared script for tests cannot be included twicev8.0.1162Bram Moolenaar2017-09-304-8/+4
| | | | | Problem: Shared script for tests cannot be included twice. Solution: Include it where needed, it will "finish" if loaded again.
* patch 8.0.1161: popup menu drawing problem when resizing terminalv8.0.1161Bram Moolenaar2017-09-295-164/+205
| | | | | | Problem: Popup menu drawing problem when resizing terminal. Solution: Redraw after resizing also when a popup menu is visible. (Ozaki Kiichi, closes #2110)
* patch 8.0.1160: getting tab-local variable fails after closing windowv8.0.1160Bram Moolenaar2017-09-294-9/+28
| | | | | Problem: Getting tab-local variable fails after closing window. Solution: set tp_firstwin and tp_lastwin. (Jason Franklin, closes #2170)
* patch 8.0.1159: typo in #ifdefv8.0.1159Bram Moolenaar2017-09-282-1/+3
| | | | | Problem: Typo in #ifdef. Solution: Change "PROT" to "PROTO". (Nobuhiro Takasaki, closes #2165)
* patch 8.0.1158: still old style testsv8.0.1158Bram Moolenaar2017-09-2817-263/+262
| | | | | Problem: Still old style tests. Solution: Convert serveral tests to new style. (Yegappan Lakshmanan)
* Update runtime filesBram Moolenaar2017-09-2719-2018/+4136
|
* patch 8.0.1157: compiler warning on MS-Windowsv8.0.1157Bram Moolenaar2017-09-272-1/+3
| | | | | Problem: Compiler warning on MS-Windows. Solution: Add type cast. (Yasuhiro Matsomoto)
* patch 8.0.1156: trouble from removing one -W argument from Perl CFLAGSv8.0.1156Bram Moolenaar2017-09-273-6/+12
| | | | | Problem: Removing one -W argument from Perl CFLAGS may cause trouble. Solution: Remove all -W flags. (Christian Brabandt)
* patch 8.0.1155: Ruby command triggers a warningv8.0.1155Bram Moolenaar2017-09-262-1/+3
| | | | | | Problem: Ruby command triggers a warning when RUBYOPT is set to "-w". Solution: use "-e_=0" instead of "-e0". (Masataka Pocke Kuwabara, closes #2143)
* patch 8.0.1154: 'indentkeys' does not work properlyv8.0.1154Bram Moolenaar2017-09-263-1/+30
| | | | | Problem: 'indentkeys' does not work properly. (Gary Johnson) Solution: Get the cursor line again. (Christian Brabandt, closes #2151)
* patch 8.0.1153: no tests for diff_hlID() and diff_filler()v8.0.1153Bram Moolenaar2017-09-262-2/+45
| | | | | Problem: No tests for diff_hlID() and diff_filler(). Solution: Add tests. (Dominique Pelle, closes #2156)
* patch 8.0.1152: encoding of error message wrong in Cygwin terminalv8.0.1152Bram Moolenaar2017-09-264-30/+68
| | | | | Problem: Encoding of error message wrong in Cygwin terminal. Solution: Get locale from environment variables. (Ken Takata)
* patch 8.0.1151: "vim -c startinsert!" doesn't appendv8.0.1151Bram Moolenaar2017-09-263-0/+29
| | | | | Problem: "vim -c startinsert!" doesn't append. Solution: Correct line number on startup. (Christian Brabandt, closes #2117)
* patch 8.0.1150: MS-Windows GUI: dialog font size is incorrectv8.0.1150Bram Moolenaar2017-09-262-14/+17
| | | | | | Problem: MS-Windows GUI: dialog font size is incorrect. Solution: Pass flag to indicate 'encoding' or active codepage. (Yasuhiro Matsomoto, closes #2160)
* patch 8.0.1149: libvterm colors differ from xtermv8.0.1149Bram Moolenaar2017-09-265-15/+77
| | | | | Problem: libvterm colors differ from xterm. Solution: Use the xterm colors for libvterm.
* patch 8.0.1148: gN doesn't work on last match with 'wrapscan' offv8.0.1148Bram Moolenaar2017-09-263-9/+25
| | | | | Problem: "gN" doesn't work on last match with 'wrapscan' off. (fcpg) Solution: Adjust for searching backward. (Christian Brabandt)
* patch 8.0.1147: fail to build with tiny featuresv8.0.1147Bram Moolenaar2017-09-262-3/+5
| | | | | Problem: Fail to build with tiny features. (Tony Mechelynck) Solution: Move #ifdefs.
* patch 8.0.1146: redraw when highlight is set with same namesv8.0.1146Bram Moolenaar2017-09-252-23/+56
| | | | | Problem: Redraw when highlight is set with same names. (Ozaki Kiichi) Solution: Only free and save a name when it changed. (closes #2120)
* patch 8.0.1145: warning when compiling with Perlv8.0.1145Bram Moolenaar2017-09-252-1/+2
| | | | | Problem: Warning when compiling with Perl. Solution: Remove unused variable. (Ken Takata0
* patch 8.0.1144: using wrong #ifdef for computing lengthv8.0.1144Bram Moolenaar2017-09-242-2/+4
| | | | | | Problem: Using wrong #ifdef for computing length. Solution: use BACKSLASH_IN_FILENAME instead of COLON_IN_FILENAME. (Yasuhiro Matsomoto, closes #2153)
* patch 8.0.1143: macros always expand to the same thingv8.0.1143Bram Moolenaar2017-09-246-10/+10
| | | | | Problem: Macros always expand to the same thing. Solution: Remove W_VSEP_WIDTH() and W_STATUS_HEIGHT().
* patch 8.0.1142: window toolbar menu gets a tear-off itemv8.0.1142Bram Moolenaar2017-09-232-1/+4
| | | | | Problem: Window toolbar menu gets a tear-off item. Solution: Recognize the window toolbar.
* patch 8.0.1141: MS-Windows build dependencies are incompletev8.0.1141Bram Moolenaar2017-09-235-42/+41
| | | | | Problem: MS-Windows build dependencies are incomplete. Solution: Fix the dependencies. (Ken Takata)
* patch 8.0.1140: still old style testsv8.0.1140Bram Moolenaar2017-09-2310-1073/+1162
| | | | | Problem: Still old style tests. Solution: Convert two tests to new style. (Yegappan Lakshmanan)
* patch 8.0.1139: using window toolbar changes statev8.0.1139Bram Moolenaar2017-09-235-37/+95
| | | | | Problem: Using window toolbar changes state. Solution: Always execute window toolbar actions in Normal mode.
* patch 8.0.1138: click in window toolbar starts Visual modev8.0.1138Bram Moolenaar2017-09-234-1/+22
| | | | | Problem: Click in window toolbar starts Visual mode. Solution: Add the MOUSE_WINBAR flag.
* patch 8.0.1137: cannot build with Rubyv8.0.1137Bram Moolenaar2017-09-222-1/+3
| | | | | Problem: Cannot build with Ruby. Solution: Fix misplaced brace.
* patch 8.0.1136: W_WIDTH() is always the samev8.0.1136Bram Moolenaar2017-09-2226-142/+142
| | | | | Problem: W_WIDTH() is always the same. Solution: Expand the macro.
* patch 8.0.1135: W_WINCOL() is always the samev8.0.1135Bram Moolenaar2017-09-2215-40/+40
| | | | | Problem: W_WINCOL() is always the same. Solution: Expand the macro.