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
/
buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 9.0.0819
v9.0.0819
Bram Moolenaar
2022-10-29
1
-0
/
+2
*
patch 9.0.0789: dummy buffer ends up in a window
v9.0.0789
Bram Moolenaar
2022-10-18
1
-0
/
+7
*
patch 9.0.0761: cannot use 'indentexpr' for Lisp indenting
v9.0.0761
Bram Moolenaar
2022-10-15
1
-0
/
+1
*
patch 9.0.0747: too many #ifdefs
v9.0.0747
Martin Tournoij
2022-10-13
1
-6
/
+1
*
patch 9.0.0710: quitting/unloading/hiding a terminal does not work properly
v9.0.0710
Yee Cheng Chin
2022-10-10
1
-5
/
+17
*
patch 9.0.0708: :confirm does not work properly for a terminal buffer
v9.0.0708
Yee Cheng Chin
2022-10-09
1
-20
/
+61
*
patch 9.0.0634: evaluating "expr" options has more overhead than needed
v9.0.0634
Bram Moolenaar
2022-10-01
1
-2
/
+2
*
patch 9.0.0614: SpellFileMissing autocmd may delete buffer
v9.0.0614
Bram Moolenaar
2022-09-28
1
-1
/
+6
*
patch 9.0.0274: netrw plugin does not show remote files
v9.0.0274
Bram Moolenaar
2022-08-26
1
-19
/
+33
*
patch 9.0.0272: BufReadCmd not triggered when loading a "nofile" buffer
v9.0.0272
Bram Moolenaar
2022-08-26
1
-3
/
+7
*
patch 9.0.0266: compiler warning for unused argument
v9.0.0266
Bram Moolenaar
2022-08-25
1
-2
/
+2
*
patch 9.0.0265: no good reason why the "gf" command isn't in the tiny version
v9.0.0265
Bram Moolenaar
2022-08-25
1
-2
/
+0
*
patch 9.0.0263: too many #ifdefs
v9.0.0263
Bram Moolenaar
2022-08-25
1
-39
/
+14
*
patch 9.0.0262: build failure without the +quickfix feature
v9.0.0262
Bram Moolenaar
2022-08-25
1
-0
/
+2
*
patch 9.0.0261: bufload() reads a file even if the name is not a file name
v9.0.0261
Bram Moolenaar
2022-08-25
1
-0
/
+3
*
patch 9.0.0245: mechanism to prevent recursive screen updating is incomplete
v9.0.0245
Bram Moolenaar
2022-08-22
1
-12
/
+11
*
patch 9.0.0222: no good reason why text objects are only in larger builds
v9.0.0222
Bram Moolenaar
2022-08-16
1
-2
/
+0
*
patch 9.0.0206: redraw flags are not named specifically
v9.0.0206
Bram Moolenaar
2022-08-14
1
-1
/
+1
*
patch 9.0.0198: ml_get error when switching buffer in Visual mode
v9.0.0198
Bram Moolenaar
2022-08-13
1
-0
/
+8
*
patch 9.0.0095: conditions are always true
v9.0.0095
zeertzjq
2022-07-27
1
-2
/
+2
*
patch 9.0.0069: leaking memory when using text prop with inserted text
v9.0.0069
Bram Moolenaar
2022-07-25
1
-0
/
+3
*
patch 9.0.0002: map functionality outside of map.c
v9.0.0002
zeertzjq
2022-06-29
1
-2
/
+2
*
patch 8.2.5043: can open a cmdline window from a substitute expression
v8.2.5043
Bram Moolenaar
2022-05-30
1
-6
/
+1
*
patch 8.2.5041: cannot close a terminal popup with "NONE" job
v8.2.5041
Bram Moolenaar
2022-05-29
1
-3
/
+3
*
patch 8.2.4993: smart/C/lisp indenting is optional
v8.2.4993
Bram Moolenaar
2022-05-21
1
-9
/
+1
*
patch 8.2.4959: using NULL regexp program
v8.2.4959
Bram Moolenaar
2022-05-15
1
-13
/
+22
*
patch 8.2.4938: crash when matching buffer with invalid pattern
v8.2.4938
Bram Moolenaar
2022-05-11
1
-1
/
+1
*
patch 8.2.4929: off-by-one error in in statusline item
v8.2.4929
LemonBoy
2022-05-09
1
-1
/
+2
*
patch 8.2.4911: the mode #defines are not clearly named
v8.2.4911
Bram Moolenaar
2022-05-07
1
-8
/
+8
*
patch 8.2.4901: NULL pointer access when using invalid pattern
v8.2.4901
Bram Moolenaar
2022-05-07
1
-1
/
+1
*
patch 8.2.4791: events triggered in different order when reusing buffer
v8.2.4791
Charlie Groves
2022-04-19
1
-18
/
+3
*
patch 8.2.4731: the changelist index is not remembered per buffer
v8.2.4731
LemonBoy
2022-04-10
1
-0
/
+4
*
patch 8.2.4702: C++ scope labels are hard-coded
v8.2.4702
Tom Praschan
2022-04-07
1
-0
/
+1
*
patch 8.2.4685: when a swap file is found for a popup there is no dialog
v8.2.4685
Bram Moolenaar
2022-04-04
1
-3
/
+6
*
patch 8.2.4670: memory allocation failures for new tab page not tested
v8.2.4670
Yegappan Lakshmanan
2022-04-03
1
-1
/
+1
*
patch 8.2.4668: buffer allocation failures insufficiently tested
v8.2.4668
Yegappan Lakshmanan
2022-04-02
1
-1
/
+1
*
patch 8.2.4631: crash when switching window in BufWipeout autocommand
v8.2.4631
Bram Moolenaar
2022-03-26
1
-0
/
+4
*
patch 8.2.4609: :unhide does not check for failing to close a window
v8.2.4609
Bram Moolenaar
2022-03-22
1
-10
/
+14
*
patch 8.2.4483: command completion makes two rounds to collect matches
v8.2.4483
Yegappan Lakshmanan
2022-02-28
1
-28
/
+29
*
patch 8.2.4463: completion only uses strict matching
v8.2.4463
Yegappan Lakshmanan
2022-02-24
1
-53
/
+116
*
patch 8.2.4419: illegal memory access when using 20 highlights
v8.2.4419
Brandon Richardson
2022-02-19
1
-4
/
+9
*
patch 8.2.4391: command line executed when typing Esc in the GUI
v8.2.4391
Bram Moolenaar
2022-02-15
1
-0
/
+4
*
patch 8.2.4327: may end up with no current buffer
v8.2.4327
Bram Moolenaar
2022-02-08
1
-4
/
+22
*
patch 8.2.4281: using freed memory with :lopen and :bwipe
v8.2.4281
Bram Moolenaar
2022-02-01
1
-4
/
+10
*
patch 8.2.4241: some type casts are redundant
v8.2.4241
=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-01-28
1
-2
/
+2
*
patch 8.2.4179: 'foldtext' is evaluated in the current script context
v8.2.4179
Bram Moolenaar
2022-01-22
1
-2
/
+2
*
patch 8.2.4166: undo synced when switching buffer in another window
v8.2.4166
Bram Moolenaar
2022-01-20
1
-1
/
+5
*
patch 8.2.4144: cannot load libsodium dynamically
v8.2.4144
K.Takata
2022-01-19
1
-2
/
+3
*
patch 8.2.4091: virtcol is recomputed for statusline unnecessarily
v8.2.4091
zeertzjq
2022-01-14
1
-9
/
+1
*
patch 8.2.4038: various code not used when features are disabled
v8.2.4038
Dominique Pelle
2022-01-08
1
-0
/
+6
[next]