aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/types.h
Commit message (Expand)AuthorAge
* refactor(extmarks): use a more efficient representationBjörn Linse2022-01-15
* refactor: format all C files under nvim/ #15977dundargoc2021-10-12
* decorations: allow nvim_set_hl to break existing linksBjörn Linse2020-11-21
* api: add API for themesBjörn Linse2020-11-01
* api: multiple decoration providers at onceBjörn Linse2020-10-10
* lua: cleanup naming conventions of executor functionsBjörn Linse2020-09-10
* paste: WIP #4448Justin M. Keyes2019-08-27
* api: allow nvim_buf_attach from lua using callbacksBjörn Linse2019-06-04
* multigrid: reorganize types and global varaiblesBjörn Linse2018-12-31
* multigrid: Clean whole grid when it was just resizedUtkarsh Maheshwari2018-12-31
* multigrid: Allow UIs to set grid size different from window sizeUtkarsh Maheshwari2018-12-31
* multigrid: Change screen_* functions to grid_* functionsUtkarsh Maheshwari2018-12-31
* multigrid: introduce grid abstractionBjörn Linse2018-12-31
* Move apply_autocmd_dirchanged() to vim_chdir()Marco Hinz2017-01-13
* test: Add unittest spec for option.c (#5289)Kalle Ranki2016-09-04
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* Macro cleanup: UNICODE16Michael Reed2015-03-05
* Remove long_u: Remove type.Eliseo Martínez2015-01-19
* globals.h: decouple vim.h and globals.hNicolas Hillegeer2014-07-20
* types: typedef long_u as uintptr_t #961Nicolas Hillegeer2014-07-20
* vim: move vim_acl_T to types.hNicolas Hillegeer2014-07-16
* vim: move long_u from vim.h to types.hNicolas Hillegeer2014-07-16
* Introduce nvim namespace: Fix define guards.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15