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
*
API: Implement buffer switching functions
Thiago de Arruda
2014-05-13
*
API: Implement vim_get_buffer_count
Thiago de Arruda
2014-05-13
*
API: Implement vim_{out,err}_write
Thiago de Arruda
2014-05-13
*
API: Implement vim_{get,set}_option
Thiago de Arruda
2014-05-13
*
API: Implement vim_{get,set}_var
Thiago de Arruda
2014-05-13
*
API: Move vim_to_object to helpers.c
Thiago de Arruda
2014-05-13
*
API: Implement vim_set_current_line
Thiago de Arruda
2014-05-13
*
API: Extract error boilerplate into a macro
Thiago de Arruda
2014-05-13
*
API: Implement buffer_{get,set}_line
Thiago de Arruda
2014-05-13
*
API: Move helper functions to another module
Thiago de Arruda
2014-05-13
*
API: Implement vim_change_directory
Thiago de Arruda
2014-05-13
*
API: Implement vim_list_runtime_paths
Thiago de Arruda
2014-05-13
*
API: Implement vim_strwidth
Thiago de Arruda
2014-05-12
*
API: Implement vim_eval
Thiago de Arruda
2014-05-12
*
API: Implement vim_command
Thiago de Arruda
2014-05-12
*
Fix jumps depending on unitialized values
Thiago de Arruda
2014-05-12
*
Add server module for accepting API connections
Thiago de Arruda
2014-05-12
*
Add channel module
Thiago de Arruda
2014-05-12
*
Refactor API types and prototypes
Thiago de Arruda
2014-05-12
*
Fix update of pending_reqs in `write_cb`
Thiago de Arruda
2014-05-12
*
Add teardown function for the event.c module
Thiago de Arruda
2014-05-12
*
Refactor modules to use handle data accessors
Thiago de Arruda
2014-05-12
*
Add helpers for accessing data in libuv handles
Thiago de Arruda
2014-05-12
*
Implement generic map on top of khash
Thiago de Arruda
2014-05-12
*
Style corrections in the two new functions
Harsh Kumar
2014-05-12
*
Add new functions for memory alloction & data copy
Harsh Kumar
2014-05-12
*
Simple Split 2-iter loop: msg_show_console_dialog
Harsh Kumar
2014-05-12
*
remove unused parameter from `buf_store_file_info`
Stefan Hoffmann
2014-05-10
*
removed mch_lstat() and mch_stat() macros
Stefan Hoffmann
2014-05-09
*
replaced last mch_stat() and mch_lstat()
Stefan Hoffmann
2014-05-09
*
replaced mch_stat() in buffer.c
Stefan Hoffmann
2014-05-09
*
replaced some mch_lstat()
Stefan Hoffmann
2014-05-09
*
replaced some mch_stat() with os_get_file_info()
Stefan Hoffmann
2014-05-09
*
replaced mch_fstat() with os_file_get_info_fd()
Stefan Hoffmann
2014-05-09
*
implemented FileInfo struct
Stefan Hoffmann
2014-05-09
*
implemented os_file_get_size()
Stefan Hoffmann
2014-05-09
*
use os_getperm() in f_getfperm()
Stefan Hoffmann
2014-05-09
*
replaced some mch_stat() with os_file_exists()
Stefan Hoffmann
2014-05-09
*
Delete the lalloc() function
Felipe Oliveira Carvalho
2014-05-07
*
No OOM error in make_filter_cmd()
Felipe Oliveira Carvalho
2014-05-07
*
Replace lalloc() with xmalloc()
Felipe Oliveira Carvalho
2014-05-07
*
Merge pull request #644 from philix/log
Justin M. Keyes
2014-05-06
|
\
|
*
Introduce os_localtime_r() and os_get_local_time()
Felipe Oliveira Carvalho
2014-05-06
|
*
Macro-based log utility for Neovim
Felipe Oliveira Carvalho
2014-05-06
|
*
Use REGEXP_DEBUG to enable log-based regexp debugging
Felipe Oliveira Carvalho
2014-05-06
*
|
Prevent preserve_exit() from executing more than once.
Dane Summers
2014-05-06
*
|
removed `vim_free()` function
Matthias Beyer
2014-05-05
*
|
replaced `vim_free()` calls with `free()` calls
Matthias Beyer
2014-05-05
*
|
Replace vim_free() implementation
Matthias Beyer
2014-05-04
|
/
*
vim-patch:7.4.274
Marco Hinz
2014-05-04
[next]