summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1990: cursor position wrong in terminal popup with finished jobv8.2.1990Bram Moolenaar2020-11-157-16/+41
* patch 8.2.1989: info popup triggers WinEnter and WinLeave autocommandsv8.2.1989Bram Moolenaar2020-11-153-0/+14
* patch 8.2.1988: still in Insert mode when opening terminal popupv8.2.1988Bram Moolenaar2020-11-143-0/+25
* patch 8.2.1987: MS-Windows: Win32.mak is no longer neededv8.2.1987Bram Moolenaar2020-11-143-24/+3
* patch 8.2.1986: expression test is flaky on Appveyorv8.2.1986Bram Moolenaar2020-11-142-5/+10
* patch 8.2.1985: crash when closing terminal popup with <Cmd> mappingv8.2.1985Bram Moolenaar2020-11-143-3/+15
* patch 8.2.1984: cannot use :vimgrep in omni completionv8.2.1984Bram Moolenaar2020-11-143-4/+66
* patch 8.2.1983: ml_get error when using <Cmd> to open a terminalv8.2.1983Bram Moolenaar2020-11-144-4/+56
* patch 8.2.1982: quickfix window now updated when adding invalid entriesv8.2.1982Bram Moolenaar2020-11-143-2/+20
* patch 8.2.1981: MinGW: parallel compilation might failv8.2.1981Bram Moolenaar2020-11-132-1/+9
* patch 8.2.1980: Vim9: some tests are not done at the script levelv8.2.1980Bram Moolenaar2020-11-125-721/+734
* patch 8.2.1979: "term_opencmd" option of term_start() is truncatedv8.2.1979Bram Moolenaar2020-11-123-10/+18
* patch 8.2.1978: making a mapping work in all modes is complicatedv8.2.1978Bram Moolenaar2020-11-1219-17/+646
* patch 8.2.1977: Vim9: error for using a string in a condition is confusingv8.2.1977Bram Moolenaar2020-11-129-53/+83
* patch 8.2.1976: cannot backspace in prompt buffer after using cursor-leftv8.2.1976Bram Moolenaar2020-11-113-2/+15
* patch 8.2.1975: Win32: memory leak when encoding conversion failsv8.2.1975Bram Moolenaar2020-11-102-0/+5
* patch 8.2.1974: Vim9: test for has('gui_running') fails with VIMDLLv8.2.1974Bram Moolenaar2020-11-102-1/+3
* patch 8.2.1973: finding a patch number can be a bit slowv8.2.1973Bram Moolenaar2020-11-101-6/+16
* patch 8.2.1972: crash when recreating nested foldv8.2.1972Bram Moolenaar2020-11-103-1/+16
* patch 8.2.1971: memory leak when map() failsv8.2.1971Bram Moolenaar2020-11-102-1/+8
* patch 8.2.1970: it is easy to make mistakes when cleaning up swap filesv8.2.1970Bram Moolenaar2020-11-093-3/+77
* patch 8.2.1969: Vim9: map() may change the list or dict item typev8.2.1969Bram Moolenaar2020-11-097-52/+204
* patch 8.2.1968: Vim9: has() assumes a feature does not change dynamicallyv8.2.1968Bram Moolenaar2020-11-085-1/+141
* patch 8.2.1967: the session file does not restore the alternate filev8.2.1967Bram Moolenaar2020-11-079-37/+74
* patch 8.2.1966: popup becomes current window after closing a terminal windowv8.2.1966Bram Moolenaar2020-11-076-22/+62
* patch 8.2.1965: Vim9: tests fail without the channel featurev8.2.1965Bram Moolenaar2020-11-072-19/+29
* patch 8.2.1964: not all ConTeXt files are recognizedv8.2.1964Bram Moolenaar2020-11-063-2/+4
* patch 8.2.1963: crash when using a popup window with "latin1" encodingv8.2.1963Bram Moolenaar2020-11-064-5/+42
* patch 8.2.1962: netbeans may access freed memoryv8.2.1962Bram Moolenaar2020-11-063-9/+49
* Correct list of patches.Bram Moolenaar2020-11-061-2/+0
* patch 8.2.1961: various comments can be improvedv8.2.1961Bram Moolenaar2020-11-057-3/+9
* patch 8.2.1960: warning for uninitialized variablev8.2.1960Bram Moolenaar2020-11-052-1/+5
* Update runtime filesBram Moolenaar2020-11-0519-253/+351
* patch 8.2.1959: crash when terminal buffer name is made emptyv8.2.1959Bram Moolenaar2020-11-055-4/+30
* patch 8.2.1958: build failure with timersv8.2.1958Bram Moolenaar2020-11-052-1/+3
* patch 8.2.1957: diff and cursorcolumn highlighting don't mixv8.2.1957Bram Moolenaar2020-11-057-1/+121
* patch 8.2.1956: Vim9: cannot specify argument types for lambdav8.2.1956Bram Moolenaar2020-11-057-78/+178
* patch 8.2.1955: Vim9: not all command modifiers are testedv8.2.1955Bram Moolenaar2020-11-042-21/+58
* patch 8.2.1954: Vim9: not all command modifiers are testedv8.2.1954Bram Moolenaar2020-11-043-5/+46
* patch 8.2.1953: Vim9: extra "unknown" error after other errorv8.2.1953Bram Moolenaar2020-11-045-9/+49
* patch 8.2.1952: Vim9: crash when using a NULL dict keyv8.2.1952Bram Moolenaar2020-11-043-3/+10
* patch 8.2.1951: test for list and dict failsv8.2.1951Bram Moolenaar2020-11-044-19/+33
* patch 8.2.1950: Vim9: crash when compiling function fails when getting typev8.2.1950Bram Moolenaar2020-11-043-2/+23
* patch 8.2.1949: Vim9: using extend() on null dict is silently ignoredv8.2.1949Bram Moolenaar2020-11-045-7/+82
* patch 8.2.1948: GUI: crash when handling message while closing a windowv8.2.1948Bram Moolenaar2020-11-044-1/+18
* patch 8.2.1947: crash when using "zj" without foldsv8.2.1947Bram Moolenaar2020-11-033-0/+13
* patch 8.2.1946: sort() with NULL string not testedv8.2.1946Bram Moolenaar2020-11-032-5/+10
* patch 8.2.1945: crash when passing NULL function to reduce()v8.2.1945Bram Moolenaar2020-11-034-2/+12
* patch 8.2.1944: Netbeans test is flakyv8.2.1944Bram Moolenaar2020-11-032-0/+4
* patch 8.2.1943: Vim9: wrong error message when colon is missingv8.2.1943Bram Moolenaar2020-11-023-4/+22