summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/diff.c
AgeCommit message (Expand)AuthorFiles
2022-05-07refactor: replace char_u variables and functions with charDundar Goc1
2022-05-05refactor: replace char_u variables and functions with charDundar Goc1
2022-05-04refactor: replace char_u variables and functions with charDundar Goc1
2022-04-29refactor(uncrustify): change rules to better align with the style guideDundar Goc1
2022-04-24refactor: enable Wconversion warning for diff (#18094)dundargoc1
2022-04-13refactor: add pure attribute to pure functionsDundar Göc1
2022-04-08vim-patch:8.2.3925: diff mode confused by NUL bytes (#18033)zeertzjq1
2022-03-26vim-patch:8.2.3943: compiler warning from gcc for uninitialized variableDundar Göc1
2022-03-13refactor: minimize variable scope and eliminate empty declarationsDundar Göc1
2022-03-13refactor: fix clint warnings (#17682)dundargoc1
2022-02-27feat(lua): add api and lua autocmdsTJ DeVries1
2022-01-27vim-patch:8.1.2302: :lockmarks does not work for '[ and ']Sean Dewar1
2021-12-28vim-patch:8.2.3921: the way xdiff is used is inefficientLewis Russell1
2021-12-28vim-patch:8.2.3914 (#16808)dundargoc1
2021-12-10refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse1
2021-12-10refactor(misc1): move way beep functions elsewhereBjörn Linse1
2021-11-19refactor: saner options for uncrustify (#16204)dundargoc1
2021-11-14refactor(macros): delete multibyte macros which just are aliasesBjörn Linse1
2021-11-01vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy1
2021-10-31refactor: saner options for uncrustify #16196dundargoc1
2021-10-29refactor: uncrustify #16090dundargoc1
2021-10-28vim-patch:8.2.3556: filler lines are incorrect for other window in diff mode ...Jaehwang Jerry Jung1
2021-10-20vim-patch:8.1.2243: typos in comments (#16104)dundargoc1
2021-10-04refactor: remove redundant char casts #15888dundargoc1
2021-09-26feat(decorations): support virtual lines (for now: only one block at a time)Björn Linse1
2021-09-25refactor: format with uncrustify #15778dundargoc1
2021-09-20refactor: reformat with uncrustify #15736dundargoc1
2021-09-20refactor: format with uncrustify #15726dundargoc1
2021-09-18vim-patch:8.2.3394: filler lines are wrong when changing text in diff mode (#...Jaehwang Jerry Jung1
2021-09-08vim-patch:8.2.3390: included xdiff code is outdatedChristian Clason1
2021-07-09Merge pull request #12971 from vigoux/decurbufBjörn Linse1
2021-07-07chore: use codespell to spell check #15016dundargoc1
2021-07-06buffer: move BUFEMPTY to a functionThomas Vigouroux1
2021-07-06undo: reduce reliance on curbufThomas Vigouroux1
2021-07-06buffer: don't rely on curbuf in BUFEMPTYThomas Vigouroux1
2021-05-24vim-patch:8.2.2880: unified diff fails if actually usedJan Edmund Lazo1
2021-02-10vim-patch:8.2.2490: 'wrap' option is always reset when starting diff modeJan Edmund Lazo1
2021-02-07option: use char* for set_string_option_direct()Jan Edmund Lazo1
2020-12-27vim-patch:8.2.2231: when "--remote file" is used "file" is not reloadedJan Edmund Lazo1
2020-12-27vim-patch:8.2.0928: many type casts are used for vim_strnsave()Jan Edmund Lazo1
2020-11-12vim-patch:8.1.0805: too many #ifdefsJan Edmund Lazo1
2020-11-01api: add API for themesBjörn Linse1
2020-04-12vim-patch:8.1.2378: using old C style commentsJan Edmund Lazo1
2020-03-03diff.c: fix sprintf callJustin M. Keyes1
2020-02-29foldcolumn: allow auto:XMatthieu Coudron1
2020-02-12vim-patch:8.1.0027: difficult to make a plugin that feeds a line to a joberw71
2020-01-16extmarks/bufhl: reimplement using new marktree data structureBjörn Linse1
2019-11-16vim-patch:8.1.2289: after :diffsplit closing the window does not disable diffJan Edmund Lazo1
2019-11-16vim-patch:8.1.1922: in diff mode global operations can be very slowJan Edmund Lazo1
2019-11-11nsmarks: initial committimeyyy1