Commit Graph

2436 Commits

Author SHA1 Message Date
Foo 450dbecb34 Mock realpath if it is not present 2015-05-10 23:05:57 +03:00
Foo 24176882ab Use force-removal of .git
Otherwise it may hang with message like

    rm: remove write-protected regular file `tests/bot-ci/.git/objects/pack/pack-589af67feed5a0f1d2c4cfb43325ab5165539bcc.pack'?
2015-05-10 22:47:18 +03:00
Foo 37a0c4dd24 Enable directory caching 2015-05-10 22:47:18 +03:00
Foo 8e8e396778 Switch to container-based infrastructure 2015-05-10 22:47:18 +03:00
Foo b88a16c98f Move from /opt to $HOME/opt 2015-05-10 22:47:18 +03:00
Foo d9790cc1ae Merge commit 'HEAD@{1}' into develop 2015-05-10 22:46:45 +03:00
Foo 2dff7674cf Fix tmux bindings 2015-05-10 22:46:40 +03:00
Foo 6e14a49748 Merge branch 'release-2.1.3' into develop 2015-05-10 22:31:06 +03:00
Foo 7b6986022e Update base version 2015-05-10 22:31:06 +03:00
Foo 802d80641d Merge branch 'fix-cmdline' into develop
Fixes #1357.
2015-05-10 22:30:38 +03:00
Foo e097f656c3 Fix main arguments parser tests 2015-05-10 22:23:19 +03:00
Foo 22988ed296 Merge branch 'release-2.1.2' into develop 2015-05-10 22:16:32 +03:00
Foo 6e0951d403 Update base version 2015-05-10 22:16:32 +03:00
Foo ca2809be71 Fix args.side: make it a string back
One of the last changes made it a list.
2015-05-10 22:16:14 +03:00
Foo c45accbf7b Merge branch 'release-2.1.1' into develop 2015-05-10 17:54:13 +03:00
Foo af9515f889 Update base version 2015-05-10 17:54:13 +03:00
Foo b7e2a5d8a7 Merge commit 'HEAD@{1}' into develop 2015-05-10 17:44:46 +03:00
Foo cf76231b16 Make `side` argument non-optional
Closes #1294
2015-05-10 17:44:38 +03:00
Foo dc3eb6f3d8 Merge branch 'fix-tmux-left-colors' into develop 2015-05-10 17:32:47 +03:00
Foo d8373dd2e7 Add missing tmux colors to solarized colorscheme
Closes #1214
2015-05-10 17:31:17 +03:00
Nikolai Aleksandrovich Pavlov 560627a6e7 Merge pull request #1355 from ZyX-I/fix-1347
Fix tmux-2.0 support
2015-05-10 16:45:54 +03:00
Foo d6b6dd588a Do use sourcing when using <=tmux-1.8 by default
Otherwise each set option is displayed which under tmux-1.8 results in `[tmux]` 
in the statusline in place of `bash` (actually it is fine to check only whether 
tmux is 1.8 or not).
2015-05-10 16:11:53 +03:00
Foo 424d71ee57 Use different string for tmux-2.0 2015-05-10 15:33:43 +03:00
Foo a326153ba0 Disable fish tests
Properly fixing them is out of the scope of this PR
2015-05-10 15:07:03 +03:00
Foo d11ddd0bbf Add hostname executable when running shell tests 2015-05-10 15:07:02 +03:00
Foo e7068b35e1 Use `env` in status-left evaluation
Makes $POWERLINE_COMMAND contents interpreted in the same fashion as in
status-right.
2015-05-10 15:07:02 +03:00
Foo bd9359c983 Use direct execution by default
Should make it not needed to bother with environment variables. Makes tmux
configuration more fragile.

Is a different variant of fixing #1354. Does not conflict with the previous one,
so both are kept.
2015-05-10 15:07:02 +03:00
Foo 9f7e59d0cf Ignore some tmux failures
Fixes #1354
2015-05-09 00:13:44 +03:00
Nikolai Aleksandrovich Pavlov 034b7d529d Merge pull request #1348 from ZyX-I/fix-1347
Fix warning when &l:statusline is set to a unicode value
2015-04-17 23:21:24 +03:00
Foo d464ff84bb Fix warning when &l:statusline is set to a unicode value
This normally should not happen because &l:stl should be powerline-controlled,
but some plugins do this.

Fixes #1347
2015-04-17 22:36:23 +03:00
Nikolai Aleksandrovich Pavlov 1fad6f4b52 Merge pull request #1344 from powerline/revert-1343-patch-1
Revert "Add note on outdated ArchLinux AUR Packages."
2015-04-04 22:43:32 +03:00
Kim Silkebækken e4640742b9 Revert "Add note on outdated ArchLinux AUR Packages." 2015-04-04 18:22:00 +02:00
Nikolai Aleksandrovich Pavlov 6b2b6d1e1a Merge pull request #1343 from radriaanse/patch-1
Add note on outdated ArchLinux AUR Packages.

Closes #1341
2015-04-04 15:36:19 +03:00
Remy Adriaanse a17d7c8395 Add note on outdated ArchLinux AUR Packages. 2015-04-04 09:46:32 +02:00
Foo 364fc4dcd9 Merge commit 'HEAD@{1}' into develop 2015-04-03 22:42:41 +03:00
Foo 07cae386eb Reword troubleshooting question regarding automatic vimrc resoursing
Ref #1342
2015-04-03 22:42:23 +03:00
Nikolai Aleksandrovich Pavlov 7eda0e5c3d Merge pull request #1332 from ZyX-I/fix-1331
Always write str() objects to the stream in echoerr
2015-03-11 22:53:24 +03:00
Foo 6ca78c7383 Merge branch 'fix-1329' into develop 2015-03-11 22:50:00 +03:00
Foo ff49538c04 Do not leak environment and home directory in documentation
Fixes #1329
2015-03-11 22:49:36 +03:00
Foo 9960a8fdc5 Always write str() objects to the stream in echoerr
Fixes #1331
2015-03-11 22:08:39 +03:00
Nikolai Aleksandrovich Pavlov 6b0cd3d37c Merge pull request #1327 from ZyX-I/fix-1322
Do not write empty lines above prompt and fix tcsh
2015-03-01 17:41:51 +03:00
Foo 10c0c5be5d Add above tests for bash, fish and zsh 2015-03-01 17:25:03 +03:00
Foo 4a3798b43b Fix tcsh renderer: end prompt with a sequence that is not dropped 2015-03-01 17:25:03 +03:00
Foo 209bff34dd Do not write empty lines from above, do not reset hl for empty lines
Fixes #1322
2015-03-01 16:25:28 +03:00
Nikolai Aleksandrovich Pavlov 333116d526 Merge pull request #1325 from ZyX-I/fix-su
Add missing highlight groups

Closes #1320 
Replaces #1323
2015-03-01 14:53:03 +03:00
Foo 17d73dd36f Define __eq__ for marks 2015-03-01 14:29:07 +03:00
Foo 93d2109589 Make messages from either check more sane 2015-03-01 14:26:28 +03:00
Foo 704d4a47b3 Remove non-keyword arguments from echoerr function 2015-03-01 14:26:28 +03:00
Foo b88a2535d4 Add definitions for missing highlight groups 2015-03-01 14:26:28 +03:00
Foo 2d9e759f41 Make sure that check_group actually tests presense of some group
It was not much useful actually: e.g. it skipped the fact that warning:regular
highlight group was not defined.
2015-03-01 14:26:27 +03:00