Foo
c4b4097b0c
Transform pane_id to unicode before using
...
Tmux-2.1 appears not to output leading `%` when using `tmux display -p '#D'`.
This change changes type of the `pane_id` argument: leading `%` turns it into
a literal string, number in front makes it be parsed as a JSON number.
Fixes #1470
2015-10-19 22:00:45 +03:00
Timo Beckers
e6d484a329
Added troubleshooting for Urxvt & Unicode
2015-10-15 23:14:52 +02:00
Nikolai Aleksandrovich Pavlov
841c25f6b6
Merge pull request #1467 from S0lll0s/i3-docs
...
Add i3 to the tagline
2015-10-08 20:07:56 +03:00
S0lll0s
9247567ae9
Add i3 to the tagline
2015-10-08 11:52:29 +02:00
Nikolai Aleksandrovich Pavlov
69d3bdf328
Fix typo (missing letter) in installation/osx.rst
...
Closes #1463
2015-10-06 00:27:08 +03:00
S0lll0s
811498d21b
Include i3wm segments in Configuration docs
...
Close #1457
2015-10-05 20:57:26 +02:00
Nikolai Aleksandrovich Pavlov
783b0f7f84
Do not state that patched font does not work for rxvt-unicode
...
Fixes #1455
2015-09-29 13:50:40 +03:00
Nikolai Aleksandrovich Pavlov
090cd1397c
Merge pull request #1415 from ZyX-I/fix-1412
...
Workaround tmux bug: additional space in display -p '#D' output
2015-07-20 08:19:07 +03:00
Foo
22e9dfd885
Do not use ?= for defining macros
...
To define make macros one may use make arguments, so inheriting them from
environment is not needed. I also do not see nmake supporting `?=` (not sure
that anybody will use this though).
2015-07-20 08:18:47 +03:00
Foo
67dc10d124
My variant of Vim documentation has moved to bitbucket pages
2015-07-19 22:23:18 +03:00
Timothée Ravier
9ce7fa3063
docs: fix manpage generation with python3
...
Python2 manpage generation seems unaffected.
Warnings occur when generating with python3:
.../docs/source/configuration/segments/vim.rst:27: WARNING: error while
formatting arguments for
powerline.segments.vim.plugin.tagbar.current_tag: decoding str is not
supported
2015-07-19 11:05:15 +02:00
Timothée Ravier
24dbf042a2
docs: allow outside of Makefile variable assignment
...
This allow packagers to select the sphinx-build command version (python2
or python3) without changing the Makefile:
$ SPHINXBUILD=sphinx-build2 SPHINXOPTS=... make man
2015-07-19 11:00:04 +02:00
Foo
afab0e577f
Clarify location of ``{repository_root}``
...
Fixes #1376
2015-05-30 15:38:02 +03:00
Foo
acb098a382
Clarify where powerline configuration files are located
...
Closes #1375
2015-05-30 14:24:30 +03:00
Nikolai Aleksandrovich Pavlov
0ea0291fca
Merge pull request #1371 from ZyX-I/clickable-tabs
...
Add support for clicking tabs in Vim
2015-05-29 22:54:22 +03:00
Foo
72f8b59998
Add support for literal segments to linter
2015-05-29 22:10:07 +03:00
Foo
f5d85b7294
Add support for clickable tab names
...
Fixes #1353
2015-05-29 22:10:07 +03:00
Werner Beroux
1dbf267759
Clarify what does “low priority segment” mean
2015-05-20 21:43:37 +03:00
S0lll0s
32a278b8a8
Update the bar-aint-recursive binding docs
2015-05-16 16:12:06 +02:00
Kim Silkebækken
e4640742b9
Revert "Add note on outdated ArchLinux AUR Packages."
2015-04-04 18:22:00 +02:00
Remy Adriaanse
a17d7c8395
Add note on outdated ArchLinux AUR Packages.
2015-04-04 09:46:32 +02:00
Foo
07cae386eb
Reword troubleshooting question regarding automatic vimrc resoursing
...
Ref #1342
2015-04-03 22:42:23 +03:00
Foo
ff49538c04
Do not leak environment and home directory in documentation
...
Fixes #1329
2015-03-11 22:49:36 +03:00
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