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
*
Move expand_wildcards{,_eval} from misc1.c
John Schmidt
2014-04-01
*
Move shorten_fname{,1,s} and shorten_filenames from fileio.c
John Schmidt
2014-04-01
*
Move mch_expandpath from os_unix.c
John Schmidt
2014-04-01
*
Move pathcmp from misc2.c
John Schmidt
2014-04-01
*
Move same_directory from misc2.c
John Schmidt
2014-04-01
*
Move after_pathsep from misc2.c
John Schmidt
2014-04-01
*
Move fix_fname from buffer.c
John Schmidt
2014-04-01
*
Move functions from window.c
John Schmidt
2014-04-01
*
Move simplify_filename from tag.c
John Schmidt
2014-04-01
*
remove HAVE_{ISWUPPER,ISWLOWER,TOWUPPER,TOWLOWER}
Julian Orth
2014-03-31
*
remove HAVE_STDARG_H
Julian Orth
2014-03-31
*
remove HAVE_INTTYPES
Julian Orth
2014-03-31
*
remove HAVE_MATH_H
Julian Orth
2014-03-31
*
remove HAVE_SETJMP_H
Julian Orth
2014-03-31
*
Remove feature HAVE_QSORT
oni-link
2014-03-31
*
alloc: xmalloc and xrealloc can't return null
Nicolas Hillegeer
2014-03-31
*
func-attr: add some extra handy function attrs
Nicolas Hillegeer
2014-03-31
*
func-attr: clang 3.5 doesn't support alloc_size
Nicolas Hillegeer
2014-03-31
*
Rename ga_init2() to ga_init()
John Schmidt
2014-03-31
*
Inline ga_init()
John Schmidt
2014-03-31
*
Fix shell.{c,h} comments to match the style guide
Thiago de Arruda
2014-03-31
*
Add doxygen comments to the functions in shell.c
Thiago de Arruda
2014-03-31
*
Rewrite `show_shell_mess` as a `ShellOpts` flag
Thiago de Arruda
2014-03-31
*
Update `call_shell` signature to use `ShellOpts`
Thiago de Arruda
2014-03-31
*
Refactor SHELL_* defines into enum typedef
Thiago de Arruda
2014-03-31
*
Refactor/cleanup argument parsing functions
Thiago de Arruda
2014-03-31
*
Extract `shell_build_argv` from `mch_call_shell`
Thiago de Arruda
2014-03-31
*
Make `extra_shell_arg` a `mch_call_shell` parameter
Thiago de Arruda
2014-03-31
*
Extract `shell_count_argc` from `mch_call_shell`
Thiago de Arruda
2014-03-31
*
Extract `shell_skip_word` from `mch_call_shell`
Thiago de Arruda
2014-03-31
*
Split code for counting and parsing arguments
Thiago de Arruda
2014-03-31
*
Add doxygen-style comments to functions from os/fs.c.
Thomas Wienecke
2014-03-31
*
xrealloc(): similar to xmalloc()
Felipe Oliveira Carvalho
2014-03-31
*
Document xmalloc() and deprecate lalloc()
Felipe Oliveira Carvalho
2014-03-31
*
Avoid a seg fault when exiting after OOM error
Felipe Oliveira Carvalho
2014-03-31
*
xmalloc() that succeeds or gracefully aborts
Felipe Oliveira Carvalho
2014-03-31
*
Re-integrate FEAT_SIGNS code, close #383
Justin M. Keyes
2014-03-29
*
use function attributes on allocation functions
Nicolas Hillegeer
2014-03-29
*
add func_attr.h to be able to use func attribs
Nicolas Hillegeer
2014-03-29
*
Move remove_duplicates to garray.c
John Schmidt
2014-03-29
*
Extract path.c from misc1.c
John Schmidt
2014-03-29
*
Address clint warnings and other style issues.
Thomas Wienecke
2014-03-27
*
Rename mch_* functions to os_* in os module.
Thomas Wienecke
2014-03-27
*
Fix prepare watcher teardown in the event loop
Thiago de Arruda
2014-03-27
*
Re-integrate FEAT_FILTERPIPE code
Thiago de Arruda
2014-03-27
*
Make `EventType` enum private to input.c
Thiago de Arruda
2014-03-27
*
Cleanup of indent.c to make it comply with style guide.
John
2014-03-27
*
Reimplement input functions on top of libuv
Thiago de Arruda
2014-03-26
*
Use realloc instead of vim_realloc
Felipe Oliveira Carvalho
2014-03-26
*
HAVE_AVAIL_MEM is always undefined. Remove tests and dead code
Felipe Oliveira Carvalho
2014-03-26
[next]