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
/
private
/
helpers.c
Commit message (
Expand
)
Author
Age
*
refactor: PVS/V501: removed duplicate sub-expression 'chunk.size > 2'
Dundar Göc
2021-07-30
*
feat(decorations): deprecate nvim_buf_set_virtual_text
Björn Linse
2021-07-29
*
refactor(decorations): merge the two different code paths for virt_text
Björn Linse
2021-07-29
*
feat(decorations): allow more than one stacked highlight in a virt_text
Björn Linse
2021-07-29
*
clang/'Dead initialization': don't assign unused value to variable "string" #...
dundargoc
2021-07-07
*
feat(float): add rounded borders preset
Christian Clason
2021-06-14
*
api(parse_float_config): use api_object_to_bool()
Sean Dewar
2021-06-01
*
api(nvim_open_win): add "noautocmd" option
Sean Dewar
2021-06-01
*
lua: use proper conversion of vim.g values
Björn Linse
2021-05-19
*
floats: z-index
Björn Linse
2021-05-15
*
float: add "solid" border style (#14310)
Marco Hinz
2021-04-12
*
Border: allow to enable/disable specific border edges
Björn Linse
2021-04-04
*
luaref: free decoration providers
Björn Linse
2021-04-03
*
floats: add borders (MS-DOS MODE)
Björn Linse
2021-03-22
*
wheel: move non-window code out of window.c
Björn Linse
2021-03-22
*
api: nvim_echo
notomo
2021-01-20
*
fix: check for valid buffer handles in modify_keymap (#13543)
Thomas Vigouroux
2021-01-03
*
decoration: split out "decoration" from "extmark" module
Björn Linse
2020-11-07
*
api: add API for themes
Björn Linse
2020-11-01
*
fixup: fixup: fixup: fixup:
TJ DeVries
2020-10-22
*
fixup: some small nit picks
TJ DeVries
2020-10-22
*
fixup: bfredl comments
TJ DeVries
2020-10-22
*
api: multiple decoration providers at once
Björn Linse
2020-10-10
*
luahl: global the luahl
Björn Linse
2020-09-13
*
luahl
Björn Linse
2020-09-13
*
lua: cleanup naming conventions of executor functions
Björn Linse
2020-09-10
*
vim-patch:8.2.0111: VAR_SPECIAL is also used for booleans
Billy Su
2020-06-06
*
PVS/V618: fix printf-style args #11888
Justin M. Keyes
2020-02-22
*
shed biking: it's always extmarks, never marks extended
Björn Linse
2020-01-20
*
extmarks/bufhl: reimplement using new marktree data structure
Björn Linse
2020-01-16
*
API: include invalid buffer/window/tabpage in error message (#11712)
Daniel Hahler
2020-01-14
*
API: fix crash on copy_object(kObjectTypeWindow) #11651
Ghjuvan Lacambre
2020-01-02
*
doc + extmarks tweaks #11421
Justin M. Keyes
2019-11-25
*
extmark: rename ExtendedMark => Extmark
Justin M. Keyes
2019-11-11
*
extmark: review changes
Björn Linse
2019-11-11
*
nsmarks: initial commit
timeyyy
2019-11-11
*
namespace: add ns_initialized func
Timothy C Eichler
2019-11-11
*
vim-patch:8.1.0362: cannot get the script line number when executing a function
erw7
2019-09-04
*
api: make try_end clean-up after an exception properly. Fixes #10809
Björn Linse
2019-09-02
*
API: make nvim_win_set_option() set window-global, not buffer-local #9110
Björn Linse
2019-09-01
*
paste: break lines at CR, CRLF #10877
Justin M. Keyes
2019-08-29
*
API: nvim_paste
Justin M. Keyes
2019-08-27
*
api: allow nvim_buf_attach from lua using callbacks
Björn Linse
2019-06-04
*
API/nvim_set_keymap: remove mode-shortname aliases
Justin M. Keyes
2019-05-12
*
API/nvim_set_keymap: minor cleanup
Justin M. Keyes
2019-05-12
*
API: nvim_set_keymap, nvim_del_keymap #9924
Yilin Yang
2019-05-12
*
floats: implement floating windows
Björn Linse
2019-03-02
*
ui: implement ext_messages
Björn Linse
2019-02-10
*
api: add nvim_create_buf to create a new empty buffer.
Björn Linse
2019-02-09
*
dict_set_var: check value before checking its container
Justin M. Keyes
2019-01-14
[next]