ZyX
e8a53ebd9e
Fix typo in capslock_indicator docstring
2014-12-01 00:58:48 +03:00
ZyX
aeba94b02d
Add support for fbterm
...
No tests yet, also no tests for term_truecolor.
2014-12-01 00:57:29 +03:00
ZyX
88c5f400e4
Merge commit 'HEAD@{1}' into develop
2014-11-30 19:34:37 +03:00
ZyX
1af127b023
CommandT has moved finders under CommandT::Finder module, respect this
2014-11-30 19:34:27 +03:00
ZyX
4618dab2ec
Merge branch 'replace-1151' into develop
2014-11-30 04:27:02 +03:00
ZyX
ebe5fca377
Reorder pip arguments in installation documentation
...
`--editable`/`-e` pip argument is accepting an argument, not specifying the
action.
2014-11-30 04:26:24 +03:00
ZyX
3fc8135835
Merge branch 'powerline-release-forcepush' into develop
2014-11-30 04:20:09 +03:00
ZyX
88233184ea
Force push to my fork of the overlay
2014-11-30 04:02:56 +03:00
ZyX
fe3b8a41da
Merge branch 'powerline-release-merge' into develop
2014-11-30 03:50:41 +03:00
ZyX
c9964a12f5
Use `git mergetool` after error because `-c merge.tool` does not work
2014-11-30 03:46:30 +03:00
ZyX
508f8f5eaa
Supply merge.tool option when merging
2014-11-30 03:42:17 +03:00
ZyX
4624a1dc86
Merge commit 'HEAD@{1}' into develop
2014-11-30 03:23:18 +03:00
ZyX
a9aef12c34
Remove unused test files
2014-11-30 03:23:12 +03:00
Nikolai Aleksandrovich Pavlov
bf8f4a1496
Merge pull request #1203 from ZyX-I/cache-tagbar
...
Add more precise caching for tagbar segment
2014-11-30 03:13:41 +03:00
ZyX
f7d7e274f4
Implement caching for tagbar segment
...
Ref #700
2014-11-30 02:17:41 +03:00
ZyX
2304242ca2
Remove unused code
2014-11-30 02:17:41 +03:00
ZyX
8560e9261d
Move code for checking existence and getting funcs into vim bindings
2014-11-30 02:17:41 +03:00
Nikolai Aleksandrovich Pavlov
7caf14f205
Merge pull request #1202 from ZyX-I/fix-1051
...
Use dash hack for PyPy+IPython
2014-11-30 00:37:40 +03:00
ZyX
1707f083e9
Modify postproc to make pypy tests work
...
Note: modification to test.sh is there because if running test outside of
a virtualenv postproc.py will behave incorrectly.
2014-11-30 00:30:35 +03:00
ZyX
3f0d538584
Use dash hack for PyPy+IPython
...
Fixes #1051
Closes #919 (I hope so)
2014-11-29 21:40:06 +03:00
ZyX
b2c1bb9cf0
Merge commit 'HEAD@{1}' into develop
2014-11-29 20:58:29 +03:00
ZyX
aa18247f7b
Add note about 70-no-bitmaps.conf fontconfig configuration file
...
Closes #1152
2014-11-29 20:57:59 +03:00
Nikolai Aleksandrovich Pavlov
3a3cc9b41c
Merge pull request #1200 from ZyX-I/tmux-colors
...
Obtain tmux colors and dividers from the configuration
2014-11-29 20:15:20 +03:00
ZyX
0e81486494
Do not hardcode dividers in tmux configuration, use powerline-config
...
Fixes #817
2014-11-29 19:32:28 +03:00
ZyX
5146978870
Refactor some calls to run_tmux_command into a new function
2014-11-29 19:32:28 +03:00
ZyX
1348472f1e
Rename setcolors to setenv, add documentation
2014-11-29 19:32:28 +03:00
ZyX
d62336f7a2
Add a way to specify configuration paths to powerline-config
...
One still cannot override various configuration options from the command-line.
2014-11-29 19:32:27 +03:00
ZyX
f3ba38e53d
Move all configuration to powerline-base.conf
...
Reasoning: for some reason it does not work after `powerline-config tmux
setcolors`.
Fixes #717
2014-11-29 19:32:07 +03:00
ZyX
e6fc2911c2
Get color configuration from variables exported by setcolors
2014-11-29 13:28:45 +03:00
Nikolai Aleksandrovich Pavlov
ddac11a64a
Merge pull request #1198 from ZyX-I/fix-shell-unicode-error
...
Fix shell unicode error when current directory name is not ASCII
2014-11-28 23:16:55 +03:00
ZyX
c8286e96b0
Fix tcsh escaping
...
`!` gets expanded to the prompt count, so it needs to be escaped.
2014-11-28 23:03:06 +03:00
ZyX
c949f4ce95
Output list of failed shell tests
2014-11-28 23:02:12 +03:00
ZyX
c81ef95c27
Use newline for dash, not CR
2014-11-28 23:01:19 +03:00
ZyX
5c75bef18c
Add integration tests for unicode directory names
2014-11-28 22:58:53 +03:00
ZyX
7b89533224
Fix UnicodeDecodeError in keyvaluesplit reported by @jottr
...
Ref #788
2014-11-28 21:33:17 +03:00
ZyX
386d0f0d5e
Merge branch 'troubleshooting' into develop
2014-11-28 20:51:02 +03:00
ZyX
774ec6dd42
Add note about pip and $PATH
...
Closes #1189
2014-11-28 20:37:53 +03:00
ZyX
f1399dc5d6
Add information about tmux green bar
2014-11-28 20:31:24 +03:00
ZyX
410dccd870
Add warning about additional_escapes option
2014-11-28 20:25:07 +03:00
Nikolai Aleksandrovich Pavlov
ef0e5039a1
Merge pull request #1188 from ZyX-I/zsh-ZLE_PROMPT_INDENT
...
Support ZLE_RPROMPT_INDENT
2014-11-22 23:05:19 +03:00
ZyX
b23ea8322a
Support ZLE_RPROMPT_INDENT
...
Fixes #1145
2014-11-22 22:53:42 +03:00
ZyX
4bb4c3f50b
Merge commit 'HEAD@{1}' into develop
2014-11-18 23:36:01 +03:00
ZyX
9fbd25608d
Update documentation regarding `powerline-status`
2014-11-18 23:35:46 +03:00
Nikolai Aleksandrovich Pavlov
6b6245c5b3
Merge pull request #1147 from ZyX-I/fix-1146
...
Use different fallback for old Vims
2014-11-11 01:15:28 +03:00
ZyX
8afb35bd5d
Use different fallback for old Vims
...
Reasoning: currently used fallback works well only if relatively recent patches
are there: specifically the one that transforms Vim errors to Python exceptions.
This variant should work in any case, but it has a downside: it does not test
whether function exists, it tests whether argument given to vim_func_exists
denote some callable object (which may as well be global variable with the same
name). When it comes to CapsLockStatusline I do not care much as I am using
`vim.eval` to call it and not saving reference to this function somewhere.
Fixes #1146
2014-11-11 00:57:18 +03:00
Nikolai Aleksandrovich Pavlov
a6ba63a8e5
Merge pull request #1144 from ZyX-I/vim-plugins
...
Add support for csv and capslock and Command-T vim plugins
2014-11-10 01:19:08 +03:00
ZyX
b845cc25b4
Fix tests on python-2.6
...
csv module does not appear to work will with multiline strings in csv,
especially incomplete.
2014-11-10 01:08:37 +03:00
ZyX
90ed328350
Change powerline.segments.vim to not import *from* csv
...
One cannot really tell what are things like `Sniffer` or `reader`. It is better
to use `csv` module directly rather than write `from csv import reader as
csv_reader`.
2014-11-10 00:40:12 +03:00
ZyX
c9cb856acd
Add support for vim_func_exists to tests/vim.py
2014-11-10 00:35:40 +03:00
ZyX
a4fddff1fa
Improve documentation of Command-T support code
2014-11-10 00:22:37 +03:00