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
...
*
Merge pull request #1850 from JackDanger/halfway-a-line
Justin M. Keyes
2015-01-22
|
\
|
*
"halfway a line" is a very confusing phrase
Jack Danger Canty
2015-01-22
*
|
Merge pull request #1864 from Hinidu/vim-7.4.500
Justin M. Keyes
2015-01-22
|
\
\
|
*
|
Replace erroneous ft=unix by ff=unix from 7.4.406
Pavel Platto
2015-01-21
|
*
|
vim-patch:7.4.500
Pavel Platto
2015-01-21
|
|
/
*
|
Merge pull request #1847 from JackDanger/safely-freeing-channels
Justin M. Keyes
2015-01-22
|
\
\
|
*
|
Fix CID #102150
Jack Danger Canty
2015-01-22
|
|
/
*
/
vim-patch: Mark patches as NA.
Florian Walch
2015-01-21
|
/
*
Merge pull request #1656 from fmoralesc/remove-easy-mode
Justin M. Keyes
2015-01-21
|
\
|
*
Remove easy mode
Felipe Morales
2015-01-15
*
|
Merge pull request #1856 from Hinidu/vim-7.4.462
Justin M. Keyes
2015-01-20
|
\
\
|
*
|
vim-patch:7.4.462
Pavel Platto
2015-01-20
*
|
|
vim-patch:7.4.446
Pavel Platto
2015-01-20
|
/
/
*
|
Merge pull request #1843 from JackDanger/initialize-our_paren_pos-CID-102151
Justin M. Keyes
2015-01-19
|
\
\
|
*
|
coverity/102151: initialize `our_paren_pos`
Jack Danger Canty
2015-01-18
*
|
|
vim-patch:7.4.492
Pavel Platto
2015-01-19
*
|
|
Remove long_u: Remove type.
Eliseo Martínez
2015-01-19
*
|
|
Remove long_u: regexp: Refactor long_u.
Eliseo Martínez
2015-01-19
*
|
|
Remove long_u: ops.c: Refactor long_u.
Eliseo Martínez
2015-01-19
*
|
|
Remove long_u: ex_docmd.c: Refactor long_u.
Eliseo Martínez
2015-01-19
*
|
|
Remove long_u: buffer_defs.h: Refactor long_u.
Eliseo Martínez
2015-01-19
*
|
|
Remove long_u: option.c: Refactor long_u.
Eliseo Martínez
2015-01-19
*
|
|
Remove long_u: option.c: Enable -Wconversion.
Eliseo Martínez
2015-01-19
*
|
|
Remove long_u: (various): Refactor long_u.
Eliseo Martínez
2015-01-19
*
|
|
Remove long_u: ex_cmds_defs.h: Refactor long_u.
Eliseo Martínez
2015-01-19
*
|
|
Merge pull request #1729 from fwalch/vim-7.4.490
Justin M. Keyes
2015-01-19
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
vim-patch:7.4.490
Florian Walch
2015-01-04
*
|
|
Merge pull request #1798 from oni-link/fix.job.wait
Justin M. Keyes
2015-01-18
|
\
\
\
|
*
|
|
job.c: Prevent early return from job_wait().
oni-link
2015-01-11
*
|
|
|
Merge pull request #1803 from elmart/small-fixes
Justin M. Keyes
2015-01-16
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
coverity/100248: Operands don't affect result: HI.
Eliseo Martínez
2015-01-16
|
*
|
|
Fix bad assert.
Eliseo Martínez
2015-01-14
*
|
|
|
Merge pull request #1816 from Pyrohh/macro_cleanup
Justin M. Keyes
2015-01-15
|
\
\
\
\
|
*
|
|
|
Macro cleanup: Miscellaneous
Michael Reed
2015-01-14
|
*
|
|
|
Macro cleanup: HAS_SWAP_EXISTS_ACTION
Michael Reed
2015-01-14
|
*
|
|
|
Macro cleanup: PROTO
Michael Reed
2015-01-14
|
|
/
/
/
*
|
|
|
screen: Fix screen_resize to consider minimum screen size
Thiago de Arruda
2015-01-15
*
|
|
|
input: Fix check for mouse coordinates
Thiago de Arruda
2015-01-15
*
|
|
|
input: Read row/col position when processing mouse wheel
Thiago de Arruda
2015-01-14
*
|
|
|
ui: Implement set_{title,icon}
Thiago de Arruda
2015-01-14
*
|
|
|
term: Fix shell_resized for abstract_ui
Thiago de Arruda
2015-01-13
*
|
|
|
screen: Fix highlight reset for abstract_ui
Thiago de Arruda
2015-01-13
*
|
|
|
main: Fix color schemes for abstract_ui
Thiago de Arruda
2015-01-13
*
|
|
|
syntax: Refresh UI when the color scheme changes
Thiago de Arruda
2015-01-13
*
|
|
|
ui: Fix redraw bug caused by race conditions with remote clients
Thiago de Arruda
2015-01-13
*
|
|
|
shell: When executing command, use screen functions to display output
Thiago de Arruda
2015-01-13
*
|
|
|
ui: Use ui_linefeed to handle line breaks correctly
Thiago de Arruda
2015-01-13
*
|
|
|
ui: Fix out_flush/ui_write behavior to always flush for abstract_ui
Thiago de Arruda
2015-01-13
*
|
|
|
channel: Make pending_requests a field of the Channel type
Thiago de Arruda
2015-01-13
*
|
|
|
ui: Fix `:suspend` command for remote UIs
Thiago de Arruda
2015-01-13
[prev]
[next]