summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0984: not using previous window when closing a shell popup windowv8.2.0984Bram Moolenaar2020-06-153-5/+35
* patch 8.2.0983: SConstruct file type not recognizedv8.2.0983Bram Moolenaar2020-06-153-2/+5
* patch 8.2.0982: insufficient testing for reading/writing filesv8.2.0982Bram Moolenaar2020-06-159-3/+196
* patch 8.2.0981: Vim9: cannot compile "[var, var] = list"v8.2.0981Bram Moolenaar2020-06-148-547/+730
* patch 8.2.0980: raku file extension not recognizedv8.2.0980Bram Moolenaar2020-06-143-1/+4
* Update runtime filesBram Moolenaar2020-06-1425-229/+626
* patch 8.2.0979: a couple of screendump tests failv8.2.0979Bram Moolenaar2020-06-142-1/+4
* patch 8.2.0978: leaking memory in termcodes testv8.2.0978Bram Moolenaar2020-06-142-1/+3
* patch 8.2.0977: t_8u is made empty for the wrong terminalsv8.2.0977Bram Moolenaar2020-06-143-2/+10
* patch 8.2.0976: some 'cpoptions' not testedv8.2.0976Bram Moolenaar2020-06-145-81/+301
* patch 8.2.0975: Vim9: script variable does not accept optional s: prefixv8.2.0975Bram Moolenaar2020-06-143-3/+27
* patch 8.2.0974: Vim9: memory leak when script var has wrong typev8.2.0974Bram Moolenaar2020-06-132-0/+5
* patch 8.2.0973: Vim9: type is not checked when assigning to a script variablev8.2.0973Bram Moolenaar2020-06-137-8/+51
* patch 8.2.0972: Vim9 script variable declarations need a typev8.2.0972Bram Moolenaar2020-06-137-5/+92
* patch 8.2.0971: build with tiny features failsv8.2.0971Bram Moolenaar2020-06-132-1/+9
* patch 8.2.0970: terminal properties are not available in Vim scriptv8.2.0970Bram Moolenaar2020-06-1311-5/+172
* patch 8.2.0969: assert_equal() output for dicts is hard to figure outv8.2.0969Bram Moolenaar2020-06-133-2/+99
* patch 8.2.0968: no proper testing of the 'cpoptions' flagsv8.2.0968Bram Moolenaar2020-06-135-110/+631
* patch 8.2.0967: unnecessary type casts for vim_strnsave()v8.2.0967Bram Moolenaar2020-06-1231-64/+66
* patch 8.2.0966: 'shortmess' flag "n" not used in two placesv8.2.0966Bram Moolenaar2020-06-127-5/+15
* patch 8.2.0965: has_funcundefined() is not usedv8.2.0965Bram Moolenaar2020-06-123-10/+2
* patch 8.2.0964: TextYankPost does not provide info about Visual selectionv8.2.0964Bram Moolenaar2020-06-124-5/+15
* patch 8.2.0963: number increment/decrement does not work with 'virtualedit'v8.2.0963Bram Moolenaar2020-06-125-4/+49
* patch 8.2.0962: terminal test sometimes hangs on Travisv8.2.0962Bram Moolenaar2020-06-122-0/+10
* patch 8.2.0961: MS-Windows: no completion for localesv8.2.0961Bram Moolenaar2020-06-124-47/+98
* patch 8.2.0960: cannot use :import in legacy Vim scriptv8.2.0960Bram Moolenaar2020-06-115-25/+91
* patch 8.2.0959: using 'quickfixtextfunc' is a bit slowv8.2.0959Bram Moolenaar2020-06-114-68/+112
* patch 8.2.0958: not sufficient testing for buffer writingv8.2.0958Bram Moolenaar2020-06-113-0/+67
* patch 8.2.0957: compiler warning for uninitialized variablev8.2.0957Bram Moolenaar2020-06-112-1/+3
* patch 8.2.0956: spell test failsv8.2.0956Bram Moolenaar2020-06-102-1/+27
* patch 8.2.0955: build failsv8.2.0955Bram Moolenaar2020-06-102-0/+3
* patch 8.2.0954: not all desktop files are recognizedv8.2.0954Bram Moolenaar2020-06-103-2/+4
* patch 8.2.0953: spell checking doesn't work for CamelCased wordsv8.2.0953Bram Moolenaar2020-06-1010-0/+45
* patch 8.2.0952: no simple way to interrupt Vimv8.2.0952Bram Moolenaar2020-06-108-6/+67
* patch 8.2.0951: search stat test has leftover from debuggingv8.2.0951Bram Moolenaar2020-06-102-1/+2
* patch 8.2.0950: tagjump test failsv8.2.0950Bram Moolenaar2020-06-102-1/+3
* patch 8.2.0949: strptime() does not use DSTv8.2.0949Bram Moolenaar2020-06-103-0/+7
* patch 8.2.0948: spell test failsv8.2.0948Bram Moolenaar2020-06-102-3/+5
* patch 8.2.0947: readdirex() doesn't handle broken link properlyv8.2.0947Bram Moolenaar2020-06-103-2/+24
* patch 8.2.0946: cannot use "q" to cancel a number promptv8.2.0946Bram Moolenaar2020-06-103-3/+17
* patch 8.2.0945: cannot use "z=" when 'spell' is offv8.2.0945Bram Moolenaar2020-06-107-14/+105
* patch 8.2.0944: xxd test leaves file behindv8.2.0944Bram Moolenaar2020-06-102-1/+4
* patch 8.2.0943: displaying ^M or ^J depends on current bufferv8.2.0943Bram Moolenaar2020-06-1010-36/+86
* patch 8.2.0942: expanding to local dir after homedir keeps "~/"v8.2.0942Bram Moolenaar2020-06-103-6/+9
* patch 8.2.0941: detecting terminal properties is unstructuredv8.2.0941Bram Moolenaar2020-06-102-75/+164
* patch 8.2.0940: build failure with tiny featuresv8.2.0940Bram Moolenaar2020-06-092-3/+9
* patch 8.2.0939: checking for term escape sequences is long and confusingv8.2.0939Bram Moolenaar2020-06-092-550/+660
* patch 8.2.0938: NFA regexp uses tolower ()to compare ignore-casev8.2.0938Bram Moolenaar2020-06-095-8/+30
* patch 8.2.0937: asan failure in the flatten() testv8.2.0937Bram Moolenaar2020-06-092-0/+6
* patch 8.2.0936: some terminals misinterpret the code for getting cursor stylev8.2.0936Bram Moolenaar2020-06-0912-27/+103