summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.2021: some global functions can be local to the filev8.1.2021Bram Moolenaar2019-09-1018-26/+17
* patch 8.1.2020: it is not easy to change the window layoutv8.1.2020Bram Moolenaar2019-09-106-0/+147
* patch 8.1.2019: 'cursorline' always highlights the whole linev8.1.2019Bram Moolenaar2019-09-0913-9/+172
* patch 8.1.2018: using freed memory when out of memory and displaying messagev8.1.2018Bram Moolenaar2019-09-094-19/+24
* patch 8.1.2017: cannot execute commands after closing the cmdline windowv8.1.2017Bram Moolenaar2019-09-095-39/+58
* patch 8.1.2016: terminal altscreen test now fails on MS-Windowsv8.1.2016Bram Moolenaar2019-09-082-33/+21
* patch 8.1.2015: terminal altscreen test still fails sometimesv8.1.2015Bram Moolenaar2019-09-082-4/+12
* patch 8.1.2014: terminal altscreen test fails sometimesv8.1.2014Bram Moolenaar2019-09-082-4/+5
* patch 8.1.2013: more functions can be used as methodsv8.1.2013Bram Moolenaar2019-09-0811-49/+145
* patch 8.1.2012: more functions can be used as methodsv8.1.2012Bram Moolenaar2019-09-086-63/+155
* patch 8.1.2011: more functions can be used as methodsv8.1.2011Bram Moolenaar2019-09-0815-85/+116
* patch 8.1.2010: new file uses old style commentsv8.1.2010Bram Moolenaar2019-09-082-508/+480
* patch 8.1.2009: cursorline highlighting not updated in popup windowv8.1.2009Bram Moolenaar2019-09-085-3/+49
* patch 8.1.2008: error for invalid range when using listener and undov8.1.2008Bram Moolenaar2019-09-083-26/+63
* patch 8.1.2007: no test for what 8.1.1926 fixesv8.1.2007Bram Moolenaar2019-09-082-0/+22
* patch 8.1.2006: build failure with huge features but without channel featurev8.1.2006Bram Moolenaar2019-09-072-0/+4
* patch 8.1.2005: the regexp.c file is too bigv8.1.2005Bram Moolenaar2019-09-077-5450/+5418
* patch 8.1.2004: more functions can be used as methodsv8.1.2004Bram Moolenaar2019-09-0711-46/+101
* Update runtime filesBram Moolenaar2019-09-0713-26/+29
* patch 8.1.2003: MS-Windows: code page 65001 is not recognizedv8.1.2003Bram Moolenaar2019-09-072-1/+5
* patch 8.1.2002: version number 2000 missingv8.1.2002Bram Moolenaar2019-09-071-0/+4
* patch 8.1.2001: some source files are too bigv8.1.2001Bram Moolenaar2019-09-0720-1986/+2067
* patch 8.1.2000: plugin cannot get the current IME statusv8.1.2000Bram Moolenaar2019-09-075-1/+52
* patch 8.1.1999: calling both PlaySoundW() and PlaySoundA()v8.1.1999Bram Moolenaar2019-09-072-1/+3
* patch 8.1.1998: redraw even when no popup window filter was invokedv8.1.1998Bram Moolenaar2019-09-072-1/+4
* patch 8.1.1997: no redraw after a popup window filter is invokedv8.1.1997Bram Moolenaar2019-09-074-3/+20
* patch 8.1.1996: more functions can be used as methodsv8.1.1996Bram Moolenaar2019-09-0613-34/+85
* patch 8.1.1995: more functions can be used as methodsv8.1.1995Bram Moolenaar2019-09-064-21/+45
* patch 8.1.1994: MS-Windows: cannot build with eval but without cscopev8.1.1994Bram Moolenaar2019-09-063-9/+8
* patch 8.1.1993: more functions can be used as methodsv8.1.1993Bram Moolenaar2019-09-0616-30/+111
* patch 8.1.1992: the search stat moves when wrapping at the end of the bufferv8.1.1992Bram Moolenaar2019-09-063-6/+10
* patch 8.1.1991: still cannot build with eval but without cscopev8.1.1991Bram Moolenaar2019-09-052-28/+32
* patch 8.1.1990: cannot build with eval but without cscopev8.1.1990Bram Moolenaar2019-09-052-3/+3
* patch 8.1.1989: the evalfunc.c file is still too bigv8.1.1989Bram Moolenaar2019-09-0513-356/+359
* patch 8.1.1988: :startinsert! does not work the same way as "A"v8.1.1988Bram Moolenaar2019-09-055-20/+45
* patch 8.1.1987: more functions can be used as methodsv8.1.1987Bram Moolenaar2019-09-048-42/+100
* patch 8.1.1986: more functions can be used as methodsv8.1.1986Bram Moolenaar2019-09-044-20/+43
* patch 8.1.1985: code for dealing with paths is spread outv8.1.1985Bram Moolenaar2019-09-0414-2173/+2152
* patch 8.1.1984: more functions can be used as methodsv8.1.1984Bram Moolenaar2019-09-049-34/+73
* patch 8.1.1983: compiler nags for uninitialized variable and unused functionv8.1.1983Bram Moolenaar2019-09-043-40/+36
* patch 8.1.1982: more functions can be used as methodsv8.1.1982Bram Moolenaar2019-09-044-30/+61
* patch 8.1.1981: the evalfunc.c file is too bigv8.1.1981Bram Moolenaar2019-09-048-502/+492
* patch 8.1.1980: fix for search stat not testedv8.1.1980Bram Moolenaar2019-09-044-6/+56
* patch 8.1.1979: code for handling file names is spread outv8.1.1979Bram Moolenaar2019-09-0424-2205/+2226
* patch 8.1.1978: the eval.c file is too bigv8.1.1978Bram Moolenaar2019-09-046-219/+221
* patch 8.1.1977: terminal debugger plugin may hangv8.1.1977Bram Moolenaar2019-09-042-7/+10
* patch 8.1.1976: Travis log always shows test outputv8.1.1976Bram Moolenaar2019-09-042-6/+4
* patch 8.1.1975: MS-Windows GUI responds slowly to timerv8.1.1975Bram Moolenaar2019-09-042-15/+19
* patch 8.1.1974: Coverity warns for using pointer as arrayv8.1.1974Bram Moolenaar2019-09-042-11/+9
* patch 8.1.1973: cannot build without the quickfix featurev8.1.1973Bram Moolenaar2019-09-042-2/+2