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
Commit message (
Expand
)
Author
Age
...
|
*
|
|
|
|
api: fix leak when a api function is incorrectly called with a list.
Björn Linse
2016-08-31
|
*
|
|
|
|
api: add tests for calling the api from vimscript
Björn Linse
2016-08-31
|
*
|
|
|
|
api: consistently use nvim_ prefix and update documentation
Björn Linse
2016-08-31
|
*
|
|
|
|
api: Allow blacklist functions that shouldn't be accesible from eval
Björn Linse
2016-08-31
|
*
|
|
|
|
eval: use gperf to generate the hash of builtin functions
Björn Linse
2016-08-31
|
*
|
|
|
|
api: When calling get/set_lines from vimL, don't convert between "\n" and "\0".
Björn Linse
2016-08-31
|
*
|
|
|
|
api: unify buffer numbers and window ids with handles
Björn Linse
2016-08-31
|
*
|
|
|
|
api: auto generate api function wrappers for viml
Björn Linse
2016-08-31
|
*
|
|
|
|
api: rename "msgpack_rpc/defs.h" to "api/private/dispatch.h" and use the head...
Björn Linse
2016-08-31
|
*
|
|
|
|
eval: Use generated hash to look up function list
ZyX
2016-08-31
|
*
|
|
|
|
eval: add new function entries
Björn Linse
2016-08-31
|
*
|
|
|
|
eval: Move VimL functions list to a lua file
ZyX
2016-08-31
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #5225 from equalsraf/windows-functionaltests
Björn Linse
2016-08-31
|
\
\
\
\
\
|
*
|
|
|
|
functionaltest: Create lua helper for os.tmpname()
Rui Abreu Ferreira
2016-08-31
|
*
|
|
|
|
Mark some functional tests as pending in Windows
Rui Abreu Ferreira
2016-08-26
|
*
|
|
|
|
Appveyor: Enable functional tests
Rui Abreu Ferreira
2016-08-26
|
*
|
|
|
|
third-party: Windows fix for luv build recipe
Rui Abreu Ferreira
2016-08-26
|
*
|
|
|
|
third-party: Build busted in Windows
Rui Abreu Ferreira
2016-08-26
|
*
|
|
|
|
Update to libuv 1.9.1
Michael Ennen
2016-08-26
*
|
|
|
|
|
vim-patch:7.4.1896 (#5258)
Jurica Bradarić
2016-08-29
*
|
|
|
|
|
signal_init: Always unblock SIGCHLD. (#5243)
Justin M. Keyes
2016-08-29
*
|
|
|
|
|
Merge pull request #4432 from bfredl/pum_ui
Björn Linse
2016-08-29
|
\
\
\
\
\
\
|
*
|
|
|
|
|
api/ui: add documentation for remote ui redraw events
Björn Linse
2016-08-29
|
*
|
|
|
|
|
api/ui: add tests for popupmenu_external events
Björn Linse
2016-08-29
|
*
|
|
|
|
|
api/ui: use ui options instead of one method per feature
Björn Linse
2016-08-29
|
*
|
|
|
|
|
api/ui: allow popupmenu to be drawn by external ui
Björn Linse
2016-08-29
|
/
/
/
/
/
/
*
/
/
/
/
/
release.sh: Sign the tag.
Justin M. Keyes
2016-08-26
|
/
/
/
/
/
*
|
|
|
|
build: Refactor appveyor/Windows scripts (#5244)
Rui Abreu Ferreira
2016-08-26
*
|
|
|
|
iconv: Always include errno.h when USE_ICONV is defined (#5251)
James McCoy
2016-08-25
*
|
|
|
|
Merge #5210 'vim-patch:7.4.1898 + :Man modifiers support'.
Justin M. Keyes
2016-08-25
|
\
\
\
\
\
|
*
|
|
|
|
man.vim: if reusing a buffer, do not use noautocmd
Anmol Sethi
2016-08-24
|
*
|
|
|
|
man.vim: slight refactoring
Anmol Sethi
2016-08-24
|
*
|
|
|
|
use bool type for flag mod_entry_T members
Anmol Sethi
2016-08-24
|
*
|
|
|
|
man.vim: set window local options when reusing buffer
Anmol Sethi
2016-08-24
|
*
|
|
|
|
man.vim: support for command modifiers
Anmol Sethi
2016-08-24
|
*
|
|
|
|
vim-patch:7.4.1898
Anmol Sethi
2016-08-24
*
|
|
|
|
|
Merge #5253 'perf: Disable clipboard in do_cmdline()'
Justin M. Keyes
2016-08-25
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
lint
Justin M. Keyes
2016-08-25
|
*
|
|
|
|
perf: Disable clipboard in do_cmdline().
Justin M. Keyes
2016-08-25
|
*
|
|
|
|
ops.c: Rename start_global_changes().
Justin M. Keyes
2016-08-25
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #5232 from bfredl/dictchar_u
Björn Linse
2016-08-25
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
eval: remove (char_u *) in constant get_dict_(string|number) parameters
Björn Linse
2016-08-24
|
/
/
/
/
*
|
|
|
doc: CONTRIBUTING.md (#5239)
Anmol Sethi
2016-08-23
*
|
|
|
release.sh: Touch NVIM_VERSION_PATCH, show obnoxious message.
Justin M. Keyes
2016-08-22
*
|
|
|
Merge commit 'refs/pull/upstream/5156'
Justin M. Keyes
2016-08-22
|
\
\
\
\
|
*
|
|
|
Linting
Tommy Allen
2016-08-17
|
*
|
|
|
highlight: Added QuickFixLine highlight group
Tommy Allen
2016-08-17
*
|
|
|
|
version bump
Justin M. Keyes
2016-08-22
*
|
|
|
|
NVIM v0.1.5
v0.1.5
Justin M. Keyes
2016-08-21
*
|
|
|
|
Merge #5205 'CheckHealth'
Justin M. Keyes
2016-08-21
|
\
\
\
\
\
[prev]
[next]