summaryrefslogtreecommitdiffstats
path: root/src/window.c
AgeCommit message (Expand)Author
2022-05-04patch 8.2.4868: when closing help window autocmds triggered for wrong windowv8.2.4868LemonBoy
2022-04-12patch 8.2.4739: accessing freed memory after WinScrolled autocmd eventv8.2.4739zeertzjq
2022-04-08patch 8.2.4713: plugins cannot track text scrollingv8.2.4713LemonBoy
2022-04-07patch 8.2.4706: buffer remains active with WinClosed and tabpagesv8.2.4706zeertzjq
2022-04-06patch 8.2.4700: buffer remains active if WinClosed event throws an exceptionv8.2.4700Bram Moolenaar
2022-04-03patch 8.2.4670: memory allocation failures for new tab page not testedv8.2.4670Yegappan Lakshmanan
2022-04-02patch 8.2.4668: buffer allocation failures insufficiently testedv8.2.4668Yegappan Lakshmanan
2022-03-26patch 8.2.4631: crash when switching window in BufWipeout autocommandv8.2.4631Bram Moolenaar
2022-03-22patch 8.2.4610: some conditions are always truev8.2.4610Bram Moolenaar
2022-03-22patch 8.2.4609: :unhide does not check for failing to close a windowv8.2.4609Bram Moolenaar
2022-03-05patch 8.2.4513: window-local directory is not applied if 'acd' failsv8.2.4513zeertzjq
2022-02-24patch 8.2.4462: not enough testing for quickfix codev8.2.4462Yegappan Lakshmanan
2022-02-23patch 8.2.4454: resetting cmdwin_type only for one situationv8.2.4454zeertzjq
2022-02-21patch 8.2.4434: duplicate check for cmdline windowv8.2.4434Sean Dewar
2022-02-21patch 8.2.4432: cannot use settabvar() while the cmdline window is openv8.2.4432Bram Moolenaar
2022-02-20patch 8.2.4428: crash when switching tabpage while in the cmdline windowv8.2.4428Bram Moolenaar
2022-02-16patch 8.2.4402: missing parenthesis may cause unexpected problemsv8.2.4402kylo252
2022-02-12patch 8.2.4355: unnecessary call to check_colorcolumn()v8.2.4355Sean Dewar
2022-02-07patch 8.2.4318: various comment and indent mistakes, returning wrong zerov8.2.4318Bram Moolenaar
2022-01-29patch 8.2.4248: no proper test for moving the window separatorv8.2.4248zeertzjq
2022-01-28patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-20patch 8.2.4154: ml_get error when exchanging windows in Visual modev8.2.4154Bram Moolenaar
2022-01-08patch 8.2.4045: some global functions are only used in one filev8.2.4045Yegappan Lakshmanan
2022-01-08patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar
2022-01-05patch 8.2.4010: error messages are spread outv8.2.4010Bram Moolenaar
2022-01-02patch 8.2.3985: error messages are spread outv8.2.3985Bram Moolenaar
2022-01-01patch 8.2.3975: error messages are spread outv8.2.3975Bram Moolenaar
2022-01-01patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar
2021-12-31patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar
2021-12-27patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle
2021-12-16patch 8.2.3830: error messages are spread outv8.2.3830Bram Moolenaar
2021-12-13patch 8.2.3795: too many #ifdefsv8.2.3795Bram Moolenaar
2021-12-10patch 8.2.3774: test for command line height failsv8.2.3774Bram Moolenaar
2021-12-10patch 8.2.3773: wrong window size when a modeline changes 'columns'v8.2.3773Bram Moolenaar
2021-12-09patch 8.2.3764: cannot see any text when window was made zero linesv8.2.3764Bram Moolenaar
2021-12-08patch 8.2.3759: quickfix buffer becomes hidden while still in a windowv8.2.3759Yegappan Lakshmanan
2021-12-04patch 8.2.3739: in wrong directory when using win_execute() with 'acd' setv8.2.3739Bram Moolenaar
2021-11-29patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar
2021-11-25patch 8.2.3671: restarting Insert mode in prompt buffer too oftenv8.2.3671Bram Moolenaar
2021-11-20patch 8.2.3628: looking terminal colors is a bit slowv8.2.3628Bram Moolenaar
2021-11-18patch 8.2.3617: ":verbose pwd" does not mention 'autochdir' was appliedv8.2.3617Bram Moolenaar
2021-11-14patch 8.2.3593: directory is wrong after executing "lcd" with win_execute()v8.2.3593Bram Moolenaar
2021-11-13patch 8.2.3591: no event is triggered when closing a windowv8.2.3591naohiro ono
2021-11-02patch 8.2.3572: memory leak when closing window and using "multispace"v8.2.3572zeertzjq
2021-08-09patch 8.2.3320: some local functions are not staticv8.2.3320Yegappan Lakshmanan
2021-08-07patch 8.2.3313: unused code in win_exchange() and frame_remove()v8.2.3313gmntroll
2021-08-04patch 8.2.3289: compiler warning for unused variable with small featuresv8.2.3289Bram Moolenaar
2021-08-04patch 8.2.3287: channel events not handled in BufEnter autocommandv8.2.3287Bram Moolenaar
2021-08-04patch 8.2.3286: win_enter_ext() has too many boolean argumentsv8.2.3286Bram Moolenaar
2021-07-20patch 8.2.3190: error messages are spread outv8.2.3190Bram Moolenaar