summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-037-13/+104
* 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-017-28/+70
* 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-319-30/+35
* patch 8.1.1953: more functions can be used as a methodv8.1.1953Bram Moolenaar2019-08-3112-35/+56
* patch 8.1.1952: more functions can be used as a methodv8.1.1952Bram Moolenaar2019-08-318-14/+19
* patch 8.1.1951: mouse double click test is a bit flakyv8.1.1951Bram Moolenaar2019-08-314-2/+5
* patch 8.1.1950: using NULL pointer after an out-of-memoryv8.1.1950Bram Moolenaar2019-08-312-1/+3
* patch 8.1.1949: cannot scroll a popup window to the very bottomv8.1.1949Bram Moolenaar2019-08-308-12/+72
* patch 8.1.1948: mouse doesn't work in Linux consolev8.1.1948Bram Moolenaar2019-08-302-1/+4
* patch 8.1.1947: when executing one test the report doesn't show itv8.1.1947Bram Moolenaar2019-08-302-2/+4
* patch 8.1.1946: memory error when profiling a function without a script IDv8.1.1946Bram Moolenaar2019-08-303-5/+37
* patch 8.1.1945: popup window "firstline" cannot be resetv8.1.1945Bram Moolenaar2019-08-305-11/+52
* patch 8.1.1944: leaking memory when using sound callbackv8.1.1944Bram Moolenaar2019-08-302-0/+14
* patch 8.1.1943: more code can be moved to evalvars.cv8.1.1943Bram Moolenaar2019-08-308-245/+246
* patch 8.1.1942: shadow directory gets outdated when files are addedv8.1.1942Bram Moolenaar2019-08-302-2/+29
* patch 8.1.1941: getftype() test fails on Macv8.1.1941Bram Moolenaar2019-08-302-6/+11
* patch 8.1.1940: script tests failv8.1.1940Bram Moolenaar2019-08-294-1/+15
* patch 8.1.1939: code for handling v: variables in generic eval filev8.1.1939Bram Moolenaar2019-08-295-1062/+1077
* patch 8.1.1938: may crash when out of memoryv8.1.1938Bram Moolenaar2019-08-292-10/+7
* patch 8.1.1937: errors when using javascriptreactv8.1.1937Bram Moolenaar2019-08-291-0/+2
* patch 8.1.1936: not enough tests for text property popup windowv8.1.1936Bram Moolenaar2019-08-298-18/+146
* patch 8.1.1935: test for text property popup window is flakyv8.1.1935Bram Moolenaar2019-08-283-1/+4
* patch 8.1.1934: not enough tests for text property popup windowv8.1.1934Bram Moolenaar2019-08-287-1/+104
* patch 8.1.1933: the eval.c file is too bigv8.1.1933Bram Moolenaar2019-08-2715-2014/+2057
* patch 8.1.1932: ml_get errors after using append()v8.1.1932Bram Moolenaar2019-08-273-1/+18
* patch 8.1.1931: syntax test failsv8.1.1931Bram Moolenaar2019-08-262-1/+3
* patch 8.1.1930: cannot recognize .jsx and .tsx filesv8.1.1930Bram Moolenaar2019-08-262-2/+6
* patch 8.1.1929: no tests for text property popup windowv8.1.1929Bram Moolenaar2019-08-2510-2/+119
* patch 8.1.1928: popup windows don't move with the text when making changesv8.1.1928Bram Moolenaar2019-08-259-96/+336
* patch 8.1.1927: code for dealing with script files is spread outv8.1.1927Bram Moolenaar2019-08-2513-1732/+1749
* patch 8.1.1926: cursorline not redrawn when putting a line above the cursorv8.1.1926Bram Moolenaar2019-08-252-3/+10
* patch 8.1.1925: more functions can be used as methodsv8.1.1925Bram Moolenaar2019-08-2414-43/+50
* patch 8.1.1924: using empty string for current buffer is unexpectedv8.1.1924Bram Moolenaar2019-08-243-17/+29
* patch 8.1.1923: some source files are not in a normal encodingv8.1.1923Bram Moolenaar2019-08-243-497/+499
* patch 8.1.1922: in diff mode global operations can be very slowv8.1.1922Bram Moolenaar2019-08-246-3/+21