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
Commit message (
Expand
)
Author
Age
*
*: Fix linter errors
ZyX
2016-06-24
*
msgpack_rpc: Also make msgpack_from_*/msgpack_to_* functions not recur
ZyX
2016-06-24
*
api/helpers: Use typval_encode.h for vim_to_object
ZyX
2016-06-24
*
*: Fix new linter errors
ZyX
2016-06-11
*
*: Also fix the adjacent errors
ZyX
2016-06-11
*
*: Fix errors from new linter checks
ZyX
2016-06-11
*
vim-patch:7.4.1151
Michael Ennen
2016-06-07
*
lib/kvec: Remove useless type argument from kv_push macros
ZyX
2016-05-30
*
api: refactor remote ui to use API dispatch generation
Björn Linse
2016-05-27
*
*: Fix new linter errors
ZyX
2016-05-01
*
Merge pull request #4593 from ZyX-I/length-functions
Justin M. Keyes
2016-04-26
|
\
|
*
keymap: Make replace_termcodes and friends accept length and cpo_flags
ZyX
2016-04-18
*
|
Implement tab-local working directory feature.
HiPhish
2016-04-20
*
|
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
*
|
eval: Remove v:none
ZyX
2016-04-18
*
|
eval: Add special variables v:false, v:null, v:none
ZyX
2016-04-18
*
|
eval: Add special variable type
ZyX
2016-04-18
|
/
*
api/buffer: deprecate old line and line slice functions
Björn Linse
2016-04-01
*
api/buffer: introduce buffer_[gs]et_lines with new indexing convention.
Björn Linse
2016-04-01
*
bufhl: new mechanism for plugins to add highlights to a buffer
Björn Linse
2016-02-23
*
Remove unnecessary includes for errno.h
Rui Abreu Ferreira
2015-11-25
*
shada: Refactor history merger to use statically sized 2linked list
ZyX
2015-10-08
*
viminfo: First version of ShaDa file dumping
ZyX
2015-10-08
*
Fix append() without line argument
Enrico Ghirardi
2015-09-20
*
api: vim_err_write: don't wait for return in the middle of a message
Björn Linse
2015-09-16
*
api: buffer_insert: fix bounds. #3315
Enrico Ghirardi
2015-09-09
*
msgpack: Replace FUNC_ATTR_DEFERRED by FUNC_ATTR_ASYNC
Thiago de Arruda
2015-08-13
*
Implement API function to call functions #2979
Sebastian Witte
2015-07-19
*
api: return error when starting a slice out of bounds.
Nick Hynes
2015-07-11
*
api: return empty array when slicing out of bounds.
Nick Hynes
2015-07-11
*
ASan: Fix "null pointer passed for argument declared to never be null". #2925
Florian Walch
2015-06-30
*
api: vim_set_var() should return the old value #2899
Justin M. Keyes
2015-06-25
*
Remove char_u: ex_docmd:do_cmdline_cmd()
Michael Reed
2015-05-13
*
msgpack: Allow notifications to execute commands.
Scott Prager
2015-04-13
*
object_to_vim: Recognize buffers, windows, tabpages.
Scott Prager
2015-04-13
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
buffer: Add WITH_BUFFER macro to simplify global buffer modification
Thiago de Arruda
2015-03-25
*
api: Move switch_to_win_for_buf/restore_win_for_buf to api helpers
Thiago de Arruda
2015-03-25
*
Compiler warns about uninitialized object in vim_eval().
oni-link
2015-03-08
*
illumos requires the use of limits.h for things like INT_MAX #2049
Mike Zeller
2015-02-26
*
refactor: Remove term modules and termcap options
Thiago de Arruda
2015-02-21
*
Enable -Wconversion: ui.c.
Eliseo Martínez
2015-02-18
*
api: always return empty string as api type String
Björn Linse
2015-02-16
*
vim-patch:7.4.601 #1950
Justin M. Keyes
2015-02-12
*
api/vim.c: use FOR_ALL_* sugar #1963
Justin M. Keyes
2015-02-12
*
Discard exceptions once they are converted to API errors
Jake Kerr
2015-02-12
*
api/vim: allow guis and tests to retrieve the entire color table
Björn Linse
2015-02-02
*
api/*.c: Comment cleanup
Michael Reed
2015-01-26
[next]