mirror of
https://github.com/powerline/powerline.git
synced 2025-07-29 16:55:07 +02:00
Merge branch 'update-requirements' into develop
This commit is contained in:
commit
b09c7b79b5
@ -19,8 +19,15 @@ related Python headers to be installed. Please consult distribution’s
|
|||||||
documentation for details on how to compile and install packages.
|
documentation for details on how to compile and install packages.
|
||||||
|
|
||||||
Vim version 7.4 or newer is recommended for performance reasons, but Powerline
|
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
|
supports Vim 7.0.112 and higher.
|
||||||
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:
|
.. _usage-terminal-emulators:
|
||||||
|
|
||||||
|
@ -65,6 +65,8 @@ the absolute path to the Powerline installation directory:
|
|||||||
set fish_function_path $fish_function_path "{repository_root}/powerline/bindings/fish"
|
set fish_function_path $fish_function_path "{repository_root}/powerline/bindings/fish"
|
||||||
powerline-setup
|
powerline-setup
|
||||||
|
|
||||||
|
.. warning:: Fish is supported only starting from version 2.1.
|
||||||
|
|
||||||
Rcsh prompt
|
Rcsh prompt
|
||||||
===========
|
===========
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user