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
/
autoload
/
provider
Commit message (
Expand
)
Author
Age
*
runtime/autoload/provider/python{,3}.vim: fix E168
Daniel Hahler
2015-11-03
*
provider/pythonx: Improve detection code and error messages.
Florian Walch
2015-09-17
*
python: remove current working directory from path
Jakob Schnitzer
2015-09-14
*
provider/pythonx.vim: Use shell-agnostic construction. #3190
sanmiguel
2015-08-21
*
Merge pull request #2910 from blueyed/python-fix-path_hook
Justin M. Keyes
2015-08-17
|
\
|
*
python: VimPathFinder: remove unused load_module method
Daniel Hahler
2015-07-09
|
*
python: path_hook: properly implement PEP302
Daniel Hahler
2015-07-09
|
*
python: VimModuleLoader: check sys.modules[fullname]
Daniel Hahler
2015-07-09
|
*
python: VimPathFinder: use find_spec for Python 3.4
Daniel Hahler
2015-07-09
*
|
clipboard: support clipboard=unnamedplus,unnamed
Björn Linse
2015-08-07
*
|
python3: remove decoding logic, as this is now done in plugin host #3026
Björn Linse
2015-07-18
|
/
*
clipboard: avoid redundant error message on `clipboard_get` failure .
Björn Linse
2015-06-25
*
clipboard: keep track of ownership and cache clipboard data locally
Björn Linse
2015-06-25
*
clipboard: don't use &shell in clipboard provider
Björn Linse
2015-06-25
*
provider/pythonx: Show absolute path to executable in error message.
Florian Walch
2015-06-09
*
provider/pythonx: Merge s:check_version() and s:check_interpreter().
Florian Walch
2015-06-09
*
provider/pythonx: Don't use Python 3 interpreter for +python.
Florian Walch
2015-06-09
*
provider/pythonx: return error from Detect
Daniel Hahler
2015-06-09
*
provider/python: Call: fix usage of 'finish' in function
Daniel Hahler
2015-06-09
*
provider/python: define Prog and Error functions always
Daniel Hahler
2015-06-09
*
provider/pythonx: Detect: only return valid versions
Daniel Hahler
2015-06-09
*
provider/pythonx: test python3/2 first, do not test python3.2
Daniel Hahler
2015-06-09
*
provider/pythonx: add reference to ":help nvim-python" for error
Daniel Hahler
2015-06-09
*
provider/pythonx: fix grammar with error
Daniel Hahler
2015-06-09
*
provider/pythonx: only call system("python") once
Daniel Hahler
2015-06-09
*
Add if_python3 support
Shougo Matsushita
2015-04-21
*
clipboard: handle linewise/charwise selections correctly
Björn Linse
2014-12-08
*
clipboard: support separate '+' and '*' clipboards
Björn Linse
2014-12-08
*
clipboard: check for X on every invocation
Justin M. Keyes
2014-11-23
*
runtime: Refer to plugins running outside Nvim as "remote plugins"
Thiago de Arruda
2014-11-21
*
runtime: Reimplement python/clipboard providers in vimscript
Thiago de Arruda
2014-11-18