aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.h
Commit message (Expand)AuthorAge
* refactor(declarations): also generate prototypes for functions in headersbfredl2024-07-13
* vim-patch:9.1.0557: moving in the buffer list doesn't work as documented (#29...zeertzjq2024-07-11
* refactor: IWYU (#27186)zeertzjq2024-01-25
* perf(extmarks): add metadata for efficient filtering of special decorationsbfredl2024-01-22
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: iwyu (#26269)zeertzjq2023-11-28
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq2023-11-27
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* refactor: adjust headers according to the style guide (#23934)dundargoc2023-06-06
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: move tabline code to statusline.c (#21008)luukvbaal2022-11-10
* refactor: fix uncrustify lint errorsdundargoc2022-10-21
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* refactor: move statusline code from buffer.c and [draw]screen.c to new filebfredl2022-08-19
* refactor: remove some unused includes (#19820)zeertzjq2022-08-17
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* refactor(build): remove unused includes #17078kylo2522022-04-26
* vim-patch:8.2.0004: get E685 and E931 if buffer reload is interruptedzeertzjq2022-04-08
* vim-patch:8.2.4639: not sufficient parenthesis in preprocessor macrosBrian Leung2022-04-03
* refactor: uncrustify #16090dundargoc2021-10-29
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* buffer: move BUFEMPTY to a functionThomas Vigouroux2021-07-06
* vim-patch:8.2.1904: still using default option values after using ":badd +1"Jan Edmund Lazo2021-02-13
* dictwatcheradd(): support b:changedtick #9693demiurg3372019-03-14
* buffer: use aucmd_prepbuf() instead of switch_to_win_for_buf()Björn Linse2019-03-05
* api: add nvim_create_buf to create a new empty buffer.Björn Linse2019-02-09
* *: Replace b_changedtick with new always-inline functionsZyX2018-06-22
* vim-patch:8.0.0621: :stag does not respect 'switchbuf'Jan Edmund Lazo2018-06-21
* vim-patch:8.0.0607 (#6879)Daniel Hahler2017-06-11
* vim-patch:7.4.1976James McCoy2017-06-04
* *: Silence some false positivesZyX2017-04-16
* refactor/single-include: buffer.h (#6396)relnod2017-03-30
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* buffer: Hide one of the asserts from lua parserZyX2017-02-25
* eval: Do not allocate b:changedtick dictionary itemZyX2017-02-24
* buffer: Bind b:changedtick to b:['changedtick'], remove special casesZyX2017-02-23
* Make Nvim work with latest vim-patch v7.4.2024Marco Hinz2017-02-04
* vim-patch:7.4.2024Marco Hinz2017-02-04
* vim-patch:7.4.2017Marco Hinz2017-02-04
* *: Fix errors from new linter checksZyX2016-06-11
* tabline: Add %[] atom to the tabline, for random commands on clickZyX2016-02-01
* buffer: Add WITH_BUFFER macro to simplify global buffer modificationThiago de Arruda2015-03-25
* Change buffer.h #defines to enums so they can be used in testsWayne Rowcliffe2014-07-22
* vim: include used definitions in headersNicolas Hillegeer2014-07-16