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
*
Makefile: CMAKE_INSTALL_PREFIX: skip parsing CMAKE_EXTRA_FLAGS if set (#10374)
Daniel Hahler
2019-06-30
*
build: update cmake/LibFindMacros.cmake (#10355)
Daniel Hahler
2019-06-30
*
Makefile: move `all` target to the top [ci skip] #10375
Daniel Hahler
2019-06-30
*
doc [ci skip] #10177
Justin M. Keyes
2019-06-30
*
build: update some test dependencies (#10339)
Daniel Hahler
2019-06-29
*
build: FindLibLUV: use PkgConfig (#10359)
Daniel Hahler
2019-06-29
*
Makefile: revisit/improve checkprefix handling (#10348)
Daniel Hahler
2019-06-29
*
:ls : show "R", "F" for terminal-jobs #10370
Justin M. Keyes
2019-06-29
*
build: CMake: do not set CMP0059 to old (#10363)
Daniel Hahler
2019-06-29
*
cmake/RunTests.cmake: fix TEST_TAG/TEST_FILTER [ci skip] #10371
Daniel Hahler
2019-06-29
*
tests: fix flaky "timers can be stopped from the handler" (#10364)
Daniel Hahler
2019-06-29
*
viml/profile: switch to uv_gettimeofday() #10356
Justin M. Keyes
2019-06-29
*
Merge #10369 from janlazo/vim-8.0.1202
Justin M. Keyes
2019-06-29
|
\
|
*
vim-patch:8.0.1259: search test can be flaky
Jan Edmund Lazo
2019-06-28
|
*
vim-patch:8.0.1238: incremental search only shows one match
Jan Edmund Lazo
2019-06-28
|
*
vim-patch:8.0.1202: :wall gives an errof for a terminal window
Jan Edmund Lazo
2019-06-28
|
/
*
build: remove patch: luv-Add-missing-definitions-for-MinGW [skip travis] #10360
Daniel Hahler
2019-06-28
*
build: CMake: remove usage of USE_BUNDLED_X in main project (#10354)
Daniel Hahler
2019-06-28
*
Merge #10349 from janlazo/vim-8.0.0935
Justin M. Keyes
2019-06-27
|
\
|
*
vim-patch:8.0.1120: :tm means :tmap instead of :tmenu
Jan Edmund Lazo
2019-06-27
|
*
vim-patch:8.0.1100: stuck in redraw loop when 'lazyredraw' is set
Jan Edmund Lazo
2019-06-26
|
*
vim-patch:8.0.1013: terminal window behaves different from a buffer with changes
Jan Edmund Lazo
2019-06-26
|
*
vim-patch:8.0.0935: cannot recognize a terminal buffer in :ls output
Jan Edmund Lazo
2019-06-26
*
|
CMakeLists: remove/cleanup passing of CMAKE_SYSTEM_NAME (#10351)
Daniel Hahler
2019-06-27
*
|
build: BuildLua: fix check for mingw [skip ci] (#10352)
Daniel Hahler
2019-06-27
*
|
ci: AppVeyor: GCOV_ERROR_FILE: head/tail [skip ci] (#10335)
Daniel Hahler
2019-06-27
|
/
*
Makefile: fix regression with "make functionaltest-lua" (#10346)
Daniel Hahler
2019-06-26
*
ci: Travis: upgrade OSX images (10.1 => 10.2) (#10319)
Daniel Hahler
2019-06-26
*
Merge pull request #10342 from bfredl/apisandbox
Björn Linse
2019-06-26
|
\
|
*
eval/api: don't allow the API to be called in the sandbox.
Björn Linse
2019-06-26
*
|
Merge #10340 from janlazo/vim-8.1.1593
Justin M. Keyes
2019-06-26
|
\
\
|
*
|
vim-patch:8.0.1688: some macros are used without a semicolon
Jan Edmund Lazo
2019-06-26
|
*
|
vim-patch:8.1.1593: filetype not detected for C++ header files without extension
Jan Edmund Lazo
2019-06-25
|
|
/
*
|
Merge pull request #10344 from bfredl/extcmdredraw
Björn Linse
2019-06-26
|
\
\
|
*
|
cmdline: remove invalid cmdline_show event when aborting mapping
Björn Linse
2019-06-26
|
|
/
*
|
Merge pull request #10343 from bfredl/scrollblend
Björn Linse
2019-06-26
|
\
\
|
|
/
|
/
|
|
*
compositor: handle scrolling of blended window
Björn Linse
2019-06-26
|
/
*
build: Makefile: fix distclean [ci skip] (#10336)
Daniel Hahler
2019-06-25
*
Merge pull request #9923 from bfredl/floatblend
Björn Linse
2019-06-25
|
\
|
*
api: make nvim__inspect_cell support multiple grids
Björn Linse
2019-06-25
|
*
ui: add 'winblend' to support blending of floating windows
Björn Linse
2019-06-25
*
|
build: use main cmake modules with third-party (#10330)
Daniel Hahler
2019-06-25
*
|
ci: revisit/fix coverage uploading (#10201)
Daniel Hahler
2019-06-25
|
/
*
Merge #10329 from janlazo/vim-8.1.0437
Justin M. Keyes
2019-06-25
|
\
|
*
vim-patch:8.1.1342: using freed memory when joining line with text property
Jan Edmund Lazo
2019-06-25
|
*
vim-patch:8.0.1535: C syntax test still fails when using gvim
Jan Edmund Lazo
2019-06-24
|
*
vim-patch:8.1.0198: there is no hint that syntax is disabled for 'redrawtime'
Jan Edmund Lazo
2019-06-24
|
*
vim-patch:8.1.0437: may access freed memory when syntax HL times out
Jan Edmund Lazo
2019-06-24
|
/
*
Merge #10323 from janlazo/vim-8.1.1055
Justin M. Keyes
2019-06-25
|
\
|
*
vim-patch:8.0.1482: using feedkeys() does not work to test completion
Jan Edmund Lazo
2019-06-24
[next]