aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.c
Commit message (Expand)AuthorAge
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* vim-patch:8.2.1262: src/ex_cmds.c file is too big (#19811)zeertzjq2022-08-17
* vim-patch:8.1.1869: code for the argument list is spread out (#19791)zeertzjq2022-08-16
* vim-patch:8.2.0056: execution stack is incomplete and inefficientzeertzjq2022-08-14
* vim-patch:9.0.0198: ml_get error when switching buffer in Visual mode (#19756)zeertzjq2022-08-13
* fix(winbar): do not always assume cursor is valid. fixes #19458bfredl2022-08-13
* refactor: remove some unused includes (#19747)zeertzjq2022-08-13
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* vim-patch:8.2.1280: Ex command error cannot contain an argumentzeertzjq2022-08-07
* vim-patch:8.1.1210: support for user commands is spread out (#19653)zeertzjq2022-08-06
* vim-patch:8.2.0413: buffer menu does not handle special buffers properlyzeertzjq2022-08-05
* refactor: rename function prefix mb to the more accurate utf_cp (#19590)dundargoc2022-08-02
* vim-patch:9.0.0095: conditions are always truezeertzjq2022-07-28
* vim-patch:8.2.4731: the changelist index is not remembered per bufferzeertzjq2022-07-23
* vim-patch:8.1.1933: the eval.c file is too big (#19462)zeertzjq2022-07-22
* vim-patch:8.1.1547: functionality of bt_nofile() is confusingzeertzjq2022-07-15
* vim-patch:8.2.0426: some errors were not tested forzeertzjq2022-07-15
* vim-patch:8.0.1118: FEAT_WINDOWS adds a lot of #ifdefszeertzjq2022-07-15
* vim-patch:8.2.0035: saving and restoring called_emsg is clumsy (#19335)zeertzjq2022-07-13
* vim-patch:8.2.5043: can open a cmdline window from a substitute expressionzeertzjq2022-07-07
* fix(terminal): crash if TermClose deletes own buffer #19222Justin M. Keyes2022-07-05
* refactor: replace char_uDundar Goc2022-07-02
* feat(marks): restore viewport on jump #15831Javier Lopez2022-06-30
* vim-patch:9.0.0002: map functionality outside of map.c (#19150)zeertzjq2022-06-29
* refactor: replace char_u #18429dundargoc2022-06-28
* refactor: move some mapping-related code to a separate file (#19061)zeertzjq2022-06-23
* fix(terminal): coverity USE_AFTER_FREE #18978Justin M. Keyes2022-06-18
* vim-patch:8.2.1898: command modifier parsing always uses global cmdmodzeertzjq2022-06-14
* fix(buffer): disable buffer-updates before removing from window #18933zeertzjq2022-06-12
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* Merge pull request #18489 from dundargoc/refactor/remove-char_ubfredl2022-05-13
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* | vim-patch:8.2.4938: crash when matching buffer with invalid patternzeertzjq2022-05-11
* | vim-patch:8.2.4901: NULL pointer access when using invalid patternzeertzjq2022-05-11
|/
* vim-patch:8.2.4929: off-by-one error in in statusline itemzeertzjq2022-05-10
* vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq2022-05-10
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* Merge pull request #18425 from dundargoc/refactor/char_u/1bfredl2022-05-07
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-07
* | build(clint): remove "function size is too large" warningDundar Goc2022-05-06
|/
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor: replace char_u variables and functions with charDundar Goc2022-05-03
* refactor: replace char_u variables and functions with charDundar Goc2022-04-30
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor(build): remove unused includes #17078kylo2522022-04-26
* fix: show autocmd output when F is in shortmess (#18251)Gregory Anders2022-04-25
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* refactor: add pure attribute to pure functions (#18165)dundargoc2022-04-24
* vim-patch:8.2.4791: events triggered in different order when reusing bufferzeertzjq2022-04-21