summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.2066: no tests for state()v8.1.2066Bram Moolenaar2019-09-222-54/+78
* patch 8.1.2063: some tests fail when +balloon_eval_term is missingv8.1.2063Bram Moolenaar2019-09-212-1/+3
* patch 8.1.2060: "precedes" in 'listchars' not used properlyv8.1.2060Bram Moolenaar2019-09-202-0/+56
* patch 8.1.2055: not easy to jump to function line from profilev8.1.2055Bram Moolenaar2019-09-181-1/+1
* patch 8.1.2054: compiler test for Perl may failv8.1.2054Bram Moolenaar2019-09-181-2/+3
* patch 8.1.2052: using "x" before a closed fold may delete that foldv8.1.2052Bram Moolenaar2019-09-171-0/+12
* patch 8.1.2051: double-click test is a bit flakyv8.1.2051Bram Moolenaar2019-09-171-1/+1
* patch 8.1.2050: popup window test fails in some configurationsv8.1.2050Bram Moolenaar2019-09-172-1/+2
* patch 8.1.2043: not sufficient testing for quoted numbersv8.1.2043Bram Moolenaar2019-09-152-0/+4
* patch 8.1.2041: no test for diff mode with syntax highlightingv8.1.2041Bram Moolenaar2019-09-152-0/+56
* patch 8.1.2040: no highlighting of current line in quickfix windowv8.1.2040Bram Moolenaar2019-09-153-0/+50
* patch 8.1.2039: character from 'showbreak' does not use 'wincolor'v8.1.2039Bram Moolenaar2019-09-152-7/+8
* patch 8.1.2038: has('vimscript-4') is always 0v8.1.2038Bram Moolenaar2019-09-151-0/+1
* patch 8.1.2037: can call win_gotoid() in cmdline windowv8.1.2037Bram Moolenaar2019-09-151-0/+10
* patch 8.1.2035: recognizing octal numbers is confusingv8.1.2035Bram Moolenaar2019-09-152-11/+32
* patch 8.1.2034: dark them of GTK 3 not supportedv8.1.2034Bram Moolenaar2019-09-151-0/+9
* patch 8.1.2032: scrollbar thumb wrong in popup windowv8.1.2032Bram Moolenaar2019-09-141-2/+2
* patch 8.1.2031: cursor position wrong when resizing and using concealv8.1.2031Bram Moolenaar2019-09-143-0/+33
* patch 8.1.2030: tests fail when build with normal features and terminalv8.1.2030Bram Moolenaar2019-09-142-6/+9
* patch 8.1.2029: cannot control 'cursorline' highlighting wellv8.1.2029Bram Moolenaar2019-09-1423-6/+456
* patch 8.1.2028: options test script does not workv8.1.2028Bram Moolenaar2019-09-143-6/+8
* patch 8.1.2024: delete call commented out for debuggingv8.1.2024Bram Moolenaar2019-09-131-1/+1
* patch 8.1.2023: no test for synIDattr() returning "strikethrough"v8.1.2023Bram Moolenaar2019-09-131-0/+3
* patch 8.1.2020: it is not easy to change the window layoutv8.1.2020Bram Moolenaar2019-09-101-0/+33
* patch 8.1.2019: 'cursorline' always highlights the whole linev8.1.2019Bram Moolenaar2019-09-094-0/+111
* patch 8.1.2017: cannot execute commands after closing the cmdline windowv8.1.2017Bram Moolenaar2019-09-091-2/+33
* patch 8.1.2016: terminal altscreen test now fails on MS-Windowsv8.1.2016Bram Moolenaar2019-09-081-33/+19
* patch 8.1.2015: terminal altscreen test still fails sometimesv8.1.2015Bram Moolenaar2019-09-081-4/+10
* patch 8.1.2014: terminal altscreen test fails sometimesv8.1.2014Bram Moolenaar2019-09-081-4/+3
* patch 8.1.2013: more functions can be used as methodsv8.1.2013Bram Moolenaar2019-09-088-20/+44
* patch 8.1.2012: more functions can be used as methodsv8.1.2012Bram Moolenaar2019-09-082-20/+39
* patch 8.1.2011: more functions can be used as methodsv8.1.2011Bram Moolenaar2019-09-0811-71/+71
* patch 8.1.2009: cursorline highlighting not updated in popup windowv8.1.2009Bram Moolenaar2019-09-082-0/+24
* patch 8.1.2008: error for invalid range when using listener and undov8.1.2008Bram Moolenaar2019-09-081-1/+23
* patch 8.1.2007: no test for what 8.1.1926 fixesv8.1.2007Bram Moolenaar2019-09-081-0/+20
* patch 8.1.2004: more functions can be used as methodsv8.1.2004Bram Moolenaar2019-09-078-19/+19
* patch 8.1.2000: plugin cannot get the current IME statusv8.1.2000Bram Moolenaar2019-09-071-1/+32
* patch 8.1.1997: no redraw after a popup window filter is invokedv8.1.1997Bram Moolenaar2019-09-072-3/+16
* patch 8.1.1996: more functions can be used as methodsv8.1.1996Bram Moolenaar2019-09-0610-16/+16
* patch 8.1.1995: more functions can be used as methodsv8.1.1995Bram Moolenaar2019-09-061-10/+9
* patch 8.1.1993: more functions can be used as methodsv8.1.1993Bram Moolenaar2019-09-0613-14/+49
* patch 8.1.1992: the search stat moves when wrapping at the end of the bufferv8.1.1992Bram Moolenaar2019-09-061-5/+5
* patch 8.1.1988: :startinsert! does not work the same way as "A"v8.1.1988Bram Moolenaar2019-09-051-0/+15
* patch 8.1.1987: more functions can be used as methodsv8.1.1987Bram Moolenaar2019-09-045-14/+14
* patch 8.1.1986: more functions can be used as methodsv8.1.1986Bram Moolenaar2019-09-041-9/+11
* patch 8.1.1984: more functions can be used as methodsv8.1.1984Bram Moolenaar2019-09-046-19/+20
* patch 8.1.1982: more functions can be used as methodsv8.1.1982Bram Moolenaar2019-09-041-15/+16
* patch 8.1.1980: fix for search stat not testedv8.1.1980Bram Moolenaar2019-09-043-6/+54
* patch 8.1.1972: no proper test for getchar()v8.1.1972Bram Moolenaar2019-09-031-0/+17
* patch 8.1.1970: search stat space wrong, no test for 8.1.1965v8.1.1970Bram Moolenaar2019-09-031-1/+22