index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
diff.c
Commit message (
Expand
)
Author
Age
*
vim-patch:8.1.2378: using old C style comments
Jan Edmund Lazo
2020-04-12
*
diff.c: fix sprintf call
Justin M. Keyes
2020-03-03
*
foldcolumn: allow auto:X
Matthieu Coudron
2020-02-29
*
vim-patch:8.1.0027: difficult to make a plugin that feeds a line to a job
erw7
2020-02-12
*
extmarks/bufhl: reimplement using new marktree data structure
Björn Linse
2020-01-16
*
vim-patch:8.1.2289: after :diffsplit closing the window does not disable diff
Jan Edmund Lazo
2019-11-16
*
vim-patch:8.1.1922: in diff mode global operations can be very slow
Jan Edmund Lazo
2019-11-16
*
nsmarks: initial commit
timeyyy
2019-11-11
*
Remove dead code
Jan Edmund Lazo
2019-10-06
*
vim-patch:8.1.2120: some MB_ macros are more complicated than necessary
Jan Edmund Lazo
2019-10-06
*
getdigits: introduce `strict`, `def` parameters
Justin M. Keyes
2019-09-13
*
includes
Daniel Hahler
2019-08-07
*
vim-patch:8.1.0956: context:0 in 'diffopt' #10622
Jan Edmund Lazo
2019-07-27
*
cleanup: remove mch_fopen in favor of os_fopen
Justin M. Keyes
2019-07-25
*
vim-patch:8.0.1496: VIM_CLEAR()
Justin M. Keyes
2019-05-25
*
PVS/V501: diff.c: silence warning
Justin M. Keyes
2019-01-18
*
PVS/V501: diff.c: silence warning
Justin M. Keyes
2019-01-05
*
PVS/V547: diff.c: xmalloc() never returns NULL
Justin M. Keyes
2019-01-04
*
PVS/V547: diff.c: Expression is always true
Justin M. Keyes
2019-01-04
*
PVS/V501: diff.c: silence warning
Justin M. Keyes
2019-01-04
*
vim-patch:8.1.0562: parsing of 'diffopt' is slightly wrong
Anatolii Sakhnik
2018-12-09
*
vim-patch:8.1.0513: no error for set diffopt+=algorithm:
Anatolii Sakhnik
2018-12-09
*
vim-patch:8.1.0502: internal diff fails when diffing a context diff
Anatolii Sakhnik
2018-12-09
*
vim-patch:8.1.0497: :%diffput changes order of lines
Anatolii Sakhnik
2018-12-09
*
vim-patch:8.1.0458: ml_get error and crash when using "do"
Anatolii Sakhnik
2018-12-09
*
vim-patch:8.1.0402: the DiffUpdate event isn't triggered for :diffput
Anatolii Sakhnik
2018-12-09
*
vim-patch:8.1.0400: using freed memory with :diffget
Anatolii Sakhnik
2018-12-09
*
vim-patch:8.1.0397: no event triggered after updating diffs
Anatolii Sakhnik
2018-12-09
*
vim-patch:8.1.0395: compiler warning on 64-bit MS-Windows
Anatolii Sakhnik
2018-12-09
*
vim-patch:8.1.0394: diffs are not always updated correctly
Anatolii Sakhnik
2018-12-09
*
vim-patch:8.1.0393: not all white space difference options available
Anatolii Sakhnik
2018-12-09
*
vim-patch:8.1.0375: cannot use diff mode with Cygwin diff.exe
Anatolii Sakhnik
2018-12-09
*
vim-patch:8.1.0360: using an external diff program is slow and inflexible
Anatolii Sakhnik
2018-12-09
*
Remove has_mbyte from lines near changes in parent commit
ZviRackover
2018-08-16
*
Remove occurences of mb_head_off
ZviRackover
2018-08-15
*
vim-patch:8.0.1361: some users don't want to diff with hidden buffers
Jan Edmund Lazo
2018-08-11
*
diff: drop enc_utf8 check in diff_equal_char()
Jan Edmund Lazo
2018-08-11
*
vim-patch:8.0.1046: code duplication in diff mode
Jan Edmund Lazo
2018-08-11
*
vim-patch:8.0.1037: "icase" of 'diffopt' is not used for highlighting
Jan Edmund Lazo
2018-08-11
*
fold: add const to hasFoldingWin() variables
Jan Edmund Lazo
2018-08-02
*
diff: refactor diff_a_works to use TriState
Jan Edmund Lazo
2018-08-01
*
API: Implement buffer updates
Peter Hodge
2018-05-23
*
diff: Fix PVS/V547: remove no longer needed OOM handler
ZyX
2018-04-10
*
vim-patch:8.0.0736: OptionSet not triggered when entering diff mode
Justin M. Keyes
2018-02-11
*
exit: annotate FUNC_ATTR_NORETURN functions #7954 (#7954)
Justin M. Keyes
2018-02-07
*
vim-patch:8.0.0448: some macros are lower case (#7936)
KunMing Xie
2018-01-30
*
ex_diffpatch: don't need redraw_later(CLEAR), Nvim uses pipes
Justin M. Keyes
2018-01-28
*
vim-patch:8.0.0444: diffpatch fails when the file name has a quote
Justin M. Keyes
2018-01-21
*
vim-patch:8.0.0442: patch shell command not well escaped
Justin M. Keyes
2018-01-21
*
vim-patch:8.0.0599: diff mode is insufficiently tested
Justin M. Keyes
2018-01-21
[next]