ZyX
0e75400a7d
Make sure that overrides do not affect Vim and IPython
...
Fixes #1201
2015-01-07 17:51:26 +03:00
ZyX
c3e6c2aeab
Make POWERLINE_COMMAND a single path without arguments
...
Ref #1201
2015-01-07 15:07:27 +03:00
ZyX
4d35167b13
Avoid using overrides in $POWERLINE_COMMAND
2015-01-07 01:14:20 +03:00
ZyX
87ebe41f30
Make zsh tests use new environment variables
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
654d4690fc
Remove all segments from powerline.segments.common
...
Ref #1092
2015-01-06 17:01:48 +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
79f6853f4b
Rename `detect` to `auto` special values in network segments
...
Fixes #1205
2015-01-06 16:08:11 +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
733b09f78c
Revert "Add tagbar plugin tests": don’t know how to make it work
...
This reverts commit fb652d5126
.
2015-01-06 02:53:58 +03:00
ZyX
fb652d5126
Add tagbar plugin tests
2015-01-06 02:45:48 +03:00
ZyX
548e330fd8
Add NERDTree tests
2015-01-06 01:51:31 +03:00
ZyX
2bd25d7979
Test Command-T plugin
2015-01-06 01:51:31 +03:00
ZyX
d8307b03ae
Create tests for CtrlP
2015-01-06 01:39:23 +03:00
ZyX
d51a50223e
Use $ROOT in place of $PWD in run_vim_tests, set $PYTHONPATH
...
Checking whether this fixes Python-2.6 build failure
2015-01-05 21:28:54 +03:00
ZyX
6b89c8e394
Preserve old value of LD_LIBRARY_PATH
2015-01-03 00:07:07 +03:00
ZyX
e86ec8bf99
Make sure not to add colon unless required
2015-01-03 00:04:11 +03:00
ZyX
375a169825
Install bc as it is required by test_shells/test.sh
2015-01-02 23:53:46 +03:00
ZyX
c7fe5dbbb4
Use `set -e` for testing shells
2015-01-02 21:31:39 +03:00
ZyX
9374d135f2
Do not install pyuv watcher in Python-2.6
...
If pyuv watcher is installed then powerline.lib.vcs tests do not pass because
pyuv is missing notify events and INotify watcher is not available.
Ref #1041
2015-01-02 16:06:01 +03:00
ZyX
6a339a3a3a
Install built fish
2015-01-02 15:25:06 +03:00
ZyX
f311f75d0a
Install libssl1.0.0
...
Should be required for Python sha256 hash to work. Actually it should be
installed already.
2015-01-02 15:25:06 +03:00
ZyX
f2fd92068e
Add support for testing zsh with zpython bindings
2015-01-02 15:25:01 +03:00
ZyX
7181c1d9b6
Move some functions to powerline.lib.dict
...
Moved functions: `merge*` from `powerline.lib` and `mergeargs` from
`powerline.commands.main`.
2015-01-02 15:23:49 +03:00
ZyX
9ae76a9971
Use UCS2 Python versions for running tests
2015-01-02 15:23:44 +03:00
ZyX
ef3acefdd1
Only run Vim tests if PYTHON_IMPLEMENTATION is CPython
2015-01-02 03:37:21 +03:00
ZyX
f5e9ec387c
Use old Vim for tests, perform sanity test with empty &encoding
2015-01-02 03:37:21 +03:00
ZyX
5d6caaeecd
Use compiled Vim binaries for Vim tests
...
Part 1: use latest single-python Vim builds
2015-01-02 03:37:21 +03:00
ZyX
104cea9a5c
Install binary dependencies from powerline/deps
2015-01-02 03:37:20 +03:00
ZyX
9e454235b3
Skip testing cpu_load_percent if psutil module is not available
2014-12-08 21:15:39 +03:00
ZyX
8ae3d2aeaf
Fix typo in install.sh
2014-12-08 08:42:08 +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
033422aff2
Add tests for various shell escapes variants
2014-12-06 16:53:00 +03:00
Nikolai Aleksandrovich Pavlov
3a175fecf4
Merge pull request #1221 from ZyX-I/fix-lib-unicode
...
Fix some issues in powerline.lib.unicode
2014-12-06 15:57:42 +03:00
Nikolai Aleksandrovich Pavlov
7a6fc1ed75
Merge pull request #1219 from ZyX-I/limit-abstract-sockets-usage
...
Use sockets in abstract namespace only if running on linux
2014-12-06 15:05:46 +03:00
ZyX
8707f35bc9
Fix safe_unicode and string unicode library functions
2014-12-06 14:47:53 +03:00
ZyX
87ca9bca5c
Make unichr() work with characters above U+10000 in UCS-2 builds
2014-12-06 14:40:46 +03:00
ZyX
f0f6efcdbb
Also have uname in $PATH
...
Travis uses Ubuntu, Ubuntu is debian-based and debian uses dash as /bin/sh, so
$OSTYPE is not available.
.
2014-12-06 00:52:17 +03:00
ZyX
f8270a8e49
Skip some functions’ tests as they are buggy
...
They are buggy, but fixing them is out of the scope of this PR.
2014-12-05 23:15:52 +03:00
ZyX
cdfe6f03b2
Add support for running tests with debug Python versions
...
They are failing due to `[NNNN refs]` entries in daemon log and when switching
modes in zsh without daemon, but who cares.
2014-12-05 23:09:21 +03:00
ZyX
df14aaaa9c
Add tests for unicode module
...
Note: east_asian_width does not accept surrrogate pairs in UCS-4 Python builds.
2014-12-05 22:41:50 +03:00
ZyX
a9aef12c34
Remove unused test files
2014-11-30 03:23:12 +03:00
ZyX
8560e9261d
Move code for checking existence and getting funcs into vim bindings
2014-11-30 02:17:41 +03:00