ZyX
a571f49b3d
Get rid of printf
2014-01-26 21:59:33 +04:00
ZyX
480434331f
Add tests for special characters escaping
2014-01-26 21:45:02 +04:00
ZyX
9edee8ad11
Remove backslash escaping on zsh and fish
2014-01-26 21:44:32 +04:00
ZyX
e3bf63e55c
Do not do needless copying in test_shells/test.sh
2014-01-26 21:30:01 +04:00
ZyX
e7820efe56
Make powerline work with non-utf filenames
...
Fixes #281
2014-01-26 21:01:19 +04:00
ZyX
693ba8a559
Use .copy() on character_translations before modifying
2014-01-26 21:00:22 +04:00
ZyX
ecff281304
Handle non-printable characters properly
...
Fixes #723
2014-01-26 21:00:22 +04:00
ZyX-I
48a076f658
Merge pull request #768 from ZyX-I/tbsh-update-trouble
...
Add troubleshooting questions regarding updating
2014-01-25 01:16:17 -08:00
ZyX
ba41b1f70c
Add troubleshooting questions regarding updating
2014-01-25 13:08:13 +04:00
ZyX
c631ecbd0c
Merge branch 'no-PROMPT_COMMAND-colon' into develop
2014-01-24 10:42:53 +04:00
ZyX
bf688d458c
Use nothing on right side of `_powerline_prompt`
...
It should be more robust in case every PROMPT_COMMAND setter cares about
previous commands
Closes #765
2014-01-24 10:42:11 +04:00
ZyX-I
9eb6550b1b
Merge pull request #764 from fitztrev/syntastic-update
...
Use hasErrorsOrWarningsToDisplay for Syntastic
2014-01-23 11:05:24 -08:00
Trevor Fitzgerald
bb37e34955
Use hasErrorsOrWarningsToDisplay for Syntastic
...
Reverts PR #759 based on feedback from @lcd047 in scrooloose/syntastic#950
2014-01-23 13:50:30 -05:00
ZyX
ec7d808024
Merge branch 'fish-ebuild-fixes' into develop
2014-01-23 19:40:52 +04:00
ZyX
e489e549a6
Move setup to powerline-setup.fish
...
This file is supposed to be placed in /usr/share/fish/functions.
2014-01-23 19:32:19 +04:00
ZyX
64e23d346e
Merge branch 'patch-1' into develop
...
Fixes #724
2014-01-23 18:45:46 +04:00
ZyX
b75d2b531f
Add tests
2014-01-23 18:45:09 +04:00
ZyX-I
79c4d37814
Merge pull request #696 from ZyX-I/fish
...
Add powerline/bindings/fish/powerline.fish
2014-01-23 06:36:58 -08:00
ZyX
9fcfd54d90
Disable fish tests on travis
2014-01-23 18:33:33 +04:00
ZyX
b37940235c
Also print shell version string
2014-01-23 16:41:29 +04:00
ZyX
d75f47a0c7
Use `.` for sourcing in fish
...
It appears that travis uses fish version without this command. Though `.` is
deprecated on new versions it is still supported for backwards compatibility,
thus may be used here.
2014-01-23 16:32:18 +04:00
ZyX
8b341c622e
Make XDG_CONFIG_HOME point to writeable location
2014-01-23 16:14:32 +04:00
ZyX
12aa69a0c2
Also output full.log
...
Hope it will give some hints about why fish tests fail on travis
2014-01-23 15:58:52 +04:00
ZyX-I
04d2e4394d
Merge pull request #750 from EinfachToll/feature/539-position-segment
...
New (fixed) segment showing position of current view
2014-01-23 03:51:42 -08:00
EinfachToll
10cd7b78f0
More test cases for position segment
2014-01-23 09:23:53 +01:00
ZyX
6004403947
Another attempt to fix fish on travis
2014-01-23 07:45:35 +04:00
ZyX
2f98276ee0
Make postproc.py only leave fish prompt
...
Should fix fish tests
2014-01-23 07:36:54 +04:00
ZyX
166f827c9f
Improve test_shells/test.sh:
...
- Add argument that makes it run only one shell
- Make this argument also force skipping removal of tests/shell directory
- Make it copy logs to tests/shell before and after processing
2014-01-23 07:36:08 +04:00
ZyX-I
0ffe3c9e99
Merge pull request #759 from fitztrev/syntastic-errors
...
Fix Syntastic deprecation warning
2014-01-22 19:08:00 -08:00
Trevor Fitzgerald
cab3362377
Fix Syntastic deprecation warning
...
`hasErrorsOrWarningsToDisplay` has been deprecated in Syntastic.
See: https://github.com/scrooloose/syntastic/commit/d629be9
This fixes the warning that appears when opening a new file:
"syntastic: warning: function hasErrorsOrWarningsToDisplay() is
deprecated, please use !isEmpty() instead"
2014-01-22 15:52:02 -05:00
ZyX
11f86e77b0
Add fish tests
2014-01-22 08:33:43 +04:00
ZyX-I
ae53f99253
Merge pull request #729 from bricewge/develop
...
Add Meslo fonts to the fontconfig file
2014-01-21 20:18:05 -08:00
bricewge
fee1b3b3b1
Fix the identation of 10-powerline-symbols.conf
2014-01-21 21:25:29 +01:00
EinfachToll
90132fe386
Small fixes for new position segment
...
- use vim_funcs
- use a dictionary instead of a tuple for translation strings
2014-01-21 15:48:05 +01:00
EinfachToll
45e4650d5c
Merge branch 'develop' into feature/539-position-segment
2014-01-21 15:40:05 +01:00
ZyX
461c4f4d51
Add support for number of jobs to fish bindings
2014-01-19 17:51:48 +04:00
ZyX
972bd45c21
Make fish bindings feature complete, add documentation
...
Added features:
- Updating TMUX_PWD_* when PWD variable changes
- Updating TMUX_COLUMNS_* when WINCH signal is received
2014-01-19 17:45:52 +04:00
ZyX
38f24852eb
Add powerline/bindings/fish/powerline.fish
2014-01-19 17:45:17 +04:00
ZyX-I
5c700b8bbe
Merge pull request #754 from ZyX-I/improve-bash-bindings
...
Improve bash bindings
2014-01-19 05:31:49 -08:00
ZyX
a590e100a2
Fix functional shell tests in travis
...
Hostname in travis contains random numbers meaning that it occasionally may
contain a PID as well. Thus it must be replaced first.
2014-01-19 17:26:31 +04:00
ZyX
49d8376845
Document problem found when exploring #749
2014-01-19 16:27:12 +04:00
ZyX
c6324afbc5
Replace `jobs` with `jobs -p`
...
If some long shell code is run in the background it may be shown as more then
one job:
bash-4.2$ {
> echo abc | while read line ; do
> sleep 1s
> sleep 1s
> done
> } &
[1] 9401
bash-4.2$ jobs
[1]+ Running { echo abc | while read line; do
sleep 1s; sleep 1s;
done; } &
`jobs -p` print exactly one job in this case.
2014-01-19 16:19:23 +04:00
ZyX
1a841a4ac8
Replace POWERLINE_OLD_PROMPT_COMMAND with the code used by [z][1]
...
Does not fix anything, but is three lines less and is probably the way other
tools expect us to do.
[1]: https://github.com/rupa/z
2014-01-19 16:15:40 +04:00
Kim Silkebækken
8af99819bc
Merge branch 'remove-fontpatcher' into develop
2014-01-19 11:57:27 +01:00
Kim Silkebækken
43e199b4a7
Remove fontpatcher and symbol font
...
The package has been moved to
https://github.com/Lokaltog/powerline-fontpatcher
2014-01-19 11:56:50 +01:00
Kim Silkebækken
4a0b7e2950
Merge branch 'remove-packages' into develop
2014-01-19 11:20:23 +01:00
Kim Silkebækken
9de9bc7907
Remove archlinux packages
2014-01-19 11:20:15 +01:00
ZyX-I
7cf3171a45
Merge pull request #753 from ZyX-I/fix-functional-tests-diff-2
...
Try to workaround problems with last line in travis
2014-01-17 14:13:49 -08:00
ZyX
2b171cff67
Try to workaround problems with last line in travis
2014-01-18 01:59:19 +04:00
ZyX-I
2a525ae4f8
Merge pull request #667 from kovidgoyal/fix-git-branch-name
...
Fix git branch name sometimes getting stuck with inotify
2014-01-17 10:20:25 -08:00