Commit Graph

5 Commits

Author SHA1 Message Date
Foo 8168ad1428 Improve powerline_automan: fix some bugs and add minimal argument
Bugs:
- Default action is store_true while it should be just store.
- nargs default depends on metavar while it should only depend on action.
- REMAINDER nargs is not supported.

Minimal argument means minimal mode which removes all section and creates 
a container with “synopsis” and “description” sections’ contents.
2016-01-08 19:30:49 +01: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
ZyX 0c37948c37 Allow --foreground to be used with --replace
Fixes #1235
2015-01-08 16:48:42 +03:00
ZyX db5d87f9e3 Update various URLs: powerline has moved to github.com/powerline 2014-12-07 16:08:24 +03:00
ZyX 9c57255dec Add `man` documentation target
Fixes #1131
2014-10-25 22:03:33 +04:00