summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.2.2474: using freed memory when window is closed by autocommandv8.2.2474Bram Moolenaar2021-02-061-0/+14
* patch 8.2.2473: crash when leaving command line window triggers autocommandv8.2.2473Bram Moolenaar2021-02-061-0/+9
* patch 8.2.2472: crash when using command line window in an autocommandv8.2.2472Bram Moolenaar2021-02-061-2/+17
* patch 8.2.2471: popup_setoptions() does not set textprop in other tabv8.2.2471Bram Moolenaar2021-02-061-0/+19
* patch 8.2.2470: popup_getoptions() does not get textprop from other tabv8.2.2470Bram Moolenaar2021-02-061-0/+14
* patch 8.2.2469: confusing error if :winsize has a wrong argumentv8.2.2469Bram Moolenaar2021-02-061-0/+3
* patch 8.2.2468: not easy to get the full command name from a shortened onev8.2.2468Bram Moolenaar2021-02-061-0/+37
* patch 8.2.2467: script generated by :mkview changes alternate filev8.2.2467Bram Moolenaar2021-02-051-0/+14
* patch 8.2.2466: max() and min() can give many error messagesv8.2.2466Bram Moolenaar2021-02-041-0/+8
* patch 8.2.2465: using freed memory in :psearchv8.2.2465Bram Moolenaar2021-02-031-3/+25
* patch 8.2.2464: using freed memory if window closed in autocommandv8.2.2464Bram Moolenaar2021-02-031-0/+11
* patch 8.2.2463: using :arglocal in an autocommand may use freed memoryv8.2.2463Bram Moolenaar2021-02-031-0/+9
* patch 8.2.2455: Vim9: key type for literal dict and indexing is inconsistentv8.2.2455Bram Moolenaar2021-02-033-22/+34
* patch 8.2.2454: leading space can not be made visiblev8.2.2454Bram Moolenaar2021-02-031-0/+29
* patch 8.2.2453: Vim9: a variable name with "->" in the next line doesn't workv8.2.2453Bram Moolenaar2021-02-021-0/+23
* patch 8.2.2452: no completion for the 'filetype' optionv8.2.2452Bram Moolenaar2021-02-021-0/+6
* patch 8.2.2449: Vim9: flatten() always changes the list typev8.2.2449Bram Moolenaar2021-02-012-0/+26
* patch 8.2.2447: 'foldlevel' not applied to folds restored from sessionv8.2.2447Bram Moolenaar2021-02-011-0/+26
* patch 8.2.2446: setting 'term' empty has different error if compiled with GUIv8.2.2446Bram Moolenaar2021-02-011-3/+1
* patch 8.2.2445: Vim9: no proper error for lambda missing return typev8.2.2445Bram Moolenaar2021-01-311-0/+7
* patch 8.2.2444: Vim9: compile error with combination of operator and listv8.2.2444Bram Moolenaar2021-01-311-0/+3
* patch 8.2.2443: Vim9: no compile time error for wrong str2float argumentv8.2.2443Bram Moolenaar2021-01-311-0/+12
* patch 8.2.2441: Vim9: extend() does not give an error for a type mismatchv8.2.2441Bram Moolenaar2021-01-311-17/+20
* patch 8.2.2436: Vim9 script test is a bit flakyv8.2.2436Bram Moolenaar2021-01-311-1/+2
* patch 8.2.2435: setline() gives an error for some typesv8.2.2435Bram Moolenaar2021-01-312-0/+55
* patch 8.2.2434: Vim9: no error when compiling str2nr() with a numberv8.2.2434Bram Moolenaar2021-01-301-0/+7
* patch 8.2.2433: opening cmdline window gives error in BufLeave autocommandv8.2.2433Bram Moolenaar2021-01-301-0/+1
* patch 8.2.2430: :vimgrep expands wildcards twicev8.2.2430Bram Moolenaar2021-01-301-0/+7
* patch 8.2.2429: :goto does not work correctly with text propertiesv8.2.2429Bram Moolenaar2021-01-301-0/+30
* patch 8.2.2428: FocusGained does not work when 'ttymouse' is emptyv8.2.2428Bram Moolenaar2021-01-301-1/+29
* patch 8.2.2427: can still switch windows for 'completefunc'v8.2.2427Bram Moolenaar2021-01-292-5/+3
* patch 8.2.2426: allowing 'completefunc' to switch windows causes troublev8.2.2426Bram Moolenaar2021-01-292-16/+9
* patch 8.2.2425: cursor on invalid line with range and :substitutev8.2.2425Bram Moolenaar2021-01-281-0/+5
* patch 8.2.2424: some tests are known to cause an error with ASANv8.2.2424Bram Moolenaar2021-01-284-20/+35
* patch 8.2.2422: crash when deleting with line number out of rangev8.2.2422Bram Moolenaar2021-01-281-0/+16
* patch 8.2.2421: double free when using autocommand with "argdel"v8.2.2421Bram Moolenaar2021-01-281-0/+6
* patch 8.2.2420: too many problems with using all autocommand eventsv8.2.2420Bram Moolenaar2021-01-283-22/+11
* patch 8.2.2419: autocmd test was failing on MS-Windows with GUIv8.2.2419Bram Moolenaar2021-01-281-9/+0
* patch 8.2.2416: may get stuck in command line window statev8.2.2416Bram Moolenaar2021-01-271-3/+9
* patch 8.2.2415: no way to check for the cmdwin featurev8.2.2415Bram Moolenaar2021-01-268-12/+43
* patch 8.2.2413: crash when using :all while using a cmdline windowv8.2.2413Bram Moolenaar2021-01-261-0/+8
* patch 8.2.2411: profile test fails on MS-Windowsv8.2.2411Bram Moolenaar2021-01-261-1/+6
* patch 8.2.2409: Vim9: profiling only works for one functionv8.2.2409Bram Moolenaar2021-01-251-0/+18
* patch 8.2.2405: Vim9: no need to allow white space before "(" for :defv8.2.2405Bram Moolenaar2021-01-241-0/+32
* patch 8.2.2404: Vim9: profiling try/catch not correctv8.2.2404Bram Moolenaar2021-01-241-22/+35
* patch 8.2.2403: Vim9: profiling if/elseif/endif not correctv8.2.2403Bram Moolenaar2021-01-243-26/+35
* patch 8.2.2402: some filetypes not detectedv8.2.2402Bram Moolenaar2021-01-241-1/+3
* patch 8.2.2401: build fails without +profiling featurev8.2.2401Bram Moolenaar2021-01-241-0/+3
* patch 8.2.2400: Vim9: compiled functions are not profiledv8.2.2400Bram Moolenaar2021-01-242-15/+45
* patch 8.2.2399: fold test fails in wide terminalv8.2.2399Bram Moolenaar2021-01-241-1/+1