aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.c
Commit message (Expand)AuthorAge
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* vim-patch:8.2.1919: assert_fails() setting emsg_silent changes normal executi...zeertzjq2022-11-11
* vim-patch:9.0.0844: handling 'statusline' errors is spread out (#20992)luukvbaal2022-11-08
* vim-patch:8.2.3725: cannot use a lambda for 'completefunc' and 'omnifunc'zeertzjq2022-11-07
* vim-patch:8.2.3665: cannot use a lambda for 'tagfunc'zeertzjq2022-11-07
* vim-patch:9.0.0819: still a build error, tests are failingzeertzjq2022-10-30
* vim-patch:9.0.0789: dummy buffer ends up in a windowzeertzjq2022-10-19
* vim-patch:9.0.0761: cannot use 'indentexpr' for Lisp indentingzeertzjq2022-10-16
* vim-patch:9.0.0614: SpellFileMissing autocmd may delete bufferzeertzjq2022-10-15
* vim-patch:8.1.0342: crash when a callback deletes a window that is being usedzeertzjq2022-10-15
* vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-10
* refactor: replace char_u with charDundar Göc2022-09-09
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with charDundar Göc2022-08-29
* refactor: replace char_u with charDundar Göc2022-08-27
* vim-patch:9.0.0274: netrw plugin does not show remote fileszeertzjq2022-08-27
* vim-patch:9.0.0272: BufReadCmd not triggered when loading a "nofile" bufferzeertzjq2022-08-27
* refactor: replace char_u with charDundar Göc2022-08-26
* vim-patch:8.2.0911: crash when opening a buffer for the cmdline window failszeertzjq2022-08-25
* vim-patch:9.0.0261: bufload() reads a file even if the name is not a file nam...zeertzjq2022-08-25
* vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
* vim-patch:8.2.4753: error from setting an option is silently ignored (#19888)zeertzjq2022-08-22
* vim-patch:8.1.1886: command line expansion code is spread out (#19861)zeertzjq2022-08-21
* vim-patch:8.1.2045: the option.c file is too big (#19854)zeertzjq2022-08-20
* refactor: move statusline code from buffer.c and [draw]screen.c to new filebfredl2022-08-19
* 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