871 Commits

Author SHA1 Message Date
ZyX-I
84d2b46e6a Merge pull request #695 from ZyX-I/powerline-lint-fix
Fix powerline-lint tests
2014-01-10 09:17:17 -08:00
ZyX-I
67a809e2d0 Merge pull request #722 from ZyX-I/raiagent-overlay
Remove Gentoo ebuild and reference raiagent overlay
2014-01-10 09:16:48 -08:00
ZyX
ccf070cbcd Remove Gentoo ebuild and reference raiagent overlay 2013-12-01 14:23:29 +04:00
ZyX
9446ac91f8 Make sure flake8 does not show any errors in powerline/lint/**/*.py files 2013-11-03 02:15:24 +04:00
ZyX
b5f051f71c Fix powerline-lint tests
Some notes on the commit:

1. As external_ip and email_imap_alert segments seem to be removed corresponding
   segment_data keys also were removed.
2. Various files that import vim module now have the usual workaround that sets
   vim local to dummy object on error.
3. Syntastic check was failing because it did not specify which highlighting
   groups it uses in documentation. I made it specify them and also moved format
   strings to keywords. Same for some other plugin-local themes.
4. powerline-lint script got --debug argument. Pretty useless currently though:
   it only makes it output traceback for ImportError when failing to import
   module to stderr.
5. Moved themes/vim/plugin/*.json to themes/vim/plugin_*.json.
6. Fixed powerline-lint that ignored problems from values.
2013-11-03 01:48:16 +04:00
Kim Silkebækken
db80fc95ed Merge branch 'fix/error-info-string-format' into develop 2013-08-27 10:22:04 +02:00
Wang Xuerui
4f1c26aa24 Make extra error info string
Fixes #645
2013-08-27 10:21:35 +02:00
Kim Silkebækken
c278c2d9c1 Merge branch 'fix/cs-syntax-error' into develop 2013-08-21 10:02:48 +02:00
Kim Silkebækken
9314ed99c5 Add missing comma in solarized colorscheme 2013-08-21 10:02:26 +02:00
Kim Silkebækken
ebc2d4f424 Merge branch 'update-readme' into develop 2013-08-20 17:59:49 +02:00
Kim Silkebækken
f12bb70559 Add links to Google Groups 2013-08-20 17:59:41 +02:00
Kim Silkebækken
fbe6a50e0f Merge branch 'fix/remove-inet-segments' into develop 2013-08-20 17:40:53 +02:00
Kim Silkebækken
6e8318ac52 Remove long-running segments from tmux
The segments will be re-added when the daemon is merged and the docs
are updated.
2013-08-20 17:40:28 +02:00
Kim Silkebækken
44a37b0180 Merge branch 'feature/plugin-statuslines' into develop
Refs #3, #524, #470
Closes #377
Closes #451
2013-08-20 17:29:02 +02:00
Kim Silkebækken
d0429ac023 Add Tagbar current tag segment 2013-08-20 17:26:36 +02:00
Kim Silkebækken
0fc79d2849 Center align CtrlP current segment 2013-08-20 17:14:24 +02:00
Kim Silkebækken
3d3450d8c1 Add Gundo statuslines 2013-08-20 17:07:18 +02:00
Kim Silkebækken
1fe98e1c3d Update CtrlP config to match segment changes 2013-08-20 17:01:08 +02:00
Kim Silkebækken
8a0e1f2748 Merge remote-tracking branch 'aschrab/trailing_whitespace' into develop 2013-08-20 16:51:06 +02:00
Kim Silkebækken
7ec4cb9b26 Merge remote-tracking branch 'aschrab/gitfile' into develop 2013-08-20 16:50:48 +02:00
Kim Silkebækken
fabc45f1dc Merge remote-tracking branch 'aschrab/no_python_warning' into develop 2013-08-20 16:50:27 +02:00
Kim Silkebækken
74d4ee9669 Update tests
Unit tests are not run on external segments. When external segments are
moved out of the core repo the extra test code won't be needed.
2013-08-20 16:48:54 +02:00
Kim Silkebækken
e19a63aaa9 Update plugin segments to use bindings 2013-08-20 16:48:36 +02:00
Kim Silkebækken
6baf1f8e90 Add Syntastic statusline
Refs #376, #639.
Closes #451.
2013-08-20 16:08:11 +02:00
Kim Silkebækken
7aee4c1dd7 Align default vim colorscheme attributes 2013-08-20 16:05:10 +02:00
Kim Silkebækken
2a127cdb14 Add error/warning HL groups for vim 2013-08-20 16:04:06 +02:00
Aaron Schrab
ed28bb50e6 ignore trailing whitespace errors in .rst files
Use a .gitattributes file to tell git to not highlight trailing
whitespace as an error in .rst files when showing diffs.  A trailing
space is used on many lines in those files to indicate that the
paragraph continues onto the next line.
2013-08-20 09:35:42 -04:00
Aaron Schrab
0ffe6da4e6 Option to suppress error in python-less vim
If the g:powerline_no_python_error variable is set don't issue an error
message even if vim doesn't have the required Python support.  This
allows a common set of configuration files to be used across systems
where some of the copies of vim don't meet the requirements.
2013-08-20 09:33:32 -04:00
Kim Silkebækken
0b5b81774f Add Control-P statuslines
This hacks around the way CtrlP handles statuslines. Powerline will
always override the statusline, but CtrlP doesn't make its details
available as buffer variables so separate functions assign the details
to buffer variables each statusline redraw.

Currently this statusline only uses a couple of highlight groups,
colorschemes should add the HL groups to make this prettier.
2013-08-20 15:29:09 +02:00
Kim Silkebækken
2e38ab5686 Add NERDTree statusline 2013-08-20 13:51:33 +02:00
Kim Silkebækken
42ea2bf539 Create shared namespaces for powerline.{matchers,segments}.plugin 2013-08-20 13:40:36 +02:00
Kim Silkebækken
d67e929fec Merge branch 'fix-621' into develop 2013-08-20 13:30:22 +02:00
Kovid Goyal
f94ed68211 Fix #621 2013-08-20 13:29:26 +02:00
Kim Silkebækken
db27dd37a6 Merge remote-tracking branch 'dbrodie/fix_625' into develop 2013-08-20 13:26:21 +02:00
Kim Silkebækken
9c566e416b Merge remote-tracking branch 'dbrodie/unicode_path_fix' into develop 2013-08-20 13:24:13 +02:00
Kim Silkebækken
5cc6555137 Merge remote-tracking branch 'kovidgoyal/fix-638' into develop 2013-08-20 13:21:24 +02:00
Kim Silkebækken
20ad10015b Merge remote-tracking branch 'aschrab/include_modes' into develop 2013-08-20 13:08:50 +02:00
Kim Silkebækken
5330c4876a Merge branch 'fix-setup-unicode-error' into develop 2013-08-20 13:08:08 +02:00
Kim Silkebækken
f107494d84 Make author name ASCII 2013-08-20 13:07:56 +02:00
Kovid Goyal
28c1c0dfb4 More informative error message. Fixes #638 2013-08-20 09:28:11 +05:30
Aaron Schrab
9aee39e412 Handle gitfiles when retrieving branch name
Move code to parse a .git file from the do_status method to a new method
shared with get_branch_name so that branch name can be retreived from
repositories which use a .git file.

Closes #634.
2013-08-16 22:06:30 -04:00
Aaron Schrab
51a5b430a8 Fix handling of segment include_modes
Segments should only be included if rules for both inclusion and
exclusion are satisfied, satisfying one or the other is not sufficient.

If the include_modes list for a segment is missing or empty consider all
modes to be included so that users do not need to supply an exhaustive
list, since there isn't much point in actually wanting an empty include
list.  Actually check for mode name in the list rather than mistakenly
checking for the segment object.
2013-08-16 15:13:54 -04:00
Daniel Brodie
e58cb30d7d Fix UnicodeDecodeError when dir_limit_depth and dir_shorten_len are set 2013-08-13 11:05:04 +03:00
Daniel Brodie
f15bb19c35 Don't let the vcs detection cross mount point boundaries
Fixes issue 625
2013-08-13 08:48:31 +03:00
Kim Silkebækken
70e279afde Merge branch 'feature/visual-range-segment' into develop 2013-08-06 11:09:11 +02:00
Kim Silkebækken
ab6140136d Add visual_range segment
Returns a value similar to `showcmd`.

TODO: Make proper test case.
2013-08-06 10:57:04 +02:00
Kim Silkebækken
aa05f22652 Update README 2013-08-05 10:56:27 +02:00
Kim Silkebækken
0b3e354c2e Merge branch 'fix-archlinux-aur-issues' into develop 2013-07-31 16:13:05 +02:00
Kim Silkebækken
ad4a1b546a Fix Arch Linux AUR package upload issues
Some workarounds have been added so that AUR correctly parses the
package name and dependencies when the package is uploaded.
2013-07-31 16:11:20 +02:00
Kim Silkebækken
225ac48cfc Merge remote-tracking branch 'tmurph/feature/504-battery-segment' into develop
Conflicts:
	powerline/config_files/colorschemes/tmux/default.json
2013-07-31 15:28:54 +02:00