index
:
vim
master
Mirror of https://github.com/vim/vim
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
buffer.c
Age
Commit message (
Expand
)
Author
2021-12-05
patch 8.2.3750: error messages are everywhere
v8.2.3750
Bram Moolenaar
2021-12-03
patch 8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc'
v8.2.3725
Yegappan Lakshmanan
2021-11-29
patch 8.2.3699: the +title feature adds a lot of #ifdef but little code
v8.2.3699
Bram Moolenaar
2021-11-24
patch 8.2.3665: cannot use a lambda for 'tagfunc'
v8.2.3665
Yegappan Lakshmanan
2021-11-19
patch 8.2.3624: when renaming a terminal buffer status text is not updated
v8.2.3624
Bram Moolenaar
2021-11-18
patch 8.2.3617: ":verbose pwd" does not mention 'autochdir' was applied
v8.2.3617
Bram Moolenaar
2021-10-20
patch 8.2.3547: opening the quickfix window triggers BufWinEnter twice
v8.2.3547
Bram Moolenaar
2021-10-19
patch 8.2.3542: too many comments are old style
v8.2.3542
Bram Moolenaar
2021-10-16
patch 8.2.3525: option variable name does not match option name
v8.2.3525
Bram Moolenaar
2021-10-16
patch 8.2.3520: cannot define a function for thesaurus completion
v8.2.3520
Yegappan Lakshmanan
2021-10-16
patch 8.2.3517: TextChanged does not trigger after TextChangedI
v8.2.3517
Christian Brabandt
2021-10-09
patch 8.2.3490: superfluous return statements
v8.2.3490
=?UTF-8?q?Dundar=20G=C3=B6c?=
2021-10-04
patch 8.2.3476: renaming a buffer on startup may cause using freed memory
v8.2.3476
Bram Moolenaar
2021-10-02
patch 8.2.3460: some type casts are not needed
v8.2.3460
=?UTF-8?q?Dundar=20G=C3=B6c?=
2021-08-28
patch 8.2.3384: cannot disable modeline for an individual file
v8.2.3384
Hu Jialun
2021-08-03
patch 8.2.3280: 'virtualedit' local to buffer is not the best solution
v8.2.3280
Gary Johnson
2021-07-29
patch 8.2.3245: the crypt key may appear in a swap partition
v8.2.3245
Bram Moolenaar
2021-07-26
patch 8.2.3227: 'virtualedit' can only be set globally
v8.2.3227
Gary Johnson
2021-07-20
patch 8.2.3190: error messages are spread out
v8.2.3190
Bram Moolenaar
2021-07-04
patch 8.2.3097: crash when using "quit" at recovery prompt
v8.2.3097
Bram Moolenaar
2021-06-27
patch 8.2.3069: error messages are spread out
v8.2.3069
Bram Moolenaar
2021-06-10
patch 8.2.2972: "%bd" tries to delete popup window buffers, which fails
v8.2.2972
Bram Moolenaar
2021-05-15
patch 8.2.2854: custom statusline cannot contain % items
v8.2.2854
shadmansaleh
2021-03-04
patch 8.2.2569: 'fillchars' "stl" and "stlnc" items must be single byte
v8.2.2569
Bram Moolenaar
2021-02-15
patch 8.2.2518: 'listchars' should be window-local
v8.2.2518
Bram Moolenaar
2021-02-07
patch 8.2.2476: using freed memory when splitting window while closing buffer
v8.2.2476
Bram Moolenaar
2021-01-23
patch 8.2.2397: Vim9: "%%" not seen as alternate file name for ":bdel"
v8.2.2397
Bram Moolenaar
2021-01-15
patch 8.2.2354: crash with a weird combination of autocommands
v8.2.2354
Bram Moolenaar
2020-12-28
patch 8.2.2238: Vim9: cannot load a Vim9 script without the +eval feature
v8.2.2238
Bram Moolenaar
2020-12-21
patch 8.2.2182: Vim9: value of 'magic' is still relevant
v8.2.2182
Bram Moolenaar
2020-11-24
patch 8.2.2040: terminal buffer disappears even when 'bufhidden' is "hide"
v8.2.2040
Bram Moolenaar
2020-11-05
patch 8.2.1959: crash when terminal buffer name is made empty
v8.2.1959
Bram Moolenaar
2020-10-28
patch 8.2.1919: assert_fails() setting emsg_silent changes normal execution
v8.2.1919
Bram Moolenaar
2020-10-26
patch 8.2.1909: number of status line items is limited to 80
v8.2.1909
Bram Moolenaar
2020-10-25
patch 8.2.1905: the wininfo list may contain stale entries
v8.2.1905
Bram Moolenaar
2020-10-25
patch 8.2.1904: still using default option values after using ":badd +1"
v8.2.1904
Bram Moolenaar
2020-10-24
patch 8.2.1898: command modifier parsing always uses global cmdmod
v8.2.1898
Bram Moolenaar
2020-07-23
patch 8.2.1280: Ex command error cannot contain an argument
v8.2.1280
Bram Moolenaar
2020-07-21
patch 8.2.1259: empty group in 'tabline' may cause using an invalid pointer
v8.2.1259
Bram Moolenaar
2020-06-24
patch 8.2.1049: Vim9: leaking memory when using continuation line
v8.2.1049
Bram Moolenaar
2020-06-12
patch 8.2.0966: 'shortmess' flag "n" not used in two places
v8.2.0966
Bram Moolenaar
2020-06-10
patch 8.2.0953: spell checking doesn't work for CamelCased words
v8.2.0953
Bram Moolenaar
2020-05-30
patch 8.2.0853: ml_delete() often called with FALSE argument
v8.2.0853
Bram Moolenaar
2020-04-06
patch 8.2.0523: loops are repeated
v8.2.0523
Bram Moolenaar
2020-04-02
patch 8.2.0500: using the same loop in many places
v8.2.0500
Bram Moolenaar
2020-03-27
patch 8.2.0464: typos and other small problems
v8.2.0464
Bram Moolenaar
2020-03-11
patch 8.2.0371: crash with combination of terminal popup and autocmd
v8.2.0371
Bram Moolenaar
2020-02-08
patch 8.2.0235: draw error when an empty group is removed from 'statusline'
v8.2.0235
Bram Moolenaar
2020-01-26
patch 8.2.0156: various typos in source files and tests
v8.2.0156
Bram Moolenaar
2020-01-07
patch 8.2.0098: exe stack length can be wrong without being detected
v8.2.0098
Bram Moolenaar
[next]