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
...
|
*
|
|
|
|
|
build: fix `doc_html` target
Justin M. Keyes
2019-01-04
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge #9446 'Visual: highlight char-at-cursor'
Justin M. Keyes
2019-01-04
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Visual: highlight char-at-cursor
Justin M. Keyes
2019-01-04
|
*
|
|
|
|
|
remove check_visual_highlight()
Justin M. Keyes
2019-01-04
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #9447 from janlazo/vim-8.1.0651
James McCoy
2019-01-03
|
\
\
\
\
\
\
|
*
|
|
|
|
|
vim-patch:8.1.0653: arglist test fails on MS-windows
Jan Edmund Lazo
2019-01-03
|
*
|
|
|
|
|
vim-patch:8.1.0651: :args \"foo works like :args without argument
Jan Edmund Lazo
2019-01-03
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge #9425 'build: enable -Wshadow'
Justin M. Keyes
2019-01-03
|
\
\
\
\
\
\
|
*
|
|
|
|
|
UGRID_FOREACH_CELL: avoid shadowed variables
Justin M. Keyes
2019-01-02
|
*
|
|
|
|
|
build: enable -Wshadow
Justin M. Keyes
2019-01-02
*
|
|
|
|
|
|
TUI: Do not disable BCE for builtin terminfos (#9443)
Justin M. Keyes
2019-01-02
|
/
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #9438 from jamessan/revert-pynvim
James McCoy
2019-01-02
|
\
|
|
|
|
|
|
*
|
|
|
|
health/provider: Check for available pynvim when neovim module missing
James McCoy
2019-01-01
|
*
|
|
|
|
python#CheckForModule: Use the given module string instead of hard-coding pynvim
James McCoy
2019-01-01
|
*
|
|
|
|
{health,provider}/python: Import the neovim, rather than pynvim, module
James McCoy
2019-01-01
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
vim-patch:8.0.0251: not easy to select Python 2 or 3 (#9173)
David Jimenez
2019-01-02
*
|
|
|
|
Merge pull request #9434 from bfredl/multigrid_fixes
Björn Linse
2019-01-01
|
\
\
\
\
\
|
*
|
|
|
|
popupmenu: fix positioning with vsplits
Björn Linse
2019-01-01
|
*
|
|
|
|
multigrid: do all adjustment in screen.c
Björn Linse
2019-01-01
*
|
|
|
|
|
Merge pull request #9436 from jamessan/more-fragile-tests
James McCoy
2019-01-01
|
\
\
\
\
\
\
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Mark "shell command :! throttles shell-command output greater than ~10KB" fra...
James McCoy
2019-01-01
|
*
|
|
|
|
Mark "feeding large chunks of input with <Paste>" fragile
James McCoy
2019-01-01
|
*
|
|
|
|
Mark ":substitute with inccommand during :terminal activity" fragile
James McCoy
2019-01-01
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #9432 from jamessan/only-lint-master
James McCoy
2019-01-01
|
\
|
|
|
|
|
*
|
|
|
travis: Only run lint job for master branch/PRs
James McCoy
2019-01-01
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #9431 from jamessan/bug-fix-branch-ci
James McCoy
2019-01-01
|
\
\
\
\
|
*
|
|
|
travis: Run ci for release-* branches
James McCoy
2019-01-01
|
/
/
/
/
*
|
|
|
Merge pull request #9427 from jamessan/man-fix
James McCoy
2019-01-01
|
\
\
\
\
|
*
|
|
|
nvim.1: Add missing .El directive
James McCoy
2018-12-31
|
|
|
/
/
|
|
/
|
|
*
/
|
|
cmake: runtime: use add_custom_command for tags directly (#9430)
Daniel Hahler
2019-01-01
|
/
/
/
*
|
|
TUI: Konsole DECSCUSR fixup (#9423)
Justin M. Keyes
2018-12-31
*
|
|
Merge pull request #8455 from UtkarshMe/grid-split
Björn Linse
2018-12-31
|
\
\
\
|
*
|
|
multigrid: rename grid->ScreenLines and other grid arrays
Björn Linse
2018-12-31
|
*
|
|
multigrid: API version bump
Björn Linse
2018-12-31
|
*
|
|
multigrid: simplify tests
Björn Linse
2018-12-31
|
*
|
|
multigrid: rename to grid.row_offset and grid.requested_rows
Björn Linse
2018-12-31
|
*
|
|
multigrid: reorganize types and global varaibles
Björn Linse
2018-12-31
|
*
|
|
multigrid: various cleanup (types, unused parameters)
Björn Linse
2018-12-31
|
*
|
|
multigrid: add tests for multiline messages and tabs
Björn Linse
2018-12-31
|
*
|
|
multigrid: test refactor
Björn Linse
2018-12-31
|
*
|
|
multigrid: doc update
Björn Linse
2018-12-31
|
*
|
|
multigrid: Add multigrid documentation
Utkarsh Maheshwari
2018-12-31
|
*
|
|
multigrid: rename event to win_pos, make grid first
Björn Linse
2018-12-31
|
*
|
|
multigrid: add msg_scroll_start and msg_scroll_reset events
Björn Linse
2018-12-31
|
*
|
|
multigrid: send win_hide events when changing tabpage
Björn Linse
2018-12-31
|
*
|
|
multigrid: add multigrid screen tests
Utkarsh Maheshwari
2018-12-31
|
*
|
|
multigrid: add multigrid support to test infrastructure
Björn Linse
2018-12-31
|
*
|
|
multigrid: don't clear window grids on resize
Björn Linse
2018-12-31
|
*
|
|
multigrid: Fix lint errors
Utkarsh Maheshwari
2018-12-31
|
*
|
|
multigrid: Draw fold for the entire width of window grid
Utkarsh Maheshwari
2018-12-31
[prev]
[next]