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
/
message.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.1653: expand('<stack>') does not include the final line number
v8.2.1653
Bram Moolenaar
2020-09-10
1
-1
/
+1
*
patch 8.2.1631: test_fails() does not check the context of the line number
v8.2.1631
Bram Moolenaar
2020-09-06
1
-0
/
+3
*
patch 8.2.1479: Vim9: error for list index uses wrong line number
v8.2.1479
Bram Moolenaar
2020-08-18
1
-0
/
+3
*
patch 8.2.1297: when a test fails it's often not easy to see where
v8.2.1297
Bram Moolenaar
2020-07-26
1
-1
/
+1
*
patch 8.2.1183: assert_fails() checks the last error message
v8.2.1183
Bram Moolenaar
2020-07-11
1
-0
/
+3
*
patch 8.2.1147: :confirm may happen in cooked mode
v8.2.1147
Bram Moolenaar
2020-07-06
1
-0
/
+6
*
patch 8.2.0943: displaying ^M or ^J depends on current buffer
v8.2.0943
Bram Moolenaar
2020-06-10
1
-1
/
+1
*
patch 8.2.0839: dropping modifier when putting a character back in typeahead
v8.2.0839
Bram Moolenaar
2020-05-29
1
-2
/
+2
*
patch 8.2.0636: :messages does not show the maintainer when $LANG is unset
v8.2.0636
Bram Moolenaar
2020-04-25
1
-0
/
+4
*
patch 8.2.0399: various memory leaks
v8.2.0399
Bram Moolenaar
2020-03-18
1
-0
/
+1
*
patch 8.2.0364: printf test failing on Haiku
v8.2.0364
Bram Moolenaar
2020-03-08
1
-4
/
+12
*
patch 8.2.0334: abort called when using test_void()
v8.2.0334
Bram Moolenaar
2020-02-29
1
-0
/
+10
*
patch 8.2.0296: mixing up "long long" and __int64 may cause problems
v8.2.0296
Bram Moolenaar
2020-02-22
1
-7
/
+7
*
patch 8.2.0271: the "num64" feature is available everywhere
v8.2.0271
Bram Moolenaar
2020-02-17
1
-28
/
+8
*
patch 8.2.0149: maintaining a Vim9 branch separately is more work
v8.2.0149
Bram Moolenaar
2020-01-26
1
-0
/
+11
*
patch 8.2.0060: message test only runs with one encoding
v8.2.0060
Bram Moolenaar
2019-12-30
1
-1
/
+2
*
patch 8.2.0056: execution stack is incomplete and inefficient
v8.2.0056
Bram Moolenaar
2019-12-29
1
-16
/
+23
*
patch 8.2.0035: saving and restoring called_emsg is clumsy
v8.2.0035
Bram Moolenaar
2019-12-23
1
-2
/
+2
*
patch 8.2.0026: still some /* */ comments
v8.2.0026
Bram Moolenaar
2019-12-21
1
-461
/
+459
*
patch 8.1.2419: with a long file name the hit-enter prompt appears
v8.1.2419
Bram Moolenaar
2019-12-11
1
-1
/
+1
*
patch 8.1.2402: typos and other small things
v8.1.2402
Bram Moolenaar
2019-12-06
1
-2
/
+2
*
patch 8.1.2243: typos in comments
v8.1.2243
Bram Moolenaar
2019-11-02
1
-1
/
+1
*
patch 8.1.2171: mouse support not always available
v8.1.2171
Bram Moolenaar
2019-10-17
1
-6
/
+1
*
patch 8.1.2149: crash when running out of memory very early
v8.1.2149
Bram Moolenaar
2019-10-14
1
-29
/
+83
*
patch 8.1.2141: :tselect has an extra hit-enter prompt
v8.1.2141
Bram Moolenaar
2019-10-12
1
-8
/
+7
*
patch 8.1.2083: multi-byte chars do not work properly with "%.*S" in printf()
v8.1.2083
Bram Moolenaar
2019-09-27
1
-5
/
+9
*
patch 8.1.2062: the mouse code is spread out
v8.1.2062
Bram Moolenaar
2019-09-21
1
-12
/
+0
*
patch 8.1.2018: using freed memory when out of memory and displaying message
v8.1.2018
Bram Moolenaar
2019-09-09
1
-5
/
+0
*
patch 8.1.1979: code for handling file names is spread out
v8.1.1979
Bram Moolenaar
2019-09-04
1
-162
/
+0
*
patch 8.1.1895: using NULL pointer when out of memory
v8.1.1895
Bram Moolenaar
2019-08-20
1
-10
/
+13
*
patch 8.1.1891: functions used in one file are global
v8.1.1891
Bram Moolenaar
2019-08-20
1
-10
/
+12
*
patch 8.1.1630: various small problems
v8.1.1630
Bram Moolenaar
2019-07-04
1
-1
/
+1
*
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
v8.1.1414
Bram Moolenaar
2019-05-28
1
-2
/
+2
*
patch 8.1.1393: unnecessary type casts
v8.1.1393
Bram Moolenaar
2019-05-25
1
-2
/
+2
*
patch 8.1.1384: using "int" for alloc() often results in compiler warnings
v8.1.1384
Bram Moolenaar
2019-05-24
1
-2
/
+2
*
patch 8.1.1306: Borland support is outdated and doesn't work
v8.1.1306
Bram Moolenaar
2019-05-09
1
-10
/
+1
*
patch 8.1.1301: when compiled with VIMDLL some messages are not shown
v8.1.1301
Bram Moolenaar
2019-05-08
1
-2
/
+2
*
patch 8.1.1233: cannot build tiny version
v8.1.1233
Bram Moolenaar
2019-04-28
1
-3
/
+0
*
patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe
v8.1.1230
Bram Moolenaar
2019-04-28
1
-37
/
+75
*
patch 8.1.1201: output of :command is hard to read
v8.1.1201
Bram Moolenaar
2019-04-24
1
-1
/
+4
*
patch 8.1.1032: warnings from clang static analyzer
v8.1.1032
Bram Moolenaar
2019-03-21
1
-2
/
+0
*
patch 8.1.0969: message written during startup is truncated
v8.1.0969
Bram Moolenaar
2019-02-22
1
-0
/
+7
*
patch 8.1.0954: arguments of semsg() and siemsg() are not checked
v8.1.0954
Bram Moolenaar
2019-02-19
1
-2
/
+6
*
patch 8.1.0941: macros for MS-Windows are inconsistent
v8.1.0941
Bram Moolenaar
2019-02-17
1
-7
/
+7
*
patch 8.1.0927: USE_CR is never defined
v8.1.0927
Bram Moolenaar
2019-02-15
1
-4
/
+1
*
patch 8.1.0919: compiler warnings
v8.1.0919
Bram Moolenaar
2019-02-14
1
-2
/
+2
*
patch 8.1.0918: MS-Windows: startup messages are not converted
v8.1.0918
Bram Moolenaar
2019-02-14
1
-56
/
+93
*
patch 8.1.0811: too many #ifdefs
v8.1.0811
Bram Moolenaar
2019-01-24
1
-4
/
+0
*
patch 8.1.0806: too many #ifdefs
v8.1.0806
Bram Moolenaar
2019-01-24
1
-94
/
+12
*
patch 8.1.0785: depending on the configuration some functions are unused
v8.1.0785
Bram Moolenaar
2019-01-20
1
-0
/
+2
[next]