index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
api
/
tabpage.c
Commit message (
Expand
)
Author
Age
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
build: remove PVS
dundargoc
2023-11-12
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: fix clang-tidy warnings
dundargoc
2022-11-06
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
refactor: minimize variable scope and eliminate empty declarations
Dundar Göc
2022-03-13
*
refactor: format #15702
dundargoc
2021-09-18
*
api: move deprecated functions to separate files
Björn Linse
2020-12-05
*
doc: |api-fast| [ci skip]
Justin M. Keyes
2019-09-09
*
lint: fix indentation of FUNC_ATTR lines
Björn Linse
2017-06-03
*
api_clear_error()
Justin M. Keyes
2017-04-23
*
api: Do not truncate errors <1 MB. #6237
Sander Bosma
2017-04-23
*
*: Add comment to all C files
ZyX
2017-04-19
*
api: implement FUNC_API_SINCE
Björn Linse
2017-03-15
*
api: Rename dict_set_value to dict_set_var
ZyX
2017-02-23
*
api: documentation
Justin M. Keyes
2016-10-23
*
api: Support getting the number of a window/tabpage
James McCoy
2016-10-04
*
api: Establish API naming convention. (#5344)
Justin M. Keyes
2016-09-17
*
api: make nvim[_obj]_set_var and _del_var not return the old value
Björn Linse
2016-09-15
*
api: consistently use nvim_ prefix and update documentation
Björn Linse
2016-08-31
*
api: Add warnings about the returned value to \*del_var functions
ZyX
2016-04-18
*
api/documentation: Add a warning that nil may mean v:null
ZyX
2016-04-18
*
api: Replace set_var(name, NIL) with del_var(name)
ZyX
2016-04-18
*
msgpack: Replace FUNC_ATTR_DEFERRED by FUNC_ATTR_ASYNC
Thiago de Arruda
2015-08-13
*
api/*.c: Comment cleanup
Michael Reed
2015-01-26
*
api: Add FUNC_ATTR_DEFERRED attribute to a number of functions
Thiago de Arruda
2014-10-21
*
FOR_ALL_WINDOWS_IN_TAB and local variables in FOR_ALL_TAB_WINDOWS
Wayne Rowcliffe
2014-09-22
*
api/msgpack-rpc: Improve error infrastructure
Thiago de Arruda
2014-09-18
*
api metadata: Allow typed container information in api functions
Thiago de Arruda
2014-09-12
*
api/msgpack-rpc: Remove specialized array types
Thiago de Arruda
2014-09-12
*
api: Rename find_{buffer,window,tabpage}
Thiago de Arruda
2014-06-18
*
Move documentation from function declarations to definitions
ZyX
2014-06-02
*
Initialize Object, Position
Justin M. Keyes
2014-05-31
*
API: Refactor: Use macro for initializing all arrays
Thiago de Arruda
2014-05-23
*
API: Refactor: Return handles instead of indexes
Thiago de Arruda
2014-05-23
*
API: Refactor: Move non-public files to private subdirectory
Thiago de Arruda
2014-05-23
*
Use more descriptive names for API primitive types
Thiago de Arruda
2014-05-17
*
Introduce nvim namespace: Fix project-local includes.
Eliseo Martínez
2014-05-15
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15