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
/
undo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.0559: clearing a struct is verbose
v8.2.0559
Bram Moolenaar
2020-04-12
1
-5
/
+5
*
patch 8.1.2396: using old C style comments
v8.1.2396
Bram Moolenaar
2019-12-05
1
-243
/
+243
*
patch 8.1.2243: typos in comments
v8.1.2243
Bram Moolenaar
2019-11-02
1
-1
/
+1
*
patch 8.1.2225: the "last used" info of a buffer is under used
v8.1.2225
Bram Moolenaar
2019-10-27
1
-34
/
+2
*
patch 8.1.2064: MS-Windows: compiler warnings for unused arguments
v8.1.2064
Bram Moolenaar
2019-09-21
1
-1
/
+1
*
patch 8.1.2021: some global functions can be local to the file
v8.1.2021
Bram Moolenaar
2019-09-10
1
-2
/
+2
*
patch 8.1.2008: error for invalid range when using listener and undo
v8.1.2008
Bram Moolenaar
2019-09-08
1
-25
/
+38
*
patch 8.1.1981: the evalfunc.c file is too big
v8.1.1981
Bram Moolenaar
2019-09-04
1
-0
/
+59
*
patch 8.1.1891: functions used in one file are global
v8.1.1891
Bram Moolenaar
2019-08-20
1
-1
/
+2
*
patch 8.1.1812: reading a truncted undo file hangs Vim
v8.1.1812
Bram Moolenaar
2019-08-04
1
-0
/
+6
*
patch 8.1.1567: localtime_r() does not respond to $TZ changes
v8.1.1567
Bram Moolenaar
2019-06-18
1
-7
/
+1
*
patch 8.1.1498: ":write" increments b:changedtick even though nothing changed
v8.1.1498
Bram Moolenaar
2019-06-08
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
-12
/
+9
*
patch 8.1.1386: unessesary type casts for lalloc()
v8.1.1386
Bram Moolenaar
2019-05-24
1
-3
/
+2
*
patch 8.1.1384: using "int" for alloc() often results in compiler warnings
v8.1.1384
Bram Moolenaar
2019-05-24
1
-4
/
+9
*
patch 8.1.1316: duplicated localtime() call
v8.1.1316
Bram Moolenaar
2019-05-11
1
-1
/
+0
*
patch 8.1.1313: warnings for using localtime() and ctime()
v8.1.1313
Bram Moolenaar
2019-05-10
1
-0
/
+8
*
patch 8.1.1207: some compilers give warning messages
v8.1.1207
Bram Moolenaar
2019-04-26
1
-1
/
+1
*
patch 8.1.1053: warning for missing return statement
v8.1.1053
Bram Moolenaar
2019-03-26
1
-0
/
+1
*
patch 8.1.1049: when user tries to exit with CTRL-C message is confusing
v8.1.1049
Bram Moolenaar
2019-03-25
1
-0
/
+13
*
patch 8.1.0941: macros for MS-Windows are inconsistent
v8.1.0941
Bram Moolenaar
2019-02-17
1
-2
/
+2
*
patch 8.1.0826: too many #ifdefs
v8.1.0826
Bram Moolenaar
2019-01-26
1
-22
/
+0
*
patch 8.1.0779: argument for message functions is inconsistent
v8.1.0779
Bram Moolenaar
2019-01-19
1
-8
/
+8
*
patch 8.1.0743: giving error messages is not flexible
v8.1.0743
Bram Moolenaar
2019-01-13
1
-44
/
+44
*
patch 8.1.0703: compiler warnings with 64-bit compiler
v8.1.0703
Bram Moolenaar
2019-01-08
1
-2
/
+3
*
patch 8.1.0688: text properties are not restored by undo
v8.1.0688
Bram Moolenaar
2019-01-04
1
-58
/
+88
*
patch 8.1.0443: unnecessary static function prototypes
v8.1.0443
Bram Moolenaar
2018-09-30
1
-15
/
+0
*
patch 8.1.0308: a quick undo shows "1 seconds ago"
v8.1.0308
Bram Moolenaar
2018-08-21
1
-2
/
+7
*
patch 8.1.0179: redundant condition for boundary check
v8.1.0179
Bram Moolenaar
2018-07-13
1
-4
/
+2
*
patch 8.1.0166: using dict_add_nr_str() is clumsy
v8.1.0166
Bram Moolenaar
2018-07-08
1
-5
/
+5
*
patch 8.1.0135: undo message delays screen update for CTRL-O u
v8.1.0135
Bram Moolenaar
2018-07-01
1
-1
/
+1
*
patch 8.1.0091: MS-Windows: Cannot interrupt gdb when program is running
v8.1.0091
Bram Moolenaar
2018-06-20
1
-1
/
+3
*
patch 8.0.1677: no compiler warning for wrong format in vim_snprintf()
v8.0.1677
Bram Moolenaar
2018-04-08
1
-1
/
+1
*
patch 8.0.1564: too many #ifdefs
v8.0.1564
Bram Moolenaar
2018-03-04
1
-8
/
+0
*
patch 8.0.1496: clearing a pointer takes two lines
v8.0.1496
Bram Moolenaar
2018-02-10
1
-4
/
+2
*
patch 8.0.1443: compiler complains about uninitialized variable
v8.0.1443
Bram Moolenaar
2018-01-31
1
-2
/
+5
*
patch 8.0.1441: using ":undo 0" leaves undo in wrong state
v8.0.1441
Bram Moolenaar
2018-01-30
1
-72
/
+76
*
patch 8.0.1382: get "no write since last change" message if terminal is open
v8.0.1382
Bram Moolenaar
2017-12-09
1
-0
/
+11
*
patch 8.0.1290: seq_cur of undotree() wrong after undo
v8.0.1290
Bram Moolenaar
2017-11-11
1
-1
/
+6
*
patch 8.0.1236: Mac features are confusing
v8.0.1236
Bram Moolenaar
2017-10-28
1
-1
/
+1
*
patch 8.0.1026: GTK on-the-spot input has problems
v8.0.1026
Bram Moolenaar
2017-08-30
1
-1
/
+1
*
patch 8.0.0988: warning from Covscan about using NULL pointer
v8.0.0988
Bram Moolenaar
2017-08-23
1
-1
/
+1
*
patch 8.0.0858: can exit while a terminal is still running a job
v8.0.0858
Bram Moolenaar
2017-08-03
1
-9
/
+6
*
patch 8.0.0798: no highlighting in a terminal window with a finished job
v8.0.0798
Bram Moolenaar
2017-07-28
1
-0
/
+4
*
patch 8.0.0636: when reading the undo file fails may use uninitialized data
v8.0.0636
Bram Moolenaar
2017-06-11
1
-7
/
+12
*
patch 8.0.0466: still macros that should be all-caps
v8.0.0466
Bram Moolenaar
2017-03-16
1
-1
/
+1
*
patch 8.0.0451: some macros are in lower case
v8.0.0451
Bram Moolenaar
2017-03-12
1
-1
/
+1
*
patch 8.0.0448: some macros are in lower case
v8.0.0448
Bram Moolenaar
2017-03-12
1
-3
/
+3
*
patch 8.0.0378: possible overflow when reading corrupted undo file
v8.0.0378
Bram Moolenaar
2017-02-26
1
-4
/
+3
*
patch 8.0.0377: possible overflow when reading corrupted undo file
v8.0.0377
Bram Moolenaar
2017-02-26
1
-2
/
+3
[next]