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
/
lua
Commit message (
Expand
)
Author
Age
*
paste: redraw at end
Justin M. Keyes
2019-09-02
*
paste: one undo-block per stream
Justin M. Keyes
2019-09-02
*
tui/input: defer nvim_paste properly.
Björn Linse
2019-08-31
*
paste: make vim.paste() "public"
Justin M. Keyes
2019-08-27
*
paste: implement redo (AKA dot-repeat)
Justin M. Keyes
2019-08-27
*
paste: insert text "before" cursor in Insert-mode
Justin M. Keyes
2019-08-27
*
API: nvim_paste
Justin M. Keyes
2019-08-27
*
paste: phases, dots
Justin M. Keyes
2019-08-27
*
API: nvim_put: "follow" parameter
Justin M. Keyes
2019-08-27
*
paste: use nvim_put()
Justin M. Keyes
2019-08-27
*
paste: use chansend() in Terminal-mode
Justin M. Keyes
2019-08-27
*
paste: fixup tests
Justin M. Keyes
2019-08-27
*
paste: abort paste if handler does not return true
Justin M. Keyes
2019-08-27
*
TUI/paste: always flush on paste mode-change
Justin M. Keyes
2019-08-27
*
TUI/paste: define paste function as Lua builtin
Justin M. Keyes
2019-08-27
*
lua/stdlib: cleanup
Justin M. Keyes
2019-08-27
*
Merge pull request #10171 from blueyed/vim-8.1.1318
Daniel Hahler
2019-08-09
|
\
|
*
includes
Daniel Hahler
2019-08-07
*
|
lua: minimal UTF-16 support needed for LSP
Björn Linse
2019-08-08
|
/
*
lua: add vim.in_fast_event() to check if we are in a luv callback
Björn Linse
2019-08-05
*
lua: do not crash on syntax error in debug.debug()
Björn Linse
2019-08-05
*
lua: immediate-callback safe print()
Björn Linse
2019-08-05
*
api/lua: make nvim_execute_lua use native lua floats, not special tables
Björn Linse
2019-07-01
*
make vim.loop == require'luv'
Björn Linse
2019-06-30
*
libluv: use luv_set_callback to control callback execution
Björn Linse
2019-06-30
*
api/lua: add on_detach to nvim_buf_attach
Björn Linse
2019-06-15
*
lua: introduce vim.loop (expose libuv event-loop) #10123
George Zhao
2019-06-10
*
lua: docs and tests for vim.schedule
Björn Linse
2019-06-05
*
lua: add vim.schedule(cb)
Andrey Popp
2019-06-05
*
api: allow nvim_buf_attach from lua using callbacks
Björn Linse
2019-06-04
*
messages: use proper multiline error message for rpcrequest and API wrappers
Björn Linse
2019-05-26
*
lua/shared: share trim() impl
Justin M. Keyes
2019-05-20
*
Merge #9709 'fileio: use os_copy to create backups'
Justin M. Keyes
2019-05-20
|
\
*
|
lua/shared: share more stuff
Justin M. Keyes
2019-05-19
*
|
lua/shared: share deepcopy() with test/*
Justin M. Keyes
2019-05-19
*
|
gen_vimdoc.py: support lua/shared.lua module [ci skip]
Justin M. Keyes
2019-05-19
*
|
Document the vim.lua functions
KillTheMule
2019-05-18
*
|
lua/stdlib: Introduce vim.shared
Justin M. Keyes
2019-05-18
*
|
Merge #9686 'win/Lua: monkey-patch os.getenv()'
Justin M. Keyes
2019-03-16
|
\
\
|
|
/
|
/
|
|
*
Fix os.getenv of lua on Windows
erw7
2019-03-07
|
/
*
cleanup: reduce some duplicate code, avoid function pointers for a condition
Björn Linse
2019-01-23
*
message.c: add msg_echo_attr functions, use it for lua error messages
Alexandre Dubray
2019-01-22
*
lua: expose full interface of vim.inspect and add test
Björn Linse
2019-01-14
*
lua/stdlib: Load runtime modules on-demand
Justin M. Keyes
2019-01-14
*
lua/stdlib: vim.inspect, string functions
KillTheMule
2019-01-14
*
add func_attr_printf in :
MichaHoffmann
2018-09-24
*
API: Remove path prefix from command name in nvim_get_proc()
Lucas Hoffmann
2018-08-18
*
API: Use `ps -o comm` in nvim_get_proc()
Lucas Hoffmann
2018-08-15
*
Merge #8107 'jobs: separate process-group'
Justin M. Keyes
2018-03-18
|
\
|
*
API: nvim_get_proc()
Justin M. Keyes
2018-03-18
[next]