summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2018: Vim9: script variable not found from lambdav8.2.2018Bram Moolenaar2020-11-193-1/+33
* patch 8.2.2017: missing part of the dict changev8.2.2017Bram Moolenaar2020-11-192-4/+29
* patch 8.2.2016: swap file test is a little flakyv8.2.2016Bram Moolenaar2020-11-192-2/+4
* patch 8.2.2015: Vim9: literal dict #{} is not like any other languagev8.2.2015Bram Moolenaar2020-11-199-22/+70
* patch 8.2.2014: using CTRL-O in a prompt buffer moves cursor to startv8.2.2014Bram Moolenaar2020-11-193-2/+7
* patch 8.2.2013: Vim9: not skipping white space after unary minusv8.2.2013Bram Moolenaar2020-11-183-2/+23
* patch 8.2.2012: Vim9: confusing error message when using bool wronglyv8.2.2012Bram Moolenaar2020-11-184-1/+15
* patch 8.2.2011: "syn sync" reports a very large numberv8.2.2011Bram Moolenaar2020-11-183-14/+29
* patch 8.2.2010: Vim9: compiling fails for unreachable return statementv8.2.2010Bram Moolenaar2020-11-183-14/+24
* patch 8.2.2009: MS-Windows: setting $LANG in gvimext only causes problemsv8.2.2009Bram Moolenaar2020-11-182-68/+13
* patch 8.2.2008: MS-Windows GUI: handling channel messages lagsv8.2.2008Bram Moolenaar2020-11-182-3/+8
* patch 8.2.2007: test for insert mode in popup is not reliablev8.2.2007Bram Moolenaar2020-11-182-1/+3
* 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