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
/
os
Commit message (
Expand
)
Author
Age
*
Fix bugs, clean code, add tests.
Thomas Wienecke
2014-03-07
*
Remove unused return values.
Thomas Wienecke
2014-03-07
*
Move definition of helper function below their usage.
Thomas Wienecke
2014-03-07
*
Simplify mch_can_exe extracting is_executable_in_path.
Thomas Wienecke
2014-03-07
*
Declare is_executable as static and remove its unit tests.
Thomas Wienecke
2014-03-07
*
Move mch_can_exe, executable_file to os/fs.c.
Thomas Wienecke
2014-03-07
*
Fix memory leak and enable valgrind on travis
Thiago de Arruda
2014-03-07
*
cleanup environment variable handling + unit tests
Stefan Hoffmann
2014-03-06
*
Fix style issues.
Thomas Wienecke
2014-03-06
*
Port mch_isdir to libuv.
Thomas Wienecke
2014-03-05
*
Rename and refactor mch_FullName.
Thomas Wienecke
2014-03-04
*
Remove implicit declaration of vim_strrchr and vim_strncpy
Scott Nielsen
2014-02-26
*
Removes 'proto' dir
scott-linder
2014-02-26
*
os_unix: Port mch_FullName and mch_isFullName to libuv.
Thomas Wienecke
2014-02-25
*
os_unix: Use libuv uv_cwd instead of getcwd/getwd.
Thomas Wienecke
2014-02-25
*
Add missing include guard to os module
Thiago de Arruda
2014-02-24
*
Create new OS module
Thiago de Arruda
2014-02-24