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
Commit message (
Expand
)
Author
Age
...
|
*
Fix warnings: eval.c: clear_tv(): Bad free: RI.
Eliseo Martínez
2014-11-18
|
*
Fix warnings: eval.c: item_compare(): Garbage value: MI.
Eliseo Martínez
2014-11-18
|
*
Fix warnings: eval.c: dictitem_alloc(): Out-of-bounds access: FP.
Eliseo Martínez
2014-11-18
|
*
Fix warnings: eval.c: set_var_lval(): Np dereference: FP.
Eliseo Martínez
2014-11-18
|
*
Fix warnings: window.c: tabline_height(): Np dereference: FP.
Eliseo Martínez
2014-11-18
|
*
Fix warnings: window.c: win_drag_vsep_line(): Np dereference: FP.
Eliseo Martínez
2014-11-18
|
*
Fix warnings: window.c: winframe_remove(): Np dereference: FP.
Eliseo Martínez
2014-11-18
|
*
Fix warnings: window.c: win_rotate(): Np dereference: FP.
Eliseo Martínez
2014-11-18
|
*
Fix warnings: tag.c: get_tags(): Uninitialized arg: RI.
Eliseo Martínez
2014-11-18
|
*
Fix warnings: tag.c: jumpto_tag(): Np dereference: MI.
Eliseo Martínez
2014-11-18
|
*
Fix warnings: tag.c: test_for_static()/get_tags(): Various (2): FP.
Eliseo Martínez
2014-11-18
|
/
*
Merge PR #1454 'Refactor plugin system'
Thiago de Arruda
2014-11-18
|
\
|
*
docs: Update to the latest changes in the plugin infrastructure
Thiago de Arruda
2014-11-18
|
*
test: Add tests for the python provider
Thiago de Arruda
2014-11-18
|
*
test: Add tests for the rpc#define#* functions
Thiago de Arruda
2014-11-18
|
*
runtime: Remove 'python_setup.vim'
Thiago de Arruda
2014-11-18
|
*
runtime: Reimplement python/clipboard providers in vimscript
Thiago de Arruda
2014-11-18
|
*
runtime: Add vimscript support for external plugins
Thiago de Arruda
2014-11-18
|
*
channel: Improve error reporting for invalid responses
Thiago de Arruda
2014-11-18
|
*
channel: Remove invalid free_channel call
Thiago de Arruda
2014-11-18
|
*
Remove os/provider.{c,h} and all of its references
Thiago de Arruda
2014-11-18
|
*
eval/ex_cmds2/ops: Implement providers with eval_call_provider
Thiago de Arruda
2014-11-18
|
*
eval: Add eval_call_provider/eval_has_provider functions
Thiago de Arruda
2014-11-18
|
/
*
Merge pull request #1487 from jszakmeister/search-gettext-subdir
John Szakmeister
2014-11-18
|
\
|
*
Fix #1484: search gettext subdir for header
John Szakmeister
2014-11-17
|
/
*
doc: Remove MS-DOS specific options bioskey and conskey #1353
Fredrik Fornwall
2014-11-17
*
doc: update msgpack_rpc documentation to use nvim as variable name #1470
James Baumgarten
2014-11-17
*
Merge pull request #1485 from equalsraf/tb-no-make-prg
John Szakmeister
2014-11-17
|
\
|
*
Use cmake --build instead of Make
Rui Abreu Ferreira
2014-11-14
*
|
Merge pull request #1157 from fwalch/remove-coverity
Justin M. Keyes
2014-11-16
|
\
\
|
*
|
Travis: Remove Coverity build.
Florian Walch
2014-11-16
*
|
|
Merge pull request #1483 from oni-link/fix.mch_print_begin.memory.leak.stackv...
Justin M. Keyes
2014-11-16
|
\
\
\
|
*
|
|
coverity/13765,13766,13767,13768: Fix memory leaks in hardcopy.c
oni-link
2014-11-16
|
|
/
/
*
|
|
Merge pull request #1479 from Pyrohh/fix_comments_and_use_stdbool
Justin M. Keyes
2014-11-16
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
arabic.c: Comment fixes
Michael Reed
2014-11-15
|
*
|
farsi.c: Misc. fixes
Michael Reed
2014-11-15
|
/
/
*
|
Merge pull request #1471 from splinterofchaos/fix-jobstart
Justin M. Keyes
2014-11-15
|
\
\
|
*
|
jobstart: Check prg arguments for NULL.
Scott Prager
2014-11-13
*
|
|
Merge pull request #1460 from elmart/clang-analysis-fixes-3
Justin M. Keyes
2014-11-15
|
\
\
\
|
*
|
|
Fix warnings: charset.c: win_lbr_chartabsize(): Dead assignment: HI.
Eliseo Martínez
2014-11-15
|
*
|
|
Fix warnings: undo.c: u_blockfree(): Use after free: FP.
Eliseo Martínez
2014-11-15
|
*
|
|
Fix warnings: syntax.c: get_id_list(): Double free: FP.
Eliseo Martínez
2014-11-15
|
*
|
|
Fix warnings: syntax.c: syn_regexec(): Uninitialized arg: MI.
Eliseo Martínez
2014-11-15
|
*
|
|
Fix warnings: spell.c: spell_edit_score(): Garbage value: MI.
Eliseo Martínez
2014-11-15
|
*
|
|
Fix warnings: spell.c: getroom(): Np dereference: FP/RI.
Eliseo Martínez
2014-11-15
|
*
|
|
Fix warnings: spell.c: store_aff_word(): Garbage value: RI.
Eliseo Martínez
2014-11-15
|
*
|
|
Fix warnings: spell.c: spell_read_aff(): Uninitialized arg: RI.
Eliseo Martínez
2014-11-15
|
*
|
|
Fix warnings: spell.c: spell_move_to(): Garbage value: RI.
Eliseo Martínez
2014-11-15
|
*
|
|
Fix warnings: spell.c: spell_move_to(): Null arg: FP.
Eliseo Martínez
2014-11-15
|
*
|
|
Fix warnings: spell.c: find_word(): Dead assignment: HI.
Eliseo Martínez
2014-11-15
[prev]
[next]