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
/
ex_cmds.c
Commit message (
Expand
)
Author
Age
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15
*
replaced some mch_stat() with os_get_file_info()
Stefan Hoffmann
2014-05-09
*
replaced some mch_stat() with os_file_exists()
Stefan Hoffmann
2014-05-09
*
No OOM error in make_filter_cmd()
Felipe Oliveira Carvalho
2014-05-07
*
Replace lalloc() with xmalloc()
Felipe Oliveira Carvalho
2014-05-07
*
replaced `vim_free()` calls with `free()` calls
Matthias Beyer
2014-05-05
*
Rename buf_modname to modname as they've become the same
Felipe Oliveira Carvalho
2014-05-02
*
Remove the always-FALSE shortname argument from buf_modname()
Felipe Oliveira Carvalho
2014-05-02
*
Remove the code related to the shortname option
Felipe Oliveira Carvalho
2014-05-02
*
Don't retry to make the tempname in write_viminfo() with shortname=1
Felipe Oliveira Carvalho
2014-05-02
*
Remove checks for SHORT_FNAME and USE_LONG_FNAME.
Chris Watkins
2014-05-02
*
Replace 'alloc' with 'xmalloc' in some files.
Chris Watkins
2014-05-01
*
revert #652
Justin M. Keyes
2014-05-01
*
Remove NUL macro
Marco Hinz
2014-04-29
*
Use portable format specifiers: Improve arguments formatting.
Eliseo Martínez
2014-04-28
*
Remove code and checks for unsupported systems.
Chris Watkins
2014-04-28
*
Remove `alloc_clear`
John Schmidt
2014-04-28
*
Remove O_EXTRA which was only for EMX and cygwin.
Chris Watkins
2014-04-24
*
No OOM error condition in ga_concat_strings(), concat_fnames(), concat_str()
Felipe Oliveira Carvalho
2014-04-24
*
Use portable format specifiers: Case %ld - localized - EMSGN.
Eliseo Martínez
2014-04-23
*
Use portable format specifiers: Case %ld - localized - vim_snprintf_add.
Eliseo Martínez
2014-04-23
*
Use portable format specifiers: Case %ld - localized - vim_snprintf.
Eliseo Martínez
2014-04-23
*
Use portable format specifiers: Case %ld - plain - vim_snprintf.
Eliseo Martínez
2014-04-23
*
Use portable format specifiers: Case %ld - localized - smsg.
Eliseo Martínez
2014-04-23
*
Use portable format specifiers: Case %ld - plain - sprintf.
Eliseo Martínez
2014-04-23
*
vim-patch:7.4.245
oni-link
2014-04-17
*
Remove modelines
Marco Hinz
2014-04-16
*
vim-patch:7.4.251
Marco Hinz
2014-04-16
*
vim-patch:7.4.232
Marco Hinz
2014-04-16
*
vim-patch:7.4.209
oni-link
2014-04-14
*
removed mch_remove macro
Stefan Hoffmann
2014-04-11
*
Remove OOM error handling code after ga_grow() calls
Felipe Oliveira Carvalho
2014-04-11
*
Replace `alloc_check` by `xmalloc`
John Schmidt
2014-04-10
*
Remove Amiga stuff
John Schmidt
2014-04-05
*
remove DO_AUTOCHDIR
aph
2014-04-04
*
vim-patch:7.4.170
oni-link
2014-04-04
*
Extract memory.c from misc2.c
John Schmidt
2014-04-04
*
Restore vim_rename
Hinidu
2014-04-04
*
Replace mch_rename and vim_rename with libuv
Hinidu
2014-04-04
*
Rename FPC_* constants.
Thomas Wienecke
2014-04-03
*
Test and refactor gettail -> path_tail.
Thomas Wienecke
2014-04-03
*
Refactor fullpathcmp -> path_full_compare.
Thomas Wienecke
2014-04-03
*
move check_file_readonly() into /src/os/fs.c and rename it
Stefan Hoffmann
2014-04-03
*
Remove feature HAVE_QSORT
oni-link
2014-03-31
*
Rename ga_init2() to ga_init()
John Schmidt
2014-03-31
*
Refactor SHELL_* defines into enum typedef
Thiago de Arruda
2014-03-31
*
Make `extra_shell_arg` a `mch_call_shell` parameter
Thiago de Arruda
2014-03-31
*
Re-integrate FEAT_SIGNS code, close #383
Justin M. Keyes
2014-03-29
*
Extract path.c from misc1.c
John Schmidt
2014-03-29
*
Rename mch_* functions to os_* in os module.
Thomas Wienecke
2014-03-27
[next]