summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2453: Vim9: a variable name with "->" in the next line doesn't workv8.2.2453Bram Moolenaar2021-02-023-0/+35
* patch 8.2.2452: no completion for the 'filetype' optionv8.2.2452Bram Moolenaar2021-02-024-1/+15
* patch 8.2.2451: MS-Windows: Extended Attributes not preservedv8.2.2451Bram Moolenaar2021-02-012-0/+182
* patch 8.2.2450: MS-Windows: ADS was not preserved if 'backupcopy' is "yes"v8.2.2450Bram Moolenaar2021-02-012-6/+6
* patch 8.2.2449: Vim9: flatten() always changes the list typev8.2.2449Bram Moolenaar2021-02-0110-14/+98
* patch 8.2.2448: compilation error with Ruby 3.0v8.2.2448Bram Moolenaar2021-02-012-5/+9
* patch 8.2.2447: 'foldlevel' not applied to folds restored from sessionv8.2.2447Bram Moolenaar2021-02-013-2/+31
* patch 8.2.2446: setting 'term' empty has different error if compiled with GUIv8.2.2446Bram Moolenaar2021-02-013-4/+4
* patch 8.2.2445: Vim9: no proper error for lambda missing return typev8.2.2445Bram Moolenaar2021-01-314-1/+18
* patch 8.2.2444: Vim9: compile error with combination of operator and listv8.2.2444Bram Moolenaar2021-01-313-2/+11
* patch 8.2.2443: Vim9: no compile time error for wrong str2float argumentv8.2.2443Bram Moolenaar2021-01-313-1/+16
* patch 8.2.2442: automatic GUI selection does not check for GTK 3v8.2.2442Bram Moolenaar2021-01-313-0/+22
* patch 8.2.2441: Vim9: extend() does not give an error for a type mismatchv8.2.2441Bram Moolenaar2021-01-313-25/+48
* patch 8.2.2440: documentation based on patches is outdatedv8.2.2440Bram Moolenaar2021-01-317-155/+19
* patch 8.2.2439: not easy to figure out what packages to getv8.2.2439Bram Moolenaar2021-01-312-1/+43
* patch 8.2.2438: out of bounds compiler warningv8.2.2438Bram Moolenaar2021-01-312-2/+4
* patch 8.2.2437: deprecation warnings with default configurationv8.2.2437Bram Moolenaar2021-01-313-2/+4
* patch 8.2.2436: Vim9 script test is a bit flakyv8.2.2436Bram Moolenaar2021-01-312-1/+4
* patch 8.2.2435: setline() gives an error for some typesv8.2.2435Bram Moolenaar2021-01-319-20/+96
* patch 8.2.2434: Vim9: no error when compiling str2nr() with a numberv8.2.2434Bram Moolenaar2021-01-305-2/+50
* patch 8.2.2433: opening cmdline window gives error in BufLeave autocommandv8.2.2433Bram Moolenaar2021-01-303-0/+12
* patch 8.2.2432: libvterm tests are executed even when libtool doesn't workv8.2.2432Bram Moolenaar2021-01-302-1/+6
* patch 8.2.2431: warning for -fno-strength-reduce with Clang 11v8.2.2431Bram Moolenaar2021-01-303-3/+6
* patch 8.2.2430: :vimgrep expands wildcards twicev8.2.2430Bram Moolenaar2021-01-304-3/+12
* patch 8.2.2429: :goto does not work correctly with text propertiesv8.2.2429Bram Moolenaar2021-01-303-11/+55
* patch 8.2.2428: FocusGained does not work when 'ttymouse' is emptyv8.2.2428Bram Moolenaar2021-01-303-5/+57
* patch 8.2.2427: can still switch windows for 'completefunc'v8.2.2427Bram Moolenaar2021-01-294-24/+7
* patch 8.2.2426: allowing 'completefunc' to switch windows causes troublev8.2.2426Bram Moolenaar2021-01-294-21/+17
* patch 8.2.2425: cursor on invalid line with range and :substitutev8.2.2425Bram Moolenaar2021-01-283-0/+9
* patch 8.2.2424: some tests are known to cause an error with ASANv8.2.2424Bram Moolenaar2021-01-285-20/+37
* patch 8.2.2423: missing error messagev8.2.2423Bram Moolenaar2021-01-282-0/+4
* patch 8.2.2422: crash when deleting with line number out of rangev8.2.2422Bram Moolenaar2021-01-283-1/+23
* patch 8.2.2421: double free when using autocommand with "argdel"v8.2.2421Bram Moolenaar2021-01-283-9/+46
* patch 8.2.2420: too many problems with using all autocommand eventsv8.2.2420Bram Moolenaar2021-01-286-27/+23
* patch 8.2.2419: autocmd test was failing on MS-Windows with GUIv8.2.2419Bram Moolenaar2021-01-282-9/+2
* patch 8.2.2418: color not changed if ModeMsg highlight is set in InsertEnterv8.2.2418Bram Moolenaar2021-01-282-0/+6
* patch 8.2.2417: condition stack values may be used when not setv8.2.2417Bram Moolenaar2021-01-272-0/+9
* patch 8.2.2416: may get stuck in command line window statev8.2.2416Bram Moolenaar2021-01-273-3/+12
* patch 8.2.2415: no way to check for the cmdwin featurev8.2.2415Bram Moolenaar2021-01-2611-13/+53
* patch 8.2.2414: using freed memory when closing the cmdline windowv8.2.2414Bram Moolenaar2021-01-262-1/+8
* patch 8.2.2413: crash when using :all while using a cmdline windowv8.2.2413Bram Moolenaar2021-01-264-1/+20
* patch 8.2.2412: not all fields in "cstack" are initializedv8.2.2412Bram Moolenaar2021-01-262-4/+3
* patch 8.2.2411: profile test fails on MS-Windowsv8.2.2411Bram Moolenaar2021-01-262-1/+8
* patch 8.2.2410: build failure without the +profiling featurev8.2.2410Bram Moolenaar2021-01-252-1/+3
* Update runtime files.Bram Moolenaar2021-01-2532-134/+479
* patch 8.2.2409: Vim9: profiling only works for one functionv8.2.2409Bram Moolenaar2021-01-255-26/+54
* patch 8.2.2408: MinGW: "--preprocessor" flag no longer supportedv8.2.2408Bram Moolenaar2021-01-253-4/+6
* patch 8.2.2407: old jumplist code is never usedv8.2.2407Bram Moolenaar2021-01-252-21/+2
* patch 8.2.2406: Vim9: profiled :def function leaks memoryv8.2.2406Bram Moolenaar2021-01-242-0/+11
* patch 8.2.2405: Vim9: no need to allow white space before "(" for :defv8.2.2405Bram Moolenaar2021-01-243-0/+40