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
*
vim-patch:7.4.553 #2513
David Bürgin
2015-04-25
*
vim-patch:7.4.550 #2510
David Bürgin
2015-04-25
*
options: Remove "g" flag from 'cpoptions' #2505
David Bürgin
2015-04-25
*
Improve comments and fix ascii_* attributes
Felipe Oliveira Carvalho
2015-04-24
*
Replace vim_isspace() with ascii_isspace() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
Replace vim_isxdigit() with to ascii_isxdigit() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
Replace vim_iswhite with ascii_iswhite() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
rpcstart: check argvars, /then/ alloc argv #2462
Scott Prager
2015-04-23
*
Merge #2491: Fix xfree of static value from vim_getenv() refactor.
Eliseo Martínez
2015-04-23
|
\
|
*
Fix xfree of static value in expand_shellcmd()
Mark Bainter
2015-04-23
*
|
TAB0 might not be defined in termios.h #2483
Rui Abreu Ferreira
2015-04-23
*
|
Fix warnings: ex_getln.c: init_history(): NP dereference: FP.
Eliseo Martínez
2015-04-23
*
|
Fix warnings: ops.c: op_yank_reg(): Dead assignment: HI.
Eliseo Martínez
2015-04-23
|
/
*
Add if_python3 support
Shougo Matsushita
2015-04-21
*
Merge #2418: Remove char_u (4)
Eliseo Martínez
2015-04-19
|
\
|
*
Refactor after_pathsep() to use const qualified args
Mark Bainter
2015-04-18
|
*
Refactor get_env() to respect const qualifier
Mark Bainter
2015-04-18
|
*
Remove char_u: get_mess_lang()
Mark Bainter
2015-04-18
|
*
Remove char_u: set_helplang_default()
Mark Bainter
2015-04-18
|
*
Remove char_u: vim_setenv()
Mark Bainter
2015-04-18
|
*
Remove char_u: vim_getenv()
Mark Bainter
2015-04-17
|
*
Remove char_u: after_pathstep()
Mark Bainter
2015-04-17
*
|
Merge pull request #2443 from jszakmeister/fix-more-release-warnings
John Szakmeister
2015-04-18
|
\
\
|
*
|
Fix an uninitialized variable warning for call_start.
Eliseo Martínez
2015-04-18
|
*
|
Fix a couple uninitialized variable warnings in the release build.
John Szakmeister
2015-04-18
|
|
/
*
|
clipboard: cleanup `valid_yank_reg` and use it for `:redir`
Björn Linse
2015-04-17
*
|
clipboard: simplify handling of of put in visual mode.
Björn Linse
2015-04-17
*
|
ops.c: eliminate unneccesary static variable `y_append`
Björn Linse
2015-04-17
*
|
ops.c: eliminate static variable `y_current`
Björn Linse
2015-04-17
|
/
*
Eval: do not join a list if it's empty anyway #2441
Marco Hinz
2015-04-16
*
Merge pull request #2353 from jszakmeister/fix-unused-var-warnings-in-release
John Szakmeister
2015-04-16
|
\
|
*
Fix several unused variable warnings in the release build.
John Szakmeister
2015-04-16
*
|
Merge pull request #2331 from splinterofchaos/serverlisten
Scott Prager
2015-04-14
|
\
\
|
*
|
eval: learn serverstart, list, and close().
Scott Prager
2015-04-14
|
*
|
msgpack_rpc/server.c: Use a garray over a kmap.
Scott Prager
2015-04-14
|
*
|
Implement os_unsetenv()
Rui Abreu Ferreira
2015-04-14
*
|
|
channel: recognized nvim-style errors
Scott Prager
2015-04-13
*
|
|
msgpack: Allow notifications to execute commands.
Scott Prager
2015-04-13
*
|
|
object_to_vim: Recognize buffers, windows, tabpages.
Scott Prager
2015-04-13
|
/
/
*
|
deps: Add jemalloc as an optional dependency
Thiago de Arruda
2015-04-13
*
|
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
|
memory: Replace klib memory pools by malloc/free
Thiago de Arruda
2015-04-12
*
|
eval: Fix memory deallocation of JobEvent
Thiago de Arruda
2015-04-12
*
|
remove char_u: vim_version_dir #2414
Mark Bainter
2015-04-12
*
|
refactor remove_tail() function to no longer use char_u #2413
Mark Bainter
2015-04-12
*
|
Remove obsolete CENT macro #2397
Marco Hinz
2015-04-12
*
|
Refactor default_vim{,runtime}_dir to use char type. #2375
Mark Bainter
2015-04-12
*
|
fix: segfault in ml_recover() if swap file not found
Justin M. Keyes
2015-04-12
*
|
fix: segfault in recover_names(): must not concat full path
Justin M. Keyes
2015-04-12
[next]