aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.c
Commit message (Expand)AuthorAge
* Merge pull request #15952 from zeertzjq/vim-8.1.1291Jan Edmund Lazo2021-10-17
|\
| * vim-patch:8.0.1459: cannot handle change of directoryzeertzjq2021-10-17
* | Merge pull request #15930 from dundargoc/vim-patch/old-style-c-commentsJan Edmund Lazo2021-10-17
|\ \ | |/ |/|
| * vim-patch:8.1.2368: using old C style commentsDundar Göc2021-10-06
* | refactor: reduce number of unique char castsDundar Göc2021-10-13
* | refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
* | vim-patch:8.2.3490: superfluous return statements #15978dundargoc2021-10-09
|/
* vim-patch:8.2.3460: some type casts are not needed #15868dundargoc2021-10-02
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* feat(decorations): support virtual lines (for now: only one block at a time)Björn Linse2021-09-26
* refactor: format with uncrustify #15778dundargoc2021-09-25
* fix(PVS V681): function call order is undefinedJustin M. Keyes2021-09-24
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* refactor: format with uncrustify #15722dundargoc2021-09-19
* vim-patch:8.2.3384: cannot disable modeline for an individual fileSean Dewar2021-09-10
* fix(terminal): close without ! if the job is stoppedGregory Anders2021-08-31
* refactor(api): remove unneccesary indirection around handlesBjörn Linse2021-08-22
* feat(terminal): TermClose: set exit code in v:event.status #15406Gregory Anders2021-08-20
* refactor(highlight): make syn_check_group alloc free for existing groupBjörn Linse2021-08-18
* refactor: replace TRUE/FALSE macros with C99 true/falseDundar Göc2021-07-25
* Merge pull request #12971 from vigoux/decurbufBjörn Linse2021-07-09
|\
| * buffer: move BUFEMPTY to a functionThomas Vigouroux2021-07-06
| * buffer: don't rely on curbuf in BUFEMPTYThomas Vigouroux2021-07-06
* | chore: use codespell to spell check #15016dundargoc2021-07-07
|/
* signs: Change b_signcols_max -> b_signcols_validLewis Russell2021-07-04
* vim-patch:8.2.3097: crash when using "quit" at recovery promptJan Edmund Lazo2021-07-04
* vim-patch:8.2.1905: the wininfo list may contain stale entries (#14884)Daniel Steinberg2021-06-30
* vim-patch:8.2.2185: BufUnload is not triggered for the quickfix dummy bufferJan Edmund Lazo2021-06-23
* vim-patch:8.2.2854: custom statusline cannot contain % items (#14558)Shadman2021-05-15
* vim-patch:8.2.2354: crash with a weird combination of autocommandsJan Edmund Lazo2021-05-13
* vim-patch:8.1.2313: debugging where a delay comes from is not easyJan Edmund Lazo2021-04-15
* vim-patch:8.1.2205: sign entry structure has confusing name (#14289)Lewis Russell2021-04-05
* vim-patch:8.1.0989: various small code uglinessJan Edmund Lazo2021-03-29
* vim-patch:8.1.0936: may leak memory when using 'vartabstop'VVKot2021-03-28
* vim-patch:8.1.0105: all tab stops are the sameVVKot2021-03-28
* vim-patch:8.2.0064: diffmode completion doesn't use per-window settingJan Edmund Lazo2021-02-13
* vim-patch:8.2.0054: :diffget and :diffput don't have good completionJan Edmund Lazo2021-02-13
* vim-patch:8.2.1904: still using default option values after using ":badd +1"Jan Edmund Lazo2021-02-13
* buffer updates: add on_reload callback and handle it in treesitter parserBjörn Linse2021-02-10
* eval: use char* for set_internal_string_var()Jan Edmund Lazo2021-02-07
* option: use char* for set_string_option_direct()Jan Edmund Lazo2021-02-07
* Merge pull request #13702 from erw7/fix-build_stl_str_hlerw72021-02-06
|\
| * buffer.c: remove useless 'for' loops.erw72021-01-09
| * buffer.c: fix problem of memory allocationerw72021-01-05
* | Use abort() instead of assert(false) for things that should never happenJames McCoy2021-01-31
|/
* vim-patch:8.1.1667: flags for Ex commands may clash with other symbolsJan Edmund Lazo2021-01-02
* vim-patch:8.2.2231: when "--remote file" is used "file" is not reloadedJan Edmund Lazo2020-12-27
* feat(sign):Allow signs to be 0 width (#13290)Lukas Reineke2020-12-24
* vim-patch:8.2.0116: BufEnter autocmd not triggered on ":tab drop"Jan Edmund Lazo2020-12-23
* vim-patch:8.1.0470: pointer ownership around fname_expand() is unclearJan Edmund Lazo2020-12-19