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
/
diff.c
Age
Commit message (
Expand
)
Author
2021-10-22
patch 8.2.3556: filler lines are incorrect for other window in diff mode
v8.2.3556
Bram Moolenaar
2021-09-01
patch 8.2.3394: filler lines are wrong when changing text in diff mode
v8.2.3394
Bram Moolenaar
2021-08-31
patch 8.2.3390: included xdiff code is outdated
v8.2.3390
Christian Brabandt
2021-07-27
patch 8.2.3229: Vim9: runtime and compile time type checks are not the same
v8.2.3229
Yegappan Lakshmanan
2021-07-21
patch 8.2.3194: Vim9: argument types are not checked at compile time
v8.2.3194
Yegappan Lakshmanan
2021-07-20
patch 8.2.3188: Vim9: argument types are not checked at compile time
v8.2.3188
Yegappan Lakshmanan
2021-07-17
patch 8.2.3173: Vim9: argument types are not checked at compile time
v8.2.3173
Yegappan Lakshmanan
2021-05-24
patch 8.2.2880: unified diff fails if actually used
v8.2.2880
glacambre
2021-02-10
patch 8.2.2490: 'wrap' option is always reset when starting diff mode
v8.2.2490
Bram Moolenaar
2020-10-24
patch 8.2.1898: command modifier parsing always uses global cmdmod
v8.2.1898
Bram Moolenaar
2020-06-09
patch 8.2.0938: NFA regexp uses tolower ()to compare ignore-case
v8.2.0938
Bram Moolenaar
2020-06-07
patch 8.2.0928: many type casts are used for vim_strnsave()
v8.2.0928
Bram Moolenaar
2020-05-30
patch 8.2.0853: ml_delete() often called with FALSE argument
v8.2.0853
Bram Moolenaar
2020-04-12
patch 8.2.0559: clearing a struct is verbose
v8.2.0559
Bram Moolenaar
2020-04-02
patch 8.2.0500: using the same loop in many places
v8.2.0500
Bram Moolenaar
2019-12-01
patch 8.1.2378: using old C style comments
v8.1.2378
Bram Moolenaar
2019-11-16
patch 8.1.2302: :lockmarks does not work for '[ and ']
v8.1.2302
Bram Moolenaar
2019-11-10
patch 8.1.2289: after :diffsplit closing the window does not disable diff
v8.1.2289
Bram Moolenaar
2019-11-02
patch 8.1.2243: typos in comments
v8.1.2243
Bram Moolenaar
2019-10-06
patch 8.1.2120: some MB_ macros are more complicated than necessary
v8.1.2120
Bram Moolenaar
2019-09-05
patch 8.1.1989: the evalfunc.c file is still too big
v8.1.1989
Bram Moolenaar
2019-08-24
patch 8.1.1922: in diff mode global operations can be very slow
v8.1.1922
Bram Moolenaar
2019-05-28
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
v8.1.1414
Bram Moolenaar
2019-05-26
patch 8.1.1405: "highlight" option of popup windows not supported
v8.1.1405
Bram Moolenaar
2019-05-24
patch 8.1.1386: unessesary type casts for lalloc()
v8.1.1386
Bram Moolenaar
2019-05-24
patch 8.1.1384: using "int" for alloc() often results in compiler warnings
v8.1.1384
Bram Moolenaar
2019-03-03
patch 8.1.0991: cannot build with a mix of features
v8.1.0991
Bram Moolenaar
2019-02-19
patch 8.1.0956: using context:0 in 'diffopt' does not work well
v8.1.0956
Bram Moolenaar
2019-02-15
patch 8.1.0927: USE_CR is never defined
v8.1.0927
Bram Moolenaar
2019-01-24
patch 8.1.0805: too many #ifdefs
v8.1.0805
Bram Moolenaar
2019-01-15
patch 8.1.0753: printf format not checked for semsg()
v8.1.0753
Bram Moolenaar
2019-01-13
patch 8.1.0743: giving error messages is not flexible
v8.1.0743
Bram Moolenaar
2018-12-04
patch 8.1.0562: parsing of 'diffopt' is slightly wrong
v8.1.0562
Bram Moolenaar
2018-11-05
patch 8.1.0513: no error for set diffopt+=algorithm:
v8.1.0513
Bram Moolenaar
2018-10-31
patch 8.1.0502: internal diff fails when diffing a context diff
v8.1.0502
Bram Moolenaar
2018-10-25
patch 8.1.0497: :%diffput changes order of lines
v8.1.0497
Bram Moolenaar
2018-10-07
patch 8.1.0458: ml_get error and crash when using "do"
v8.1.0458
Bram Moolenaar
2018-09-18
patch 8.1.0402: the DiffUpdate event isn't triggered for :diffput
v8.1.0402
Bram Moolenaar
2018-09-16
patch 8.1.0400: using freed memory with :diffget
v8.1.0400
Bram Moolenaar
2018-09-16
patch 8.1.0397: no event triggered after updating diffs
v8.1.0397
Bram Moolenaar
2018-09-16
patch 8.1.0395: compiler warning on 64-bit MS-Windows
v8.1.0395
Bram Moolenaar
2018-09-16
patch 8.1.0394: diffs are not always updated correctly
v8.1.0394
Bram Moolenaar
2018-09-15
patch 8.1.0393: not all white space difference options available
v8.1.0393
Bram Moolenaar
2018-09-13
patch 8.1.0377: xdiff doesn't use the Vim memory allocation functions
v8.1.0377
Bram Moolenaar
2018-09-13
patch 8.1.0375: cannot use diff mode with Cygwin diff.exe
v8.1.0375
Bram Moolenaar
2018-09-12
patch 8.1.0370: not using internal diff if 'diffopt' is not changed
v8.1.0370
Bram Moolenaar
2018-09-10
patch 8.1.0360: using an external diff program is slow and inflexible
v8.1.0360
Bram Moolenaar
2018-06-03
patch 8.1.0027: difficult to make a plugin that feeds a line to a job
v8.1.0027
Bram Moolenaar
2018-04-29
patch 8.0.1773: dialog messages are not translated
v8.0.1773
Bram Moolenaar
2018-03-04
patch 8.0.1566: too many #ifdefs
v8.0.1566
Bram Moolenaar
[next]