summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.1.1972: no proper test for getchar()v8.1.1972Bram Moolenaar2019-09-032-0/+19
* patch 8.1.1971: manually enabling features causes build errorsv8.1.1971Bram Moolenaar2019-09-036-37/+28
* patch 8.1.1970: search stat space wrong, no test for 8.1.1965v8.1.1970Bram Moolenaar2019-09-033-2/+25
* patch 8.1.1969: popup window filter is used in all modesv8.1.1969Bram Moolenaar2019-09-038-22/+132
* patch 8.1.1968: crash when using nested map()v8.1.1968Bram Moolenaar2019-09-034-1/+12
* patch 8.1.1967: line() only works for the current windowv8.1.1967Bram Moolenaar2019-09-023-4/+38
* patch 8.1.1966: some code in options.c fits better elsewherev8.1.1966Bram Moolenaar2019-09-0216-1071/+1066
* patch 8.1.1965: search count message is not displayed when using a mappingv8.1.1965Bram Moolenaar2019-09-022-54/+63
* patch 8.1.1964: crash when using nested map() and filter()v8.1.1964Bram Moolenaar2019-09-023-10/+19
* patch 8.1.1963: popup window filter may be called recursivelyv8.1.1963Bram Moolenaar2019-09-013-1/+36
* patch 8.1.1962: leaking memory when using tagfunc()v8.1.1962Bram Moolenaar2019-09-012-1/+5
* patch 8.1.1961: more functions can be used as a methodv8.1.1961Bram Moolenaar2019-09-018-28/+110
* patch 8.1.1960: fold code is spread outv8.1.1960Bram Moolenaar2019-09-014-177/+185
* patch 8.1.1959: when using "firstline" in popup window text may jumpv8.1.1959Bram Moolenaar2019-09-015-11/+37
* patch 8.1.1958: old style comments taking up spacev8.1.1958Bram Moolenaar2019-09-012-687/+685
* patch 8.1.1957: more code can be moved to evalvars.cv8.1.1957Bram Moolenaar2019-09-0113-539/+604
* patch 8.1.1956: screenshot tests may use a different encodingv8.1.1956Bram Moolenaar2019-09-014-7/+12
* patch 8.1.1955: tests contain typosv8.1.1955Bram Moolenaar2019-09-0113-14/+16
* patch 8.1.1954: more functions can be used as a methodv8.1.1954Bram Moolenaar2019-08-3110-32/+81
* patch 8.1.1953: more functions can be used as a methodv8.1.1953Bram Moolenaar2019-08-3113-35/+106
* patch 8.1.1952: more functions can be used as a methodv8.1.1952Bram Moolenaar2019-08-319-17/+44
* patch 8.1.1951: mouse double click test is a bit flakyv8.1.1951Bram Moolenaar2019-08-314-2/+5
* Runtime files update.Bram Moolenaar2019-08-3121-987/+1334