index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
window.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.4739: accessing freed memory after WinScrolled autocmd event
v8.2.4739
zeertzjq
2022-04-12
1
-5
/
+13
*
patch 8.2.4713: plugins cannot track text scrolling
v8.2.4713
LemonBoy
2022-04-08
1
-1
/
+28
*
patch 8.2.4706: buffer remains active with WinClosed and tabpages
v8.2.4706
zeertzjq
2022-04-07
1
-1
/
+1
*
patch 8.2.4700: buffer remains active if WinClosed event throws an exception
v8.2.4700
Bram Moolenaar
2022-04-06
1
-1
/
+1
*
patch 8.2.4670: memory allocation failures for new tab page not tested
v8.2.4670
Yegappan Lakshmanan
2022-04-03
1
-2
/
+4
*
patch 8.2.4668: buffer allocation failures insufficiently tested
v8.2.4668
Yegappan Lakshmanan
2022-04-02
1
-4
/
+7
*
patch 8.2.4631: crash when switching window in BufWipeout autocommand
v8.2.4631
Bram Moolenaar
2022-03-26
1
-35
/
+45
*
patch 8.2.4610: some conditions are always true
v8.2.4610
Bram Moolenaar
2022-03-22
1
-4
/
+2
*
patch 8.2.4609: :unhide does not check for failing to close a window
v8.2.4609
Bram Moolenaar
2022-03-22
1
-2
/
+1
*
patch 8.2.4513: window-local directory is not applied if 'acd' fails
v8.2.4513
zeertzjq
2022-03-05
1
-5
/
+0
*
patch 8.2.4462: not enough testing for quickfix code
v8.2.4462
Yegappan Lakshmanan
2022-02-24
1
-1
/
+1
*
patch 8.2.4454: resetting cmdwin_type only for one situation
v8.2.4454
zeertzjq
2022-02-23
1
-0
/
+4
*
patch 8.2.4434: duplicate check for cmdline window
v8.2.4434
Sean Dewar
2022-02-21
1
-1
/
+0
*
patch 8.2.4432: cannot use settabvar() while the cmdline window is open
v8.2.4432
Bram Moolenaar
2022-02-21
1
-1
/
+2
*
patch 8.2.4428: crash when switching tabpage while in the cmdline window
v8.2.4428
Bram Moolenaar
2022-02-20
1
-0
/
+26
*
patch 8.2.4402: missing parenthesis may cause unexpected problems
v8.2.4402
kylo252
2022-02-16
1
-1
/
+1
*
patch 8.2.4355: unnecessary call to check_colorcolumn()
v8.2.4355
Sean Dewar
2022-02-12
1
-4
/
+0
*
patch 8.2.4318: various comment and indent mistakes, returning wrong zero
v8.2.4318
Bram Moolenaar
2022-02-07
1
-1
/
+1
*
patch 8.2.4248: no proper test for moving the window separator
v8.2.4248
zeertzjq
2022-01-29
1
-1
/
+3
*
patch 8.2.4241: some type casts are redundant
v8.2.4241
=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-28
1
-1
/
+1
*
patch 8.2.4154: ml_get error when exchanging windows in Visual mode
v8.2.4154
Bram Moolenaar
2022-01-20
1
-1
/
+6
*
patch 8.2.4045: some global functions are only used in one file
v8.2.4045
Yegappan Lakshmanan
2022-01-08
1
-48
/
+48
*
patch 8.2.4043: using int for second argument of ga_init2()
v8.2.4043
Bram Moolenaar
2022-01-08
1
-1
/
+1
*
patch 8.2.4010: error messages are spread out
v8.2.4010
Bram Moolenaar
2022-01-05
1
-1
/
+1
*
patch 8.2.3985: error messages are spread out
v8.2.3985
Bram Moolenaar
2022-01-02
1
-6
/
+6
*
patch 8.2.3975: error messages are spread out
v8.2.3975
Bram Moolenaar
2022-01-01
1
-1
/
+1
*
patch 8.2.3970: error messages are spread out
v8.2.3970
Bram Moolenaar
2022-01-01
1
-1
/
+1
*
patch 8.2.3961: error messages are spread out
v8.2.3961
Bram Moolenaar
2021-12-31
1
-4
/
+4
*
patch 8.2.3914: various spelling mistakes in comments
v8.2.3914
Dominique Pelle
2021-12-27
1
-2
/
+2
*
patch 8.2.3830: error messages are spread out
v8.2.3830
Bram Moolenaar
2021-12-16
1
-1
/
+1
*
patch 8.2.3795: too many #ifdefs
v8.2.3795
Bram Moolenaar
2021-12-13
1
-6
/
+0
*
patch 8.2.3774: test for command line height fails
v8.2.3774
Bram Moolenaar
2021-12-10
1
-27
/
+25
*
patch 8.2.3773: wrong window size when a modeline changes 'columns'
v8.2.3773
Bram Moolenaar
2021-12-10
1
-13
/
+24
*
patch 8.2.3764: cannot see any text when window was made zero lines
v8.2.3764
Bram Moolenaar
2021-12-09
1
-0
/
+12
*
patch 8.2.3759: quickfix buffer becomes hidden while still in a window
v8.2.3759
Yegappan Lakshmanan
2021-12-08
1
-2
/
+4
*
patch 8.2.3739: in wrong directory when using win_execute() with 'acd' set
v8.2.3739
Bram Moolenaar
2021-12-04
1
-0
/
+5
*
patch 8.2.3699: the +title feature adds a lot of #ifdef but little code
v8.2.3699
Bram Moolenaar
2021-11-29
1
-2
/
+0
*
patch 8.2.3671: restarting Insert mode in prompt buffer too often
v8.2.3671
Bram Moolenaar
2021-11-25
1
-2
/
+3
*
patch 8.2.3628: looking terminal colors is a bit slow
v8.2.3628
Bram Moolenaar
2021-11-20
1
-0
/
+6
*
patch 8.2.3617: ":verbose pwd" does not mention 'autochdir' was applied
v8.2.3617
Bram Moolenaar
2021-11-18
1
-0
/
+4
*
patch 8.2.3593: directory is wrong after executing "lcd" with win_execute()
v8.2.3593
Bram Moolenaar
2021-11-14
1
-30
/
+39
*
patch 8.2.3591: no event is triggered when closing a window
v8.2.3591
naohiro ono
2021-11-13
1
-0
/
+28
*
patch 8.2.3572: memory leak when closing window and using "multispace"
v8.2.3572
zeertzjq
2021-11-02
1
-0
/
+2
*
patch 8.2.3320: some local functions are not static
v8.2.3320
Yegappan Lakshmanan
2021-08-09
1
-1
/
+1
*
patch 8.2.3313: unused code in win_exchange() and frame_remove()
v8.2.3313
gmntroll
2021-08-07
1
-23
/
+4
*
patch 8.2.3289: compiler warning for unused variable with small features
v8.2.3289
Bram Moolenaar
2021-08-04
1
-1
/
+8
*
patch 8.2.3287: channel events not handled in BufEnter autocommand
v8.2.3287
Bram Moolenaar
2021-08-04
1
-14
/
+34
*
patch 8.2.3286: win_enter_ext() has too many boolean arguments
v8.2.3286
Bram Moolenaar
2021-08-04
1
-20
/
+26
*
patch 8.2.3190: error messages are spread out
v8.2.3190
Bram Moolenaar
2021-07-20
1
-7
/
+7
*
patch 8.2.3115: Coverity complains about free_wininfo() use
v8.2.3115
Bram Moolenaar
2021-07-07
1
-1
/
+2
[next]