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
...
*
|
mouse: Remove CHECK_DOUBLE_CLICK conditionals
Thiago de Arruda
2014-12-02
*
|
term: Move more mouse functions to mouse.c
Thiago de Arruda
2014-12-02
*
|
term: Remove most calls to settmode
Thiago de Arruda
2014-12-02
*
|
term: Move "set_shellsize" to screen.c as "screen_resize"
Thiago de Arruda
2014-12-02
*
|
Merge pull request #1582 from LBEaston/FixSegFault
Justin M. Keyes
2014-12-01
|
\
\
|
*
|
Fix SegFault when getting full path for files
LBEaston
2014-12-01
*
|
|
Wconversion: fix #1578
Justin M. Keyes
2014-11-28
|
/
/
*
|
Merge pull request #1497 from splinterofchaos/const-attr
Justin M. Keyes
2014-11-29
|
\
\
|
|
/
|
/
|
|
*
strings: Enable -Wconvert.
Scott Prager
2014-11-27
|
*
strings/memory: constify and func_attr.
Scott Prager
2014-11-27
*
|
Merge pull request #1491 from Pyrohh/os2-and-misc-cleanup
Justin M. Keyes
2014-11-28
|
\
\
|
*
|
Remove OS/2 references
Michael Reed
2014-11-27
|
*
|
Remove Atari MiNT references
Michael Reed
2014-11-27
|
*
|
Remove NeXTSTEP references
Michael Reed
2014-11-27
*
|
|
Merge pull request #1533 from elmart/fix-sub-newline-abort
Justin M. Keyes
2014-11-28
|
\
\
\
|
*
|
|
Fix newline substitution.
Eliseo Martínez
2014-11-28
|
|
/
/
*
|
|
Merge pull request #1186 from splinterofchaos/write
Justin M. Keyes
2014-11-28
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
mch_early_init() -> early_init().
Scott Prager
2014-11-28
|
*
|
update mch_suspend
Scott Prager
2014-11-28
|
*
|
mch_init -> term_init
Scott Prager
2014-11-28
|
*
|
mch_write -> term_write
Scott Prager
2014-11-28
*
|
|
Merge pull request #1492 from fwalch/fix-wconversion
Justin M. Keyes
2014-11-27
|
\
\
\
|
*
|
|
Wconversion: Change long to int64_t in cursor_shape.c, digraph.c.
Florian Walch
2014-11-27
|
*
|
|
Wconversion: Remove regexp_nfa.c from list.
Florian Walch
2014-11-27
|
*
|
|
Wconversion: Fix warnings in indent_c.c.
Florian Walch
2014-11-27
|
*
|
|
Wconversion: Fix warnings in file_search.c.
Florian Walch
2014-11-27
|
*
|
|
Wconversion: Fix warnings in ex_eval.c.
Florian Walch
2014-11-27
|
|
/
/
*
|
|
Merge pull request #1566 from splinterofchaos/fix-save-tv-as-string
Justin M. Keyes
2014-11-27
|
\
\
\
|
*
|
|
eval: Fix coverity false positive.
Scott Prager
2014-11-27
|
|
/
/
*
|
|
Merge pull request #1516 from fmoralesc/new-patches
Justin M. Keyes
2014-11-27
|
\
\
\
|
*
|
|
vim-patch:7.4.478: Use character lenght for 'showbreak'
Felipe Morales
2014-11-27
|
*
|
|
vim-patch:7.4.473
Felipe Morales
2014-11-27
|
*
|
|
vim-patch:7.4.472: Only draw "precedes" entry in 'listchar' when 'list' is on
Felipe Morales
2014-11-27
|
*
|
|
vim-patch:7.4.467: Avoid a problem with unwanted linebreaks in block mode
Felipe Morales
2014-11-27
|
*
|
|
vim-patch:7.4.435: Disable linebreak temporarily when formatting lines.
Felipe Morales
2014-11-27
|
*
|
|
vim-patch:7.4.425: Adjust virtcol when showbreak is set
Felipe Morales
2014-11-27
*
|
|
|
ui: Move check_col/check_row functions to mbyte.c
Thiago de Arruda
2014-11-27
*
|
|
|
Remove code defined under USE_IM_CONTROL #ifdefs
Thiago de Arruda
2014-11-27
|
|
/
/
|
/
|
|
*
|
|
ui: Remove redundant ui.h includes
Thiago de Arruda
2014-11-27
*
|
|
ui: Extract mouse.c/mouse.h
Thiago de Arruda
2014-11-27
*
|
|
ui: Remove ui_delay, ui_breakcheck and ui_set_shellsize
Thiago de Arruda
2014-11-27
*
|
|
ui: Remove ui_inchar/ui_char_avail
Thiago de Arruda
2014-11-27
*
|
|
Add Boolean argument escape_csi to vim_feedkeys
Rui Abreu Ferreira
2014-11-27
|
|
/
|
/
|
*
|
Merge pull request #1552 from equalsraf/tb-fix-1530
Justin M. Keyes
2014-11-25
|
\
\
|
*
|
Add missing refcount increment for systemlist()
Rui Abreu Ferreira
2014-11-25
*
|
|
Fix substitute newline: Memory functions: Improve style.
Eliseo Martínez
2014-11-24
|
/
/
*
|
Fix Makefile for running valgrind with old tests.
Julian Mehne
2014-11-22
*
|
event: No longer process K_EVENT automatically
Thiago de Arruda
2014-11-21
*
|
input: Refactor to ensure user input has higher priority
Thiago de Arruda
2014-11-21
*
|
legacy tests: migrate test105
Rainer Borene
2014-11-20
[prev]
[next]