neovim/runtime
Marco Hinz 31f6334aa8 CheckHealth: choose correct path for the latest version (#5446)
If multiple versions of a package are installed, the provider health check could
choose a wrong path:

  /usr/local/lib/python3.5/site-packages/neovim-0.1.10-py3.5.egg-info/PKG-INFO
  /usr/local/lib/python3.5/site-packages/neovim-0.1.9-py3.5.egg-info/PKG-INFO

Prior to this change :CheckHealth could falsely show 0.1.9 as the installed
version, since glob() doesn't enforce any predictable order.

Now we sort all potential paths numerically in descending order and just look at
the first path instead.
2016-10-08 16:34:54 +02:00
..
autoload CheckHealth: choose correct path for the latest version (#5446) 2016-10-08 16:34:54 +02:00
colors Remove VisualNOS highlight group remnants 2015-07-04 15:43:54 -04:00
compiler
doc doc/vim_diff.txt (#5432) 2016-10-06 09:45:24 +02:00
ftplugin [RFC] man.vim: remove <Plug> mappings (#5290) 2016-09-04 03:53:58 +02:00
indent vim-patch:77cdfd1 2016-07-08 01:43:36 -04:00
keymap
macros vim-patch:7.4.1673 (#5141) 2016-08-03 08:07:28 -04:00
pack/dist/opt vim-patch:7.4.1673 (#5141) 2016-08-03 08:07:28 -04:00
plugin [RFC] man.vim: remove <Plug> mappings (#5290) 2016-09-04 03:53:58 +02:00
print
syntax man.vim #5249 2016-09-03 12:57:41 -04:00
tutor tutor: Update vim-tutor to 0.2.1 2015-11-28 10:59:21 +01:00
bugreport.vim
CMakeLists.txt eval: use gperf to generate the hash of builtin functions 2016-08-31 21:57:04 +02:00
delmenu.vim
filetype.vim Runtime: Re-add support for Arch Linux PKGBUILDs. 2016-04-28 22:18:05 +02:00
ftoff.vim
ftplugin.vim
ftplugof.vim
indent.vim
indoff.vim
macmap.vim
makemenu.vim vim-patch:fc39ec 2016-04-16 23:06:24 -07:00
menu.vim
mswin.vim
optwin.vim vim-patch:7.4.1604 2016-09-24 14:03:14 -04:00
rgb.txt
scripts.vim
synmenu.vim vim-patch:fc39ec 2016-04-16 23:06:24 -07:00
vimrc_example.vim vimrc_example.vim: Update vimrc path. #4203 2016-02-08 23:29:18 -05:00