summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-02-10patch 8.2.2495: text jumps up and down when moving the cursorv8.2.2495Bram Moolenaar
2021-02-10patch 8.2.2494: ":rviminfo!" clears most of oldfilesv8.2.2494Bram Moolenaar
2021-02-10patch 8.2.2493: text property for text left of window shows upv8.2.2493Bram Moolenaar
2021-02-10patch 8.2.2492: command line buffer name cannot be translatedv8.2.2492Bram Moolenaar
2021-02-10patch 8.2.2491: popup window for text property may show in first screen linev8.2.2491Bram Moolenaar
2021-02-10patch 8.2.2490: 'wrap' option is always reset when starting diff modev8.2.2490Bram Moolenaar
2021-02-09patch 8.2.2489: current buffer is wrong after deletebufline() failsv8.2.2489Bram Moolenaar
2021-02-08patch 8.2.2488: json_encode() gives generic argument errorv8.2.2488Bram Moolenaar
2021-02-08patch 8.2.2487: terminal shows garbage after double-wide characterv8.2.2487Bram Moolenaar
2021-02-07patch 8.2.2486: Vim9: some errors for white space do not show contextv8.2.2486Bram Moolenaar
2021-02-07patch 8.2.2485: when sourcing a script again the script version isn't resetv8.2.2485Bram Moolenaar
2021-02-07patch 8.2.2484: Vim9: Cannot use a comment starting with #{v8.2.2484Bram Moolenaar
2021-02-07patch 8.2.2483: Vim9: type error for misformed expressionv8.2.2483Bram Moolenaar
2021-02-07patch 8.2.2482: build errorv8.2.2482Bram Moolenaar
2021-02-07patch 8.2.2481: Vim9: confusing error when variable arguments have defaultv8.2.2481Bram Moolenaar
2021-02-07patch 8.2.2480: Vim9: some errors for white space do not show contextv8.2.2480Bram Moolenaar
2021-02-07patch 8.2.2479: set/getbufline test fails without the job featurev8.2.2479Bram Moolenaar
2021-02-07patch 8.2.2478: MS-Windows: backup files for plugins are loadedv8.2.2478Bram Moolenaar
2021-02-07patch 8.2.2477: autocommand tests hang on MS-Windowsv8.2.2477Bram Moolenaar
2021-02-07patch 8.2.2476: using freed memory when splitting window while closing bufferv8.2.2476Bram Moolenaar
2021-02-06patch 8.2.2475: autocommand tests hangs on MS-Windowsv8.2.2475Bram Moolenaar
2021-02-06patch 8.2.2474: using freed memory when window is closed by autocommandv8.2.2474Bram Moolenaar
2021-02-06patch 8.2.2473: crash when leaving command line window triggers autocommandv8.2.2473Bram Moolenaar
2021-02-06patch 8.2.2472: crash when using command line window in an autocommandv8.2.2472Bram Moolenaar
2021-02-06patch 8.2.2471: popup_setoptions() does not set textprop in other tabv8.2.2471Bram Moolenaar
2021-02-06patch 8.2.2470: popup_getoptions() does not get textprop from other tabv8.2.2470Bram Moolenaar
2021-02-06patch 8.2.2469: confusing error if :winsize has a wrong argumentv8.2.2469Bram Moolenaar
2021-02-06patch 8.2.2468: not easy to get the full command name from a shortened onev8.2.2468Bram Moolenaar
2021-02-05patch 8.2.2467: script generated by :mkview changes alternate filev8.2.2467Bram Moolenaar
2021-02-04patch 8.2.2466: max() and min() can give many error messagesv8.2.2466Bram Moolenaar
2021-02-03patch 8.2.2465: using freed memory in :psearchv8.2.2465Bram Moolenaar
2021-02-03patch 8.2.2464: using freed memory if window closed in autocommandv8.2.2464Bram Moolenaar
2021-02-03patch 8.2.2463: using :arglocal in an autocommand may use freed memoryv8.2.2463Bram Moolenaar
2021-02-03patch 8.2.2462: Coverity warns for not checking for fseek() errorv8.2.2462Bram Moolenaar
2021-02-03patch 8.2.2461: Coverity warns for unchecked return valuev8.2.2461Bram Moolenaar
2021-02-03patch 8.2.2460: Coverity warns for unused valuev8.2.2460Bram Moolenaar
2021-02-03patch 8.2.2459: Coverity reports dead codev8.2.2459Bram Moolenaar
2021-02-03patch 8.2.2458: Coverity warns for :retab using freed memoryv8.2.2458Bram Moolenaar
2021-02-03patch 8.2.2457: Coverity warns for memory leakv8.2.2457Bram Moolenaar
2021-02-03patch 8.2.2456: Coverity warning for strcpy() into fixed size arrayv8.2.2456Bram Moolenaar
2021-02-03patch 8.2.2455: Vim9: key type for literal dict and indexing is inconsistentv8.2.2455Bram Moolenaar
2021-02-03patch 8.2.2454: leading space can not be made visiblev8.2.2454Bram Moolenaar
2021-02-02patch 8.2.2453: Vim9: a variable name with "->" in the next line doesn't workv8.2.2453Bram Moolenaar
2021-02-02patch 8.2.2452: no completion for the 'filetype' optionv8.2.2452Bram Moolenaar
2021-02-01patch 8.2.2451: MS-Windows: Extended Attributes not preservedv8.2.2451Bram Moolenaar
2021-02-01patch 8.2.2450: MS-Windows: ADS was not preserved if 'backupcopy' is "yes"v8.2.2450Bram Moolenaar
2021-02-01patch 8.2.2449: Vim9: flatten() always changes the list typev8.2.2449Bram Moolenaar
2021-02-01patch 8.2.2448: compilation error with Ruby 3.0v8.2.2448Bram Moolenaar
2021-02-01patch 8.2.2447: 'foldlevel' not applied to folds restored from sessionv8.2.2447Bram Moolenaar
2021-02-01patch 8.2.2446: setting 'term' empty has different error if compiled with GUIv8.2.2446Bram Moolenaar