Commit Graph

1108 Commits

Author SHA1 Message Date
ZyX a2e11ef94f Add space to rprompt
According to tcsh documentation `%{%}` must not be the last segment.

Note: this means that right prompt has *two* characters between its end and 
terminal emulator border.
2014-01-26 23:52:14 +04:00
ZyX 3ecbeb8c5b Add powerline.tcsh
Ref #762
2014-01-26 23:52:14 +04:00
ZyX-I a4e8f36f36 Merge pull request #706 from ZyX-I/better-errors
Better error handling
2014-01-26 10:43:16 -08:00
ZyX bb343765b0 Add powerline: exception prefix 2014-01-26 22:45:11 +04:00
ZyX-I e18a2e62fa Merge pull request #709 from ZyX-I/zsh-vi-mode
Add support for modes to shell bindings
2014-01-26 10:38:19 -08:00
ZyX 6ba13c1d0f Modify appropriate theme 2014-01-26 22:35:02 +04:00
ZyX 8984647106 Add tests 2014-01-26 22:27:28 +04:00
ZyX 36c007058d Omit any non-vi* mode by default 2014-01-26 22:27:28 +04:00
ZyX 34d4877abf Some fixes for powerline.zsh:
- Replace main and other linked modes with modes they link to
- Add proper keymap initialization

Ref #508
2014-01-26 22:27:28 +04:00
ZyX becc8ee59c Support zsh “modes” (different keymaps like when using vicmd/viins pair)
Fixes #508
2014-01-26 22:08:37 +04:00
ZyX-I 417884a3ed Merge pull request #725 from ZyX-I/fix-fname-special-chars
Handle non-printable characters properly
2014-01-26 10:04:30 -08:00
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