Add information about fish requirements

This commit is contained in:
ZyX 2015-02-19 23:06:33 +03:00
parent 9375b3122a
commit ffcd8f7234
2 changed files with 10 additions and 0 deletions

View File

@ -22,6 +22,14 @@ Vim version 7.4 or newer is recommended for performance reasons, but Powerline
is known to work on vim-7.0.112 (some segments may not work though as it was not
actually tested).
Shell prompts requirements
^^^^^^^^^^^^^^^^^^^^^^^^^^
Due to fish having incorrect code for prompt width calculations up to version
2.1 and no way to tell that certain sequence of characters has no width
(``%{…%}`` in zsh and ``\[…\]`` in bash prompts serve exactly this purpose)
users that have fish versions below 2.1 are not supported..
.. _usage-terminal-emulators:
Terminal emulator requirements

View File

@ -65,6 +65,8 @@ the absolute path to the Powerline installation directory:
set fish_function_path $fish_function_path "{repository_root}/powerline/bindings/fish"
powerline-setup
.. warning:: Fish is supported only starting from version 2.1.
Rcsh prompt
===========