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
/
runtime
Commit message (
Expand
)
Author
Age
*
Added healt check for tmux focus events
BK1603
2020-07-02
*
Merge pull request #12133 from bradking/syntax-fold
James McCoy
2020-06-24
|
\
|
*
vim-patch:8.2.0865 syntax: Add command to control how foldlevel is computed
Brad King
2020-06-23
*
|
vim-patch:8.2.1044: not all systemd file types are recognized (#12527)
Jan Edmund Lazo
2020-06-24
*
|
lsp: when apply text edits, set buflisted on buffers (#12489)
francisco souza
2020-06-23
|
/
*
vim-patch:8.2.0983: SConstruct file type not recognized
Jan Edmund Lazo
2020-06-18
*
vim-patch:8.2.0980: raku file extension not recognized
Jan Edmund Lazo
2020-06-18
*
vim-patch:8.2.0954: not all desktop files are recognized
Jan Edmund Lazo
2020-06-18
*
vim-patch:8.1.1977: terminal debugger plugin may hang
Jan Edmund Lazo
2020-06-18
*
vim-patch:8.2.0930: script filetype detection trips over env -S argument
Jan Edmund Lazo
2020-06-18
*
vim-patch:8.2.0927: some sshconfig and ssdhconfig files are not recognized
Jan Edmund Lazo
2020-06-18
*
vim-patch:8.0.1554: custom plugins loaded with --clean
Jan Edmund Lazo
2020-06-18
*
lsp: Add new highlight groups used in show_line_diagnostics (#12473)
francisco souza
2020-06-18
*
tex.vim: patch runtime/indent to 388a5d4f20b4
Manuel Krebs
2020-06-17
*
tex.vim: patch runtime to 65e0d77a66b7
Manuel Krebs
2020-06-16
*
tex.vim: patch runtime to 388a5d4f20b4
Manuel Krebs
2020-06-16
*
tex.vim: patch runtime to 1d9215b9aaa1
Manuel Krebs
2020-06-16
*
Merge pull request #12342 from h-michael/fix-doc
Hirokazu Hata
2020-06-15
|
\
|
*
doc: fix vim.api.nvim_buf_attach callback arguments
Hirokazu Hata
2020-06-15
*
|
Merge pull request #12469 from h-michael/request
Hirokazu Hata
2020-06-15
|
\
\
|
*
|
lsp: even if contents before change is 0 byte, request to server
Hirokazu Hata
2020-06-11
*
|
|
Fix highlight group names in LSP documentation (#12427)
Kevin Fleming
2020-06-14
*
|
|
lsp: Fix text edits with the same start position (#12434)
Andreas Johansson
2020-06-14
*
|
|
lsp: Add `BufLeave` to `close_preview_autocmd` function call (#12477)
Dheepak Krishnamurthy
2020-06-12
*
|
|
lsp: Fix #12449 textDocumentSync.save can be boolean. Access textDocumentSync...
Stephan Seitz
2020-06-11
|
/
/
*
|
Add overlapped option to jobstart
erw7
2020-06-10
*
|
Merge pull request #12321 from vigoux/treesitter-runtime
Matthieu Coudron
2020-06-06
|
\
\
|
*
|
treesitter: fix tests
Thomas Vigouroux
2020-06-03
*
|
|
Merge pull request #12413 from janlazo/vim-8.2.0089
Matthieu Coudron
2020-06-06
|
\
\
\
|
*
|
|
vim-patch:8.2.0491: cannot recognize a <script> mapping using maparg()
Jan Edmund Lazo
2020-06-04
|
*
|
|
vim-patch:8.2.0873: a .jl file can be sawfish (lisp) or Julia
Jan Edmund Lazo
2020-06-04
*
|
|
|
Merge pull request #12411 from kuuote/fix-remote-plugin-command
Matthieu Coudron
2020-06-06
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
runtime: fix remote plugin command fails at some case
kuuote
2020-05-31
*
|
|
|
lsp: do not process diagnostics for unloaded buffers (#12440)
TJ DeVries
2020-06-04
*
|
|
|
lsp: compute height of floating preview correctly for wrapped lines (#12380)
Christian Clason
2020-06-04
*
|
|
|
lsp: Add check for `declaration` and `typeDefinition` support in vim lsp serv...
Dheepak Krishnamurthy
2020-06-04
*
|
|
|
lua: fix behavior when split empty string (#12429)
notomo
2020-06-04
*
|
|
|
Merge pull request #12343 from ndreas/fix/lsp-multibyte-indexing
Hirokazu Hata
2020-06-04
|
\
\
\
\
|
*
|
|
|
Use get_line_byte_from_position in jump_to_location
Andreas Johansson
2020-05-19
|
*
|
|
|
Refactor fetching the line byte
Andreas Johansson
2020-05-19
*
|
|
|
|
Add v:event.visual during `TextYankPost` (#12382)
Christian Clason
2020-06-03
*
|
|
|
|
lua: fix infinite loop for vim.split on empty string (#12420)
notomo
2020-06-02
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
lua: add vim.highlight.range (#12401)
Christian Clason
2020-05-31
|
|
/
/
|
/
|
|
*
|
|
vim-patch:8.2.0843: filetype elm not detected (#12403)
Jan Edmund Lazo
2020-05-30
*
|
|
lua: vim.wait implementation
TJ DeVries
2020-05-30
*
|
|
provider: Fix ruby checkhealth error for Windows (#12400)
BusyBruce
2020-05-30
*
|
|
lua: simple snippet support in the completion items (#12118)
Viktor Kojouharov
2020-05-28
*
|
|
lsp: add preview_location util function (#12368)
Christian Clason
2020-05-26
*
|
|
lsp: make the command error message more detailed (#11633)
Hirokazu Hata
2020-05-26
*
|
|
Merge pull request #12367 from h-michael/lsp-log
Hirokazu Hata
2020-05-25
|
\
\
\
[next]