ZyX
6cad7b0aae
Add information about supported versions to documentation
2015-02-20 22:10:34 +03:00
ZyX
5ee860ba8a
Rename timeout to update_interval
2015-02-20 16:40:19 +03:00
ZyX
86bb1616b4
Use new name and two sides in example configuration in documentation
2015-02-20 16:19:04 +03:00
ZyX
6c966811af
Update documentation
2015-02-20 16:07:52 +03:00
ZyX
98455c46ce
Update Vim version requirements
2015-02-19 23:08:25 +03:00
ZyX
ffcd8f7234
Add information about fish requirements
2015-02-19 23:06:33 +03:00
Sergey Zolotarev
e112eb4ec4
Fix link to colorschemes section
2015-02-08 02:31:53 +05:00
ZyX
9e5bd5c1af
Replace obsolete advice to copy the entire configuration
2015-02-07 18:50:47 +03:00
ZyX
0db8154b9a
Document how to pdb bindings with Python-2.6 and update tests
2015-01-31 21:44:43 +03:00
ZyX
2ef5107628
Import overrides from environment in PDB prompts
2015-01-31 20:23:10 +03:00
ZyX
27291b5e0e
Force ASCII-only prompt when using PyPy
2015-01-31 18:54:13 +03:00
ZyX
682a9ab504
Warn that PyPy is not supported
2015-01-31 18:54:13 +03:00
ZyX
cac9754fcf
Add pdb-specific segments and make default theme use them
2015-01-31 18:52:04 +03:00
ZyX
9bbec772e0
Add support for pdb prompt
...
Note: pdbpp is not supported, it has lots of problems with unicode<-->str
conversion (either explicit or implicit).
2015-01-31 18:44:41 +03:00
ZyX
1e7dc7900d
Fix issues found in 1256 pull request
...
Ref #1256
2015-01-25 12:51:19 +03:00
S0lll0s
dd77d420a3
Add BAR (bar ain't recursive) renderer and fitting i3 bindings
2015-01-25 12:26:13 +03:00
ZyX
a4525c8b0d
Remove invalid label and fix typo in Rcsh prompt documentation
2015-01-17 00:26:11 +03:00
ZyX
435baf95d3
Allow wrapping of RTD tables
2015-01-09 16:52:01 +03:00
Nikolai Aleksandrovich Pavlov
886c38c37b
Merge pull request #1260 from ZyX-I/doc-fixes
...
Some documentation changes
2015-01-08 19:55:22 +03:00
ZyX
7dbbc1003b
Remove you from most of the documentation
2015-01-08 18:24:09 +03:00
ZyX
afcd8e4f46
Fix typo in rcsh support documentation
2015-01-08 16:50:48 +03:00
ZyX
0c37948c37
Allow --foreground to be used with --replace
...
Fixes #1235
2015-01-08 16:48:42 +03:00
ZyX
c6bf5fb512
Add support for Byron Rakitzis’ rc shell reimplementation
...
Fixes #1238
2015-01-08 03:32:13 +03:00
Nikolai Aleksandrovich Pavlov
c9d1b81954
Merge pull request #1249 from ZyX-I/refactor-overrides
...
Refactor overrides
2015-01-07 18:36:12 +03:00
ZyX
3c21c0f459
Fix Linux installation instructions
...
Fixes #1251
2015-01-07 15:20:29 +03:00
ZyX
bac851bcc9
Add ``powerline-status`` to OS X installation documentation
2015-01-07 15:17:40 +03:00
ZyX
21e6e5ba5d
Make installation docs mention powerline-status first, reword them
2015-01-07 15:15:31 +03:00
ZyX
c3e6c2aeab
Make POWERLINE_COMMAND a single path without arguments
...
Ref #1201
2015-01-07 15:07:27 +03:00
ZyX
df5f5e9a7d
Ignore empty elements in POWERLINE_CONFIG_PATHS
...
Ref #1201
2015-01-07 04:27:40 +03:00
ZyX
4d35167b13
Avoid using overrides in $POWERLINE_COMMAND
2015-01-07 01:14:20 +03:00
ZyX
2b880c4a54
Suggest using old-style overrides for testing purposes only
2015-01-07 01:09:53 +03:00
ZyX
917dfed842
Take overrides from environment variables
...
Ref #1201
2015-01-07 01:09:53 +03:00
ZyX
1451b4261f
Rename `paths` IPython override to `config_paths`
...
Fixes #1126
2015-01-07 01:09:53 +03:00
ZyX
de064558a1
Rename `POWERLINE_THEME_CONFIG` to `POWERLINE_THEME_OVERRIDES`
...
Ref #1126
2015-01-07 01:09:53 +03:00
ZyX
45ccbee171
Use singular --*-override form for command-line overrides
...
Ref #1126
2015-01-07 01:09:52 +03:00
ZyX
1c29ea3f8c
Use g:powerline_theme_overrides dictionary in place of g:…overrides__
...
Ref #1126
2015-01-06 20:48:39 +03:00
ZyX
09afbc4655
Replace underscores with dashes in long options
...
Fixes #1125
2015-01-06 16:29:54 +03:00
ZyX
16bf16478c
Rename `POWERLINE_CONFIG` to `POWERLINE_CONFIG_OVERRIDES`
...
Fixes #1124
Ref #1126
2015-01-06 16:19:47 +03:00
ZyX
b17d03e688
Rename `POWERLINE_CONFIG` to `POWERLINE_CONFIG_COMMAND` where appropriate
...
Ref #1124
2015-01-06 16:16:39 +03:00
ZyX
c868f9c255
Rename `attr` to `attrs`
...
Fixes #1199
2015-01-06 16:05:01 +03:00
ZyX
8d05003849
Rename `highlight_group` key to `highlight_groups`
...
Ref #1199
2015-01-06 15:57:49 +03:00
ZyX
4e6b0a7ec8
Remove Control-P plugin support
...
If somebody needs to readd it he should make better code, specifically:
- Functions and variables necessary for supporting Control-P need to be defined
in a separate initialiazation function that is only called if Control-P was
found.
- Segments that show different information must be defined as separate segments
that may be put into configuration file.
- Segment functions must not know side they are on.
- Segment functions must not emit `priority`, it must go to configuration file.
- Segment functions must have proper documentation.
- Segment functions must not emit `width` and `align` keys.
- String `Loading...` or the equivalent must be overridable from configuration,
same for other interface strings (e.g. what is shown when `regex` is true).
- Segment functions must have names that make it clear what they emit.
Closes #1244
2015-01-06 03:57:38 +03:00
ZyX
1c1d33dbbf
Create a way to log to the list in Vim
2015-01-06 01:39:23 +03:00
ZyX
6f999cb291
Update list of supported python implementations in installation.rst
2014-12-08 21:52:54 +03:00
Nikolai Aleksandrovich Pavlov
6633f27a28
Merge pull request #1223 from ZyX-I/move-powerline
...
Update various URLs: powerline has moved to github.com/powerline
2014-12-08 08:37:39 +03:00
ZyX
db5d87f9e3
Update various URLs: powerline has moved to github.com/powerline
2014-12-07 16:08:24 +03:00
ZyX
cd4cae83ba
Mention powerline_unicode7 in documentation
2014-12-07 03:20:03 +03:00
ZyX
e969f43f2a
Add troubleshooting question about powerline_unicode7 player symbols
2014-12-06 19:28:58 +03:00
Nikolai Aleksandrovich Pavlov
d2a1106c04
Merge pull request #1206 from ZyX-I/fbterm-support
...
Add support for fbterm
2014-12-06 17:08:41 +03:00
ZyX
f3c8413043
Add a warning about UCS-2 builds to the documentation
2014-12-05 22:38:22 +03:00