summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2465: using freed memory in :psearchv8.2.2465Bram Moolenaar2021-02-033-3/+29
* patch 8.2.2464: using freed memory if window closed in autocommandv8.2.2464Bram Moolenaar2021-02-033-1/+16
* patch 8.2.2463: using :arglocal in an autocommand may use freed memoryv8.2.2463Bram Moolenaar2021-02-033-0/+15
* patch 8.2.2462: Coverity warns for not checking for fseek() errorv8.2.2462Bram Moolenaar2021-02-032-1/+7
* patch 8.2.2461: Coverity warns for unchecked return valuev8.2.2461Bram Moolenaar2021-02-032-2/+4
* patch 8.2.2460: Coverity warns for unused valuev8.2.2460Bram Moolenaar2021-02-032-1/+2
* patch 8.2.2459: Coverity reports dead codev8.2.2459Bram Moolenaar2021-02-032-2/+2
* patch 8.2.2458: Coverity warns for :retab using freed memoryv8.2.2458Bram Moolenaar2021-02-032-1/+5
* patch 8.2.2457: Coverity warns for memory leakv8.2.2457Bram Moolenaar2021-02-032-0/+5
* patch 8.2.2456: Coverity warning for strcpy() into fixed size arrayv8.2.2456Bram Moolenaar2021-02-032-1/+5
* patch 8.2.2455: Vim9: key type for literal dict and indexing is inconsistentv8.2.2455Bram Moolenaar2021-02-037-38/+68
* patch 8.2.2454: leading space can not be made visiblev8.2.2454Bram Moolenaar2021-02-036-8/+77
* 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-018-13/+88
* 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-311-0/+2
* 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-318-16/+89
* 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