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
Commit message (
Expand
)
Author
Age
...
|
*
|
|
|
timers: make timers work with zero timeout
Björn Linse
2016-06-29
*
|
|
|
|
Fix regression of :drop introduced in 1a91000
Michael Budde
2016-07-01
|
|
/
/
/
|
/
|
|
|
*
|
|
|
vim-patch:7.4.1136
Patrick
2016-06-30
|
/
/
/
*
|
|
[RFC] Fix #4979: Trigger TabNewEntered also with <CTRL-W>T
Dimitri Merejkowsky
2016-06-28
*
|
|
Update version.c (#4974)
KillTheMule
2016-06-27
*
|
|
Merge #4646 from oni-link/fix.issue.4569.3
Justin M. Keyes
2016-06-26
|
\
\
\
|
*
|
|
fixup2: process.c: Prevent data loss for process output streams
oni-link
2016-05-15
|
*
|
|
fixup: process.c: Prevent data loss for process output streams
oni-link
2016-05-15
|
*
|
|
shell.c: Fix missing output
oni-link
2016-05-15
|
*
|
|
process.c: Prevent data loss for process output streams
oni-link
2016-05-15
*
|
|
|
version: State that 1960 was included
ZyX
2016-06-26
*
|
|
|
Merge #4965 from justinmk/fixup4453
Justin M. Keyes
2016-06-25
|
\
\
\
\
|
*
|
|
|
ex_cmds2.c: cleanup
Justin M. Keyes
2016-06-25
|
*
|
|
|
ex_cmds2.c:style: Silence all clint warnings
J Phani Mahesh
2016-06-24
*
|
|
|
|
option: Make all pointers in set_string_option constant
ZyX
2016-06-24
*
|
|
|
|
*: Fix linter errors
ZyX
2016-06-24
*
|
|
|
|
kvec: Do not bother with making capacity a power of 2
ZyX
2016-06-24
*
|
|
|
|
msgpack_rpc: Fix crash in log_server_msg
ZyX
2016-06-24
*
|
|
|
|
option: Handle NULL string in set_option_value
ZyX
2016-06-24
*
|
|
|
|
eval: Also make clear_tv non-recursive
ZyX
2016-06-24
*
|
|
|
|
kvec,typval_encode: Add new vector: the one with preallocated array
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
*
|
|
|
|
os/fileio: Use readv often
ZyX
2016-06-24
*
|
|
|
|
*: Satisfy linter (newest type casts rule)
ZyX
2016-06-24
*
|
|
|
|
file: Move src/nvim/file.* to src/nvim/os/fileio.*
ZyX
2016-06-24
*
|
|
|
|
unittests: Add tests for file.c
ZyX
2016-06-24
*
|
|
|
|
shada: Do not forget to close ShaDa reader
ZyX
2016-06-23
*
|
|
|
|
file: Use own constants, do not rely on fcntl.h
ZyX
2016-06-23
*
|
|
|
|
file: Add buffered reading and writing
ZyX
2016-06-23
*
|
|
|
|
file,os/fs,shada: Separate opening, closing, writing and reading files
ZyX
2016-06-23
|
/
/
/
/
*
|
|
|
cmake: remove unused includes (#4947)
Nicolai Skogheim
2016-06-22
*
|
|
|
lint
James McCoy
2016-06-22
*
|
|
|
vim-patch:7.4.1592
James McCoy
2016-06-22
*
|
|
|
Always resize the embedded vterm properly
Marco Hinz
2016-06-20
*
|
|
|
Merge #4697 'capture() function'.
Justin M. Keyes
2016-06-20
|
\
\
\
\
|
*
|
|
|
Port capture() function
Shougo Matsushita
2016-05-27
*
|
|
|
|
coverity/149459: CHECKED_RETURN (false positive)
Justin M. Keyes
2016-06-18
*
|
|
|
|
synIDattr(): return RRGGBB value for [fg|bg|sp]# #4851
Rom Grk
2016-06-18
*
|
|
|
|
eval: add api_info()
Björn Linse
2016-06-17
*
|
|
|
|
Merge #4923 from justinmk/doc
Justin M. Keyes
2016-06-16
|
\
\
\
\
\
|
*
|
|
|
|
doc: consolidate nvim.txt
Justin M. Keyes
2016-06-15
*
|
|
|
|
|
vim-patch:7.4.1126
James McCoy
2016-06-15
|
/
/
/
/
/
*
|
|
|
|
Add new functionality to the `=` marker in the STL
TJ DeVries
2016-06-14
*
|
|
|
|
Merge #3745 from cacplate/ops_Wconversion
Justin M. Keyes
2016-06-13
|
\
\
\
\
\
|
*
|
|
|
|
remove some asserts and lint
Charles Joachim
2016-05-30
|
*
|
|
|
|
ops.c: enable -Wconversion warning
Charles Joachim
2016-05-30
*
|
|
|
|
|
vim-patch:7.4.1352 (#4914)
Michael Ennen
2016-06-13
*
|
|
|
|
|
tui/input.c: Handle Ctrl-Z (suspend) for TERM=linux (#3100) (#4911)
Mateusz Czapliński
2016-06-12
*
|
|
|
|
|
Merge #4908 from ZyX-I/clint-checks-2
Justin M. Keyes
2016-06-11
|
\
\
\
\
\
\
[prev]
[next]