tag 899150 + patch thanks Hi,
please find attached a patch for a suggested udate of README.Debian wrt/ vim. Regards, Daniel
commit abe08c4c59201dae05b3b4bfda5cbc92b5781e5d Author: Daniel Baumann <[email protected]> Date: Sat May 19 23:42:48 2018 +0200 Updating vim instructions in README.Debian (Closes: #899150). Signed-off-by: Daniel Baumann <[email protected]> diff --git a/debian/README.Debian b/debian/README.Debian index 915c03e..302416a 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -21,14 +21,14 @@ Add the following lines in your ~/.tmux.conf file: vim --- -Make sure the vim-nox package is installed, and insert the following lines in -your ~/.vimrc file: +Make sure the vim-nox and python3-powerline packages is installed, +and insert the following lines in your ~/.vimrc file: - python from powerline.vim import setup as powerline_setup - python powerline_setup() - python del powerline_setup + python3 from powerline.vim import setup as powerline_setup + python3 powerline_setup() + python3 del powerline_setup -Replace 'python' with 'python3' if appropriate. +Replace 'python3' with 'python' on Debian 9 (stretch) and earlier. Alternatively, if the vim-addon-manager package is installed, the following command may be used:

