summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1167: Motif: typing in terminal window is slowv8.0.1167Bram Moolenaar2017-09-302-3/+12
* patch 8.0.1166: :terminal doesn't work on Mac High Sierrav8.0.1166Bram Moolenaar2017-09-302-2/+5
* patch 8.0.1165: popup test is still flakyv8.0.1165Bram Moolenaar2017-09-302-0/+8
* patch 8.0.1164: changing StatusLine highlight does not always workv8.0.1164Bram Moolenaar2017-09-303-9/+23
* patch 8.0.1163: popup test is flakyv8.0.1163Bram Moolenaar2017-09-302-2/+5
* patch 8.0.1162: shared script for tests cannot be included twicev8.0.1162Bram Moolenaar2017-09-304-8/+4
* patch 8.0.1161: popup menu drawing problem when resizing terminalv8.0.1161Bram Moolenaar2017-09-295-164/+205
* patch 8.0.1160: getting tab-local variable fails after closing windowv8.0.1160Bram Moolenaar2017-09-294-9/+28
* patch 8.0.1159: typo in #ifdefv8.0.1159Bram Moolenaar2017-09-282-1/+3
* patch 8.0.1158: still old style testsv8.0.1158Bram Moolenaar2017-09-2817-263/+262
* Update runtime filesBram Moolenaar2017-09-274-1951/+2984
* patch 8.0.1157: compiler warning on MS-Windowsv8.0.1157Bram Moolenaar2017-09-272-1/+3
* patch 8.0.1156: trouble from removing one -W argument from Perl CFLAGSv8.0.1156Bram Moolenaar2017-09-273-6/+12
* patch 8.0.1155: Ruby command triggers a warningv8.0.1155Bram Moolenaar2017-09-262-1/+3
* patch 8.0.1154: 'indentkeys' does not work properlyv8.0.1154Bram Moolenaar2017-09-263-1/+30
* patch 8.0.1153: no tests for diff_hlID() and diff_filler()v8.0.1153Bram Moolenaar2017-09-262-2/+45
* patch 8.0.1152: encoding of error message wrong in Cygwin terminalv8.0.1152Bram Moolenaar2017-09-264-30/+68
* patch 8.0.1151: "vim -c startinsert!" doesn't appendv8.0.1151Bram Moolenaar2017-09-263-0/+29
* patch 8.0.1150: MS-Windows GUI: dialog font size is incorrectv8.0.1150Bram Moolenaar2017-09-262-14/+17
* patch 8.0.1149: libvterm colors differ from xtermv8.0.1149Bram Moolenaar2017-09-264-15/+76
* patch 8.0.1148: gN doesn't work on last match with 'wrapscan' offv8.0.1148Bram Moolenaar2017-09-263-9/+25
* patch 8.0.1147: fail to build with tiny featuresv8.0.1147Bram Moolenaar2017-09-262-3/+5
* patch 8.0.1146: redraw when highlight is set with same namesv8.0.1146Bram Moolenaar2017-09-252-23/+56
* patch 8.0.1145: warning when compiling with Perlv8.0.1145Bram Moolenaar2017-09-252-1/+2
* patch 8.0.1144: using wrong #ifdef for computing lengthv8.0.1144Bram Moolenaar2017-09-242-2/+4
* patch 8.0.1143: macros always expand to the same thingv8.0.1143Bram Moolenaar2017-09-246-10/+10
* patch 8.0.1142: window toolbar menu gets a tear-off itemv8.0.1142Bram Moolenaar2017-09-232-1/+4
* patch 8.0.1141: MS-Windows build dependencies are incompletev8.0.1141Bram Moolenaar2017-09-235-42/+41
* patch 8.0.1140: still old style testsv8.0.1140Bram Moolenaar2017-09-2310-1073/+1162
* patch 8.0.1139: using window toolbar changes statev8.0.1139Bram Moolenaar2017-09-235-37/+95
* patch 8.0.1138: click in window toolbar starts Visual modev8.0.1138Bram Moolenaar2017-09-234-1/+22
* patch 8.0.1137: cannot build with Rubyv8.0.1137Bram Moolenaar2017-09-222-1/+3
* patch 8.0.1136: W_WIDTH() is always the samev8.0.1136Bram Moolenaar2017-09-2226-142/+142
* patch 8.0.1135: W_WINCOL() is always the samev8.0.1135Bram Moolenaar2017-09-2215-40/+40
* patch 8.0.1134: superfluous call to syn_get_final_id()v8.0.1134Bram Moolenaar2017-09-222-1/+3
* patch 8.0.1133: syntax timeout not used correctlyv8.0.1133Bram Moolenaar2017-09-224-29/+38
* Missing part of 8.0.1131.Bram Moolenaar2017-09-221-0/+6
* patch 8.0.1132: #if condition is not portablev8.0.1132Bram Moolenaar2017-09-212-1/+4
* patch 8.0.1131: not easy to trigger an autocommand for new terminal windowv8.0.1131Bram Moolenaar2017-09-212-0/+6
* patch 8.0.1130: the qf_jump() function is still too longv8.0.1130Bram Moolenaar2017-09-202-296/+360
* Add back terminal.cBram Moolenaar2017-09-201-0/+3673
* patch 8.0.1129: window toolbar missing a part of the patchv8.0.1129Bram Moolenaar2017-09-192-1/+7
* Update runtime files.Bram Moolenaar2017-09-191-3670/+0
* patch 8.0.1128: old xterm sends CTRL-X in response to t_RSv8.0.1128Bram Moolenaar2017-09-192-15/+10
* patch 8.0.1127: Test_peek_and_get_char fails on 32 bit systemv8.0.1127Bram Moolenaar2017-09-182-24/+23
* patch 8.0.1126: endless resize when terminal showing in two buffersv8.0.1126Bram Moolenaar2017-09-182-6/+17
* patch 8.0.1125: wrong window height when splitting window with window toolbarv8.0.1125Bram Moolenaar2017-09-182-5/+27
* patch 8.0.1124: use of MZSCHEME_VER is unclearv8.0.1124Bram Moolenaar2017-09-183-1/+7
* patch 8.0.1123: cannot define a toolbar for a windowv8.0.1123Bram Moolenaar2017-09-1717-224/+571
* patch 8.0.1122: vimtutor.bat doesn't work well with vim.batv8.0.1122Bram Moolenaar2017-09-171-0/+2