summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1061: Coverity: no check for NULL commandv8.0.1061Bram Moolenaar2017-09-052-4/+10
* patch 8.0.1060: when imstyle is one, mapping <Left> breaks preeditingv8.0.1060Bram Moolenaar2017-09-053-2/+13
* patch 8.0.1059: older Gnome terminal returns smaller version numberv8.0.1059Bram Moolenaar2017-09-052-3/+5
* patch 8.0.1058: terminal redirection test is flakyv8.0.1058Bram Moolenaar2017-09-052-0/+4
* patch 8.0.1057: terminal scrape test waits too longv8.0.1057Bram Moolenaar2017-09-052-2/+4
* patch 8.0.1056: cannot build with +diff but without +multi_bytev8.0.1056Bram Moolenaar2017-09-042-4/+2
* patch 8.0.1055: bufline test hangs on MS-Windowsv8.0.1055Bram Moolenaar2017-09-043-1/+11
* patch 8.0.1054: terminal test fails on MS-Windowsv8.0.1054Bram Moolenaar2017-09-042-7/+14
* patch 8.0.1053: setline() does not work on startupv8.0.1053Bram Moolenaar2017-09-046-7/+31
* patch 8.0.1052: term_start() does not allow in_io, out_io and err_io optionsv8.0.1052Bram Moolenaar2017-09-033-30/+74
* patch 8.0.1051: cannot run terminal with spaces in argumentv8.0.1051Bram Moolenaar2017-09-033-2/+31
* 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-035-15/+46
* 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-0211-20/+70
* patch 8.0.1040: cannot use another error format in getqflist()v8.0.1040Bram Moolenaar2017-09-024-10/+62
* patch 8.0.1039: cannot change a line in not current bufferv8.0.1039Bram Moolenaar2017-09-026-67/+167
* patch 8.0.1038: strike-through text not supportedv8.0.1038Bram Moolenaar2017-09-0218-20/+107
* 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-026-13/+63
* 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-014-51/+48
* 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-3012-115/+300
* 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-304-34/+120
* 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-305-31/+74
* 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-294-15/+16
* patch 8.0.1012: MS-Windows: problem with $HOME when is was set internallyv8.0.1012Bram Moolenaar2017-08-295-35/+163