aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.0.1525: using :wqa exits even if a job runs in a terminal windowJan Edmund Lazo2020-12-01
* vim-patch:8.0.0953: get "no write since last change" error in terminal windowJan Edmund Lazo2020-12-01
* refactor: pass window to was_set_insecurelyMatthieu Coudron2020-11-23
* vim-patch:8.1.0805: too many #ifdefsJan Edmund Lazo2020-11-12
* vim-patch:8.2.1959: crash when terminal buffer name is made emptyJan Edmund Lazo2020-11-06
* vim-patch:8.1.0268: file type checking has too many #ifdef (#13182)tamago3242020-11-06
* Merge pull request #12870 from bfredl/themeparkBjörn Linse2020-11-01
|\
| * api: add API for themesBjörn Linse2020-11-01
* | vim-patch:8.2.1909: number of status line items is limited to 80Rom Grk2020-10-31
|/
* Revert "vim-patch:8.1.0877: new buffer used every time the quickfix window is...Jan Edmund Lazo2020-10-20
* vim-patch:8.1.0877: new buffer used every time the quickfix window is openedJan Edmund Lazo2020-10-10