summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2006: .pbtxt files are not recognizedv8.2.2006Bram Moolenaar2020-11-183-0/+4
* patch 8.2.2005: redoing a mapping with <Cmd> doesn't work properlyv8.2.2005Bram Moolenaar2020-11-184-8/+43
* patch 8.2.2004: compiler warning for uninitialized variablev8.2.2004Bram Moolenaar2020-11-172-1/+3
* patch 8.2.2003: build error with +conceal but without +popupwinv8.2.2003Bram Moolenaar2020-11-172-2/+6
* patch 8.2.2002: Vim9: lambda argument shadowed by function namev8.2.2002Bram Moolenaar2020-11-173-7/+24
* patch 8.2.2001: Vim9: :def function does not apply 'maxfuncdepth'v8.2.2001Bram Moolenaar2020-11-175-8/+99
* patch 8.2.2000: Vim9: dict.key assignment not implemented yetv8.2.2000Bram Moolenaar2020-11-163-12/+35
* patch 8.2.1999: terminal popup test sometimes failsv8.2.1999Bram Moolenaar2020-11-162-2/+4
* patch 8.2.1998: terminal Cmd test sometimes fails to close popupv8.2.1998Bram Moolenaar2020-11-162-3/+4
* patch 8.2.1997: window changes when using bufload() while in a terminal popupv8.2.1997Bram Moolenaar2020-11-163-0/+28
* patch 8.2.1996: Vim9: invalid error for argument of extend()v8.2.1996Bram Moolenaar2020-11-167-5/+36
* patch 8.2.1995: the popup menu can cause too much redrawingv8.2.1995Bram Moolenaar2020-11-162-5/+21
* patch 8.2.1994: MS-Windows: MinGW always does a full buildv8.2.1994Bram Moolenaar2020-11-162-8/+10
* patch 8.2.1993: occasional failure of the netbeans testv8.2.1993Bram Moolenaar2020-11-162-2/+4
* patch 8.2.1992: build fails with small featuresv8.2.1992Bram Moolenaar2020-11-152-0/+4
* patch 8.2.1991: Coverity warns for not using the ga_grow() return valuev8.2.1991Bram Moolenaar2020-11-152-1/+7
* 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