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
...
|
*
|
|
|
|
eval,ex_getln: Add support for coloring input() prompts
ZyX
2017-06-27
*
|
|
|
|
|
vim-patch:8.0.0111 (#7090)
KunMing Xie
2017-08-06
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
input: skip dialogs if no UI is active
Justin M. Keyes
2017-08-06
*
|
|
|
|
doc: Remove/relocate win32 notes.
Justin M. Keyes
2017-08-03
*
|
|
|
|
doc: "terminal" always means "embedded terminal emulator"
Justin M. Keyes
2017-08-03
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
options: remove ghost of `:set termcap` (#7102)
Justin M. Keyes
2017-07-31
|
|
_
|
/
|
/
|
|
*
|
|
doc: tui colors, cursor
Justin M. Keyes
2017-07-30
*
|
|
vim-patch:8.0.0020
Jurica Bradaric
2017-07-29
*
|
|
doc
Justin M. Keyes
2017-07-29
*
|
|
menu_get(): doc
Justin M. Keyes
2017-07-28
*
|
|
viml: introduce menu_get() function #6322
Matthieu Coudron
2017-07-28
*
|
|
runtime: Fix where desktop file and icon are installed (#7072)
Nikolai Aleksandrovich Pavlov
2017-07-27
*
|
|
Merge pull request #7069 from jbradaric/vim-8.0.0034
James McCoy
2017-07-26
|
\
\
\
|
*
|
|
vim-patch:8.0.0034
Jurica Bradaric
2017-07-25
*
|
|
|
Merge pull request #7070 from jbradaric/vim-8.0.0062
James McCoy
2017-07-26
|
\
\
\
\
|
*
|
|
|
vim-patch:8.0.0062
Jurica Bradaric
2017-07-25
|
|
/
/
/
*
|
|
|
provider: clipboard: Only report stderr if the job failed
James McCoy
2017-07-24
*
|
|
|
provider: Extra pythonx's stderr handling to common functions
James McCoy
2017-07-24
|
/
/
/
*
|
|
provider/clipboard.vim: fix logic issue #7042
Andy Russell
2017-07-17
*
|
|
Merge #7040 'vim-patch:8.0.{0017,0026,0078,0079,0084}'
Justin M. Keyes
2017-07-17
|
\
\
\
|
*
|
|
vim-patch:8.0.0017
Jurica Bradaric
2017-07-16
*
|
|
|
Merge #7028 from fmoralesc/vimtutor-disentangle2
Justin M. Keyes
2017-07-16
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
tutor: reorganize
Felipe Morales
2017-07-16
|
*
|
|
tutor: update syntax
Felipe Morales
2017-07-15
|
*
|
|
tutor: disable old method for setting "expect" regions
Felipe Morales
2017-07-15
|
*
|
|
tutor: update tutor-mode tutorial
Felipe Morales
2017-07-15
|
*
|
|
tutor: don't enable folds by default
Felipe Morales
2017-07-15
|
*
|
|
tutor: allow metadata to exist outside of the documents.
Felipe Morales
2017-07-15
|
*
|
|
tutor: some tweaks to begginer's tutorial
Felipe Morales
2017-07-15
*
|
|
|
provider/clipboard.vim: capture/display errors (#6684)
Andy Russell
2017-07-15
*
|
|
|
intro: change byline to "by al." (#6984)
Justin M. Keyes
2017-07-15
|
|
_
|
/
|
/
|
|
*
|
|
health.vim: validate g:clipboard
Justin M. Keyes
2017-07-15
*
|
|
doc: rewrite job-control example
Marco Hinz
2017-07-13
|
/
/
*
|
tui: Improve the setrgbf/setrgbb fallback logic.
Jonathan de Boyne Pollard
2017-07-09
*
|
doco: Document constant 'term' in more detail.
Jonathan de Boyne Pollard
2017-07-09
*
|
doc: api.txt; deprecate <special>
Justin M. Keyes
2017-07-08
*
|
'cpoptions': remove "<" flag; ignore <special>
Justin M. Keyes
2017-07-08
*
|
'cpoptions': remove "k" flag
Justin M. Keyes
2017-07-08
*
|
runtime: K: prefer Vim help instead of man #3104
Peter Renstròˆm
2017-07-08
*
|
runtime: update vimCommand syntax pattern (#6976)
Ivan
2017-07-08
*
|
Merge #6816 'TUI improvements'
Justin M. Keyes
2017-07-07
|
\
\
|
*
|
doco: Adjust TERM and terminfo doco.
Jonathan de Boyne Pollard
2017-06-07
|
*
|
tui: Recognize "Tc" terminfo capability.
Jonathan de Boyne Pollard
2017-06-05
|
*
|
doco: Add some guidance on up-to-date terminfo.
Jonathan de Boyne Pollard
2017-06-03
|
*
|
doco: Correct :help term-dependent-settings .
Jonathan de Boyne Pollard
2017-06-03
|
*
|
doco: Move TERM help into its own section and expand.
Jonathan de Boyne Pollard
2017-06-03
|
*
|
doco: Note some common $TERM mistakes and how to fix them.
Jonathan de Boyne Pollard
2017-06-03
|
*
|
tui: Improvements to RGB colour support.
Jonathan de Boyne Pollard
2017-06-03
|
*
|
tui: Spelling corrections in doco and commentary
Jonathan de Boyne Pollard
2017-06-03
|
*
|
doco: Replace termcap with terminfo where appropriate.
Jonathan de Boyne Pollard
2017-06-03
[prev]
[next]