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
/
memline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.2.2160: various typos
v8.2.2160
Bram Moolenaar
2020-12-18
1
-1
/
+1
*
patch 8.2.2026: Coverity warns for possibly using not NUL terminated string
v8.2.2026
Bram Moolenaar
2020-11-21
1
-0
/
+1
*
patch 8.2.1970: it is easy to make mistakes when cleaning up swap files
v8.2.1970
Bram Moolenaar
2020-11-09
1
-3
/
+29
*
patch 8.2.1898: command modifier parsing always uses global cmdmod
v8.2.1898
Bram Moolenaar
2020-10-24
1
-3
/
+4
*
patch 8.2.1670: a couple of gcc compiler warnings
v8.2.1670
Bram Moolenaar
2020-09-12
1
-1
/
+1
*
patch 8.2.1507: using malloc() directly
v8.2.1507
Bram Moolenaar
2020-08-22
1
-2
/
+1
*
patch 8.2.1219: symlink not followed if dirname ends in //
v8.2.1219
Bram Moolenaar
2020-07-15
1
-9
/
+9
*
patch 8.2.0967: unnecessary type casts for vim_strnsave()
v8.2.0967
Bram Moolenaar
2020-06-12
1
-1
/
+1
*
patch 8.2.0853: ml_delete() often called with FALSE argument
v8.2.0853
Bram Moolenaar
2020-05-30
1
-4
/
+4
*
patch 8.2.0845: text properties crossing lines not handled correctly
v8.2.0845
Bram Moolenaar
2020-05-30
1
-16
/
+16
*
patch 8.2.0844: text properties crossing lines not handled correctly
v8.2.0844
Bram Moolenaar
2020-05-30
1
-44
/
+75
*
patch 8.2.0256: time and timer related code is spread out
v8.2.0256
Bram Moolenaar
2020-02-14
1
-88
/
+0
*
patch 8.2.0156: various typos in source files and tests
v8.2.0156
Bram Moolenaar
2020-01-26
1
-1
/
+1
*
patch 8.2.0126: textprop test fails
v8.2.0126
Bram Moolenaar
2020-01-17
1
-1
/
+1
*
patch 8.2.0124: compiler warnings for variable types
v8.2.0124
Bram Moolenaar
2020-01-17
1
-3
/
+3
*
patch 8.2.0115: byte2line() does not work correctly with text properties
v8.2.0115
Bram Moolenaar
2020-01-13
1
-5
/
+31
*
patch 8.1.2388: using old C style comments
v8.1.2388
Bram Moolenaar
2019-12-04
1
-439
/
+438
*
patch 8.1.2371: FEAT_TEXT_PROP is a confusing name
v8.1.2371
Bram Moolenaar
2019-11-30
1
-13
/
+13
*
patch 8.1.2243: typos in comments
v8.1.2243
Bram Moolenaar
2019-11-02
1
-1
/
+1
*
patch 8.1.2223: cannot see what buffer an ml_get error is for
v8.1.2223
Bram Moolenaar
2019-10-26
1
-1
/
+4
*
patch 8.1.2180: Error E303 is not useful when 'directory' is empty
v8.1.2180
Bram Moolenaar
2019-10-19
1
-2
/
+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.1983: compiler nags for uninitialized variable and unused function
v8.1.1983
Bram Moolenaar
2019-09-04
1
-1
/
+1
*
patch 8.1.1813: ATTENTION prompt for a preview popup window
v8.1.1813
Bram Moolenaar
2019-08-04
1
-1
/
+2
*
patch 8.1.1725: MS-Windows: E325 message may use incorrect date format
v8.1.1725
Bram Moolenaar
2019-07-21
1
-1
/
+18
*
patch 8.1.1711: listener callback called at the wrong moment
v8.1.1711
Bram Moolenaar
2019-07-17
1
-8
/
+9
*
patch 8.1.1700: listener callback called for the wrong buffer
v8.1.1700
Bram Moolenaar
2019-07-15
1
-59
/
+73
*
patch 8.1.1681: insert stray "{" when listener gets buffer line
v8.1.1681
Bram Moolenaar
2019-07-13
1
-1
/
+3
*
patch 8.1.1567: localtime_r() does not respond to $TZ changes
v8.1.1567
Bram Moolenaar
2019-06-18
1
-7
/
+43
*
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
-8
/
+6
*
patch 8.1.1395: saving for undo may access invalid memory
v8.1.1395
Bram Moolenaar
2019-05-25
1
-2
/
+6
*
patch 8.1.1384: using "int" for alloc() often results in compiler warnings
v8.1.1384
Bram Moolenaar
2019-05-24
1
-11
/
+11
*
patch 8.1.1371: cannot recover from a swap file
v8.1.1371
Bram Moolenaar
2019-05-23
1
-7
/
+11
*
patch 8.1.1344: Coverity complains about possibly using a NULL pointer
v8.1.1344
Bram Moolenaar
2019-05-18
1
-3
/
+4
*
patch 8.1.1335: listener callback is called after inserting text
v8.1.1335
Bram Moolenaar
2019-05-16
1
-0
/
+11
*
patch 8.1.1318: code for text changes is in a "misc" file
v8.1.1318
Bram Moolenaar
2019-05-11
1
-2
/
+2
*
patch 8.1.1313: warnings for using localtime() and ctime()
v8.1.1313
Bram Moolenaar
2019-05-10
1
-21
/
+45
*
patch 8.1.1232: can't build on MS-Windows
v8.1.1232
Bram Moolenaar
2019-04-28
1
-8
/
+10
*
patch 8.1.1231: asking about existing swap file unnecessarily
v8.1.1231
Bram Moolenaar
2019-04-28
1
-8
/
+67
*
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
-1
/
+1
*
patch 8.1.1086: too many curly braces
v8.1.1086
Bram Moolenaar
2019-03-30
1
-4
/
+0
*
patch 8.1.0941: macros for MS-Windows are inconsistent
v8.1.0941
Bram Moolenaar
2019-02-17
1
-11
/
+11
*
patch 8.1.0826: too many #ifdefs
v8.1.0826
Bram Moolenaar
2019-01-26
1
-2
/
+0
*
patch 8.1.0806: too many #ifdefs
v8.1.0806
Bram Moolenaar
2019-01-24
1
-12
/
+2
*
patch 8.1.0779: argument for message functions is inconsistent
v8.1.0779
Bram Moolenaar
2019-01-19
1
-69
/
+69
*
patch 8.1.0743: giving error messages is not flexible
v8.1.0743
Bram Moolenaar
2019-01-13
1
-37
/
+37
*
patch 8.1.0688: text properties are not restored by undo
v8.1.0688
Bram Moolenaar
2019-01-04
1
-12
/
+36
*
patch 8.1.0684: warnings from 64-bit compiler
v8.1.0684
Bram Moolenaar
2019-01-03
1
-5
/
+5
*
patch 8.1.0655: when appending a line text property flags are not added
v8.1.0655
Bram Moolenaar
2018-12-28
1
-23
/
+99
[next]