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
/
os
Commit message (
Expand
)
Author
Age
*
os/fs.c: Convert stray getenv() to os_getenv()
Michael Reed
2015-10-31
*
Merge pull request #3553 from ZyX-I/fix-xdg-2
Justin M. Keyes
2015-10-30
|
\
|
*
stdpaths: Document that stdpaths_*_subpath is not returning NULL
ZyX
2015-10-29
|
*
stdpaths: Use NULL in place of empty strings
ZyX
2015-10-29
*
|
os/input.c: Fix assertion in `create_cursorhold_event`
Thiago de Arruda
2015-10-29
|
/
*
main: Refactor normal_enter to call `os_inchar` directly
Thiago de Arruda
2015-10-26
*
input: Remove CURSORHOLD key
Thiago de Arruda
2015-10-26
*
os/unix_defs: Rename default system vimrc file to sysinit.vim
ZyX
2015-10-24
*
os/fs: Allow os_mkdir_recurse directory name to end with ///
ZyX
2015-10-23
*
stdpaths: Remove outdated comment
ZyX
2015-10-23
*
stdpaths: Add Windows-specific directories
ZyX
2015-10-23
*
stdpaths: Add missing include
ZyX
2015-10-23
*
stdpaths: Remove Apple defaults, use \*nix ones instead
ZyX
2015-10-23
*
main,version: Remove USR_EXRC_FILE*
ZyX
2015-10-23
*
option: Add `//` to the end of default `&directory`
ZyX
2015-10-23
*
stdpaths: Add documentation
ZyX
2015-10-23
*
main,os/env: Fix lint errors
ZyX
2015-10-23
*
stdpaths: Do NOT create data directories
ZyX
2015-10-23
*
stdpaths: Give proper error message in case directory creation failed
ZyX
2015-10-23
*
shada: Move shada file to a new location
ZyX
2015-10-23
*
stdpaths,main: Remove all remaining memory leaks
ZyX
2015-10-23
*
stdpaths: Export get_xdg function (renamed) and use it for runtimepath
ZyX
2015-10-23
*
stdpaths: Rename export functions so that they have common prefix
ZyX
2015-10-23
*
stdpaths: Remove useless functions get_user_*_dir
ZyX
2015-10-23
*
stdpaths: Fix some issues, specifically
ZyX
2015-10-23
*
option: Use different default value for &runtimepath
ZyX
2015-10-23
*
os/env: Add functions that can iterate over colon-separated variables
ZyX
2015-10-23
*
option,main: Partial support of XDG base directory specification
Keerthan Jaic
2015-10-23
*
os/time: Make Timestamp be 64-bit unsigned integer
ZyX
2015-10-08
*
viminfo: First version of ShaDa file dumping
ZyX
2015-10-08
*
os/fs: Define os_strerror as an alias to uv_strerror
ZyX
2015-10-08
*
os/input: Don't advance past incomplete sequences in input_enqueue
Thiago de Arruda
2015-10-01
*
remove HAVE_DUP #1072
Justin M. Keyes
2015-09-12
*
do_path_expand: Avoid non-readable directories. #3273
Felipe Morales
2015-09-04
*
Windows: Define USE_CRNL on Windows. #3249
Seth Jackson
2015-08-28
*
Windows: avoid "uv_" naming conflicts. #3225
Seth Jackson
2015-08-27
*
os/os_defs.h cleanup: Remaining signal stuff
Michael Reed
2015-08-27
*
os/os_defs.h cleanup: SIGHASARG
Michael Reed
2015-08-27
*
os/os_defs.h cleanup: SIGHAS3ARGS
Michael Reed
2015-08-27
*
os/os-defs.h cleanup: Don't include <time.h>
Michael Reed
2015-08-27
*
MSVC: Define `inline` and `restrict`. #3237
Seth Jackson
2015-08-25
*
Windows: Define ssize_t and SSIZE_MAX. #3228
Seth Jackson
2015-08-25
*
remove references to <sys/time.h>
Justin M. Keyes
2015-08-24
*
Windows: is_executable(): do not check exec bit.
Rui Abreu Ferreira
2015-08-23
*
os/fs.c: remove os_file_is_readonly()
Justin M. Keyes
2015-08-17
*
os_file_is_*: libuv impl
Justin M. Keyes
2015-08-17
*
win_defs.h: define R_OK, W_OK for MSVC.
Rui Abreu Ferreira
2015-08-17
*
fs.c: implement os_file_is_readable()
Justin M. Keyes
2015-08-17
*
eval: Fix jobwait() to process multiple jobs concurrently
Thiago de Arruda
2015-08-13
*
rstream: Pass read count to read events
Thiago de Arruda
2015-08-13
[next]