Additional patch attached.
>From da7da47191265c5a376c7e32726941621e47e60c Mon Sep 17 00:00:00 2001
From: Josh Triplett <[email protected]>
Date: Mon, 11 Jul 2016 13:33:59 -0700
Subject: [PATCH 2/2] Provides: vim
This allows vim addon packages that depend on vim to run with neovim
without having vim installed.
---
debian/control | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/control b/debian/control
index 8d45c2c..9817588 100644
--- a/debian/control
+++ b/debian/control
@@ -32,6 +32,7 @@ Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, neovim-runtime (= ${source:Version})
Recommends: xsel | xclip, python-neovim, python3-neovim
Suggests: ctags, vim-scripts
+Provides: vim
Description: heavily refactored vim fork
Neovim is a fork of Vim focused on modern code and features, rather than
running in legacy environments.
--
2.8.1