aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/types.h
Commit message (Expand)AuthorAge
* refactor: remove longdundargoc2023-09-29
* refactor(grid): change schar_T representation to be more compactbfredl2023-09-19
* fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes2023-06-22
* refactor: remove use of reserved c++ keywordsii142023-04-06
* refactor: remove char_u (#22829)dundargoc2023-04-02
* feat(extmarks): allow preventing spellchecking with spell = falseThomas Vigouroux2022-11-12
* refactor(api): provide a temporary copy solution for nvim_call_atomicbfredl2022-08-24
* perf(api): allow to use an arena for return valuesbfredl2022-08-23
* vim-patch:8.1.1684: profiling functionality is spread outzeertzjq2022-08-12
* refactor: move FunPtr to types.h (#19466)zeertzjq2022-07-22
* 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