aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/buffer.h
Commit message (Expand)AuthorAge
* 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
* vim: move linenr_T and colnr_T to pos.hNicolas Hillegeer2014-07-16
* move defines from vim.hBrandon Coleman2014-07-12
* Add automatic generation of headersZyX2014-06-02
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15