summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1050: terminal window feature not included by defaultv8.0.1050Bram Moolenaar2017-09-033-7/+33
* patch 8.0.1049: shell on Mac can't handle long textv8.0.1049Bram Moolenaar2017-09-032-6/+10
* patch 8.0.1048: no test for what 8.0.1020 fixesv8.0.1048Bram Moolenaar2017-09-034-15/+40
* patch 8.0.1047: buffer overflow in Rubyv8.0.1047Bram Moolenaar2017-09-032-1/+3
* patch 8.0.1046: code duplication in diff modev8.0.1046Bram Moolenaar2017-09-032-57/+39
* patch 8.0.1045: running tests may pollute shell historyv8.0.1045Bram Moolenaar2017-09-032-0/+5
* patch 8.0.1044: warning for uninitialized variablev8.0.1044Bram Moolenaar2017-09-032-1/+3
* patch 8.0.1043: warning for uninitialized variablev8.0.1043Bram Moolenaar2017-09-022-8/+11
* patch 8.0.1042: without the syntax feature highlighting doesn't workv8.0.1042Bram Moolenaar2017-09-022-6/+3
* patch 8.0.1041: bogus characters when indenting during visual-block appendv8.0.1041Bram Moolenaar2017-09-0210-18/+67
* patch 8.0.1040: cannot use another error format in getqflist()v8.0.1040Bram Moolenaar2017-09-023-5/+51
* patch 8.0.1039: cannot change a line in not current bufferv8.0.1039Bram Moolenaar2017-09-025-65/+143
* patch 8.0.1038: strike-through text not supportedv8.0.1038Bram Moolenaar2017-09-0215-16/+99
* patch 8.0.1037: "icase" of 'diffopt' is not used for highlightingv8.0.1037Bram Moolenaar2017-09-023-8/+59
* patch 8.0.1036: ++eof argument for terminal only available on MS-Windowsv8.0.1036Bram Moolenaar2017-09-025-42/+58
* patch 8.0.1035: sending buffer lines to terminal doesn't work on MS-Windowsv8.0.1035Bram Moolenaar2017-09-024-8/+42
* patch 8.0.1034: sending buffer lines to terminal doesn't work on MS-Windowsv8.0.1034Bram Moolenaar2017-09-026-6/+59
* patch 8.0.1033: detecting background color does not work in screenv8.0.1033Bram Moolenaar2017-09-013-10/+17
* patch 8.0.1032: "make tags" doesn't work well on MS-Windowsv8.0.1032Bram Moolenaar2017-09-013-2/+15
* patch 8.0.1031: "text" argument for getqflist() is confusingv8.0.1031Bram Moolenaar2017-09-013-40/+37
* patch 8.0.1030: MS-Windows: wrong size computation in is_cygpty()v8.0.1030Bram Moolenaar2017-08-313-11/+22
* patch 8.0.1029: return value of getqflist() is inconsistentv8.0.1029Bram Moolenaar2017-08-313-8/+11
* patch 8.0.1028: MS-Windows: viminfo uses $VIM/_viminfo if $HOME not setv8.0.1028Bram Moolenaar2017-08-312-1/+8
* patch 8.0.1027: more terminals can't handle requesting cursor modev8.0.1027Bram Moolenaar2017-08-312-3/+16
* patch 8.0.1026: GTK on-the-spot input has problemsv8.0.1026Bram Moolenaar2017-08-3010-115/+280
* patch 8.0.1025: stray copy command in testv8.0.1025Bram Moolenaar2017-08-302-1/+2
* patch 8.0.1024: folds lost when session file has a buffer in two windowsv8.0.1024Bram Moolenaar2017-08-303-9/+55
* patch 8.0.1023: it is not easy to identify a quickfix listv8.0.1023Bram Moolenaar2017-08-303-34/+110
* patch 8.0.1022: test 80 is old stylev8.0.1022Bram Moolenaar2017-08-307-342/+191
* patch 8.0.1021: older Gnome terminal still echoes t_RCv8.0.1021Bram Moolenaar2017-08-302-3/+6
* patch 8.0.1020: when a timer calls getchar(1) input is overwrittenv8.0.1020Bram Moolenaar2017-08-302-10/+17
* patch 8.0.1019: pasting in virtual edit happens in the wrong placev8.0.1019Bram Moolenaar2017-08-303-3/+20
* patch 8.0.1018: warnings from 64-bit compilerv8.0.1018Bram Moolenaar2017-08-302-4/+6
* patch 8.0.1017: test for MS-Windows $HOME always passesv8.0.1017Bram Moolenaar2017-08-302-41/+40
* patch 8.0.1016: gnome terminal echoes t_RCv8.0.1016Bram Moolenaar2017-08-304-31/+54
* patch 8.0.1015: missing update to terminal testv8.0.1015Bram Moolenaar2017-08-302-3/+6
* patch 8.0.1014: old compiler doesn't know uint32_tv8.0.1014Bram Moolenaar2017-08-304-5/+7
* patch 8.0.1013: terminal window behaves different from a buffer with changesv8.0.1013Bram Moolenaar2017-08-293-9/+4
* patch 8.0.1012: MS-Windows: problem with $HOME when is was set internallyv8.0.1012Bram Moolenaar2017-08-295-35/+163
* patch 8.0.1011: terminal test fails with Athena and Motifv8.0.1011Bram Moolenaar2017-08-292-0/+6
* patch 8.0.1010: build failure without termresponse featurev8.0.1010Bram Moolenaar2017-08-282-0/+6
* patch 8.0.1009: Xterm cursor blinking status may be invertedv8.0.1009Bram Moolenaar2017-08-286-24/+97
* patch 8.0.1008: slow updating of terminal window in Motifv8.0.1008Bram Moolenaar2017-08-272-28/+54
* patch 8.0.1007: no test for filetype detection for scriptsv8.0.1007Bram Moolenaar2017-08-272-0/+30
* patch 8.0.1006: quickfix list changes when parsing text with 'erroformat'v8.0.1006Bram Moolenaar2017-08-275-10/+84
* patch 8.0.1005: terminal without job updates slowly in GUIv8.0.1005Bram Moolenaar2017-08-274-100/+98
* patch 8.0.1004: matchstrpos() without a match returns too many itemsv8.0.1004Bram Moolenaar2017-08-273-23/+28
* patch 8.0.1003: 64 bit compiler warningv8.0.1003Bram Moolenaar2017-08-272-1/+3
* patch 8.0.1002: unnecessarily updating screen after timer callbackv8.0.1002Bram Moolenaar2017-08-266-10/+21
* patch 8.0.1001: setting 'encoding' makes 'printheader' invalidv8.0.1001Bram Moolenaar2017-08-262-1/+5