Manuel Mendez
79e7640bba
arch: add provides=('powerline') to PKGBUILDs.
2013-07-02 08:41:05 -04:00
Kim Silkebækken
c1ae7f3598
Merge remote-tracking branch 'zyx-i/fix-516' into develop
2013-06-28 14:26:33 +02:00
Kim Silkebækken
67dff293b8
Merge branch 'feature/update-archlinux-packages' into develop
2013-06-28 14:15:07 +02:00
Kim Silkebækken
8d9fa13797
Update Arch Linux packages to use updated VCS syntax
...
Closes #479
2013-06-28 14:14:37 +02:00
Kim Silkebækken
4ee5072c6d
Merge branch 'fix/docs-fontpatcher-path' into develop
2013-06-28 13:55:37 +02:00
mwcz
17435ecf90
Fix documented path to fontpatcher.py
2013-06-28 13:55:28 +02:00
Kim Silkebækken
5dd095a846
Merge remote-tracking branch 'michaelbeaumont/fix/issue-543' into develop
2013-06-28 13:54:03 +02:00
Kim Silkebækken
f00f1ace4d
Merge branch 'feature/git-improve-detached-head' into develop
2013-06-28 13:50:41 +02:00
Jack Zhou
72b082a510
Change [DETACHED HEAD] message to a short hash of the detached head.
2013-06-28 13:49:45 +02:00
Kim Silkebækken
afe415a398
Merge remote-tracking branch 'kovidgoyal/fix-482' into develop
...
Conflicts:
powerline/lib/vcs/git.py
2013-06-28 13:47:25 +02:00
Kim Silkebækken
fc6d85219f
Merge remote-tracking branch 'zyx-i/fix-567' into develop
2013-06-28 13:37:50 +02:00
Kim Silkebækken
bb6c959313
Merge remote-tracking branch 'zyx-i/powerline-list-expanduser' into develop
2013-06-28 13:36:38 +02:00
Kim Silkebækken
13e0c8992d
Merge remote-tracking branch 'zyx-i/fix-545' into develop
2013-06-28 13:36:11 +02:00
ZyX
3cf04f3aab
Support low values of line2byte
...
Fixes #567
2013-06-27 19:24:28 +04:00
ZyX
5ccf8d2cb4
Support ~/ directories in powerline-lint
2013-06-22 20:30:53 +04:00
ZyX
a85d9017fd
In place of failure create new window ID in case of duplicate ID
...
Fixes #545
Fixes #537
2013-06-22 19:32:56 +04:00
ZyX
987376aecb
Fix tests
2013-06-22 19:14:07 +04:00
ZyX
79b842ec9b
Remove uneeded code
2013-06-22 19:12:57 +04:00
ZyX
31c86486fe
Disable vim.bindeval support for vim_getwar for old vim versions
2013-06-22 19:00:56 +04:00
Kovid Goyal
a03035dd0d
Remove obsolete comment
2013-06-14 13:45:13 +05:30
Kovid Goyal
14bec211aa
Various performance improvements for the vcs backend
...
1) Fix a bug where watching a directory would also report the directory
as changed if any files inside it were changed. This would causes
excessive polling by the branch segment
2) Fix a bug where the watch for the repo dir in the branch segment
was being continually recreated, again causing excessive polling. This
was particularly noticeable with the patch to fix fugitive file status
updates.
3) Improve the performance of branch coloring for git repos by ignoring
change events for the index.lock file. This file is created/deleted
every time git access the index and would cause the entire working tree
status to be re-queried every time.
2013-06-14 13:40:17 +05:30
michaelbeaumont
8de2a9abf9
Fix infinite add_watches loop with symbolic links
...
Added a check to ensure that add_watches doesn't run on the same folder over and over again. This occurs at least when circular symbolic links are present.
Fix #543
2013-06-12 11:09:50 +02:00
Kim Silkebækken
2758c349db
Revert "Fix committing with fugitive => stuck file status"
...
This reverts commit 0435d44984
.
The commit introduces a huge performance penalty and is removed for now.
2013-06-10 11:53:40 +02:00
Kim Silkebækken
540b076aa0
Merge remote-tracking branch 'kovidgoyal/fix-482' into develop
2013-06-02 15:43:26 +02:00
Kovid Goyal
0435d44984
Fix committing with fugitive => stuck file status
...
Fixes #482 (I hope)
2013-05-30 07:29:04 +05:30
Kim Silkebækken
669327df0d
Merge remote-tracking branch 'kovidgoyal/fix-417' into develop
2013-05-27 13:40:34 +02:00
Kim Silkebækken
291832d707
Merge remote-tracking branch 'zyx-i/auto-use-powerline-client' into develop
2013-05-27 13:40:27 +02:00
ZyX
baa44475e5
Add note about POWERLINE_COMMAND to documentation
2013-05-24 07:21:40 +04:00
ZyX
374da15667
Use eval in tmux/powerline.conf
...
fish does not support variables used as commands
2013-05-24 07:18:03 +04:00
ZyX
884a8b0d78
Use powerline-client if possible
2013-05-24 06:25:48 +04:00
ZyX
9080a34ee8
Fix problems with merging vim.Dictionary
...
Also add tests
Fixes #516
2013-05-23 18:36:51 +04:00
Kovid Goyal
75bf6ac7bf
Fix #417
2013-05-23 10:42:51 +05:30
Kim Silkebækken
23a59ba93d
Merge remote-tracking branch 'zyx-i/fix-511' into develop
2013-05-22 13:58:26 +02:00
ZyX
795b9874ba
Add missing import
...
Also add tests
Fixes #511
2013-05-22 00:22:01 +04:00
Kim Silkebækken
1581d9be9b
Merge remote-tracking branch 'jacobwalker0814/feature/477-environment-segment' into develop
2013-05-21 10:12:50 +02:00
Kim Silkebækken
4037c3be4c
Merge remote-tracking branch 'inducer/patch-1' into develop
2013-05-21 10:11:49 +02:00
Kim Silkebækken
5710b7b37f
Merge remote-tracking branch 'zyx-i/less-viml' into develop
2013-05-21 10:10:11 +02:00
Kim Silkebækken
516642c7f4
Merge branch 'fix-git-errors' into develop
2013-05-21 10:08:46 +02:00
Kovid Goyal
bb4bc52c8a
Fix path issue
2013-05-21 10:08:07 +02:00
ZyX
79e44dd2a0
Check self.theme_option before using
...
Fixes #493
2013-05-19 13:28:29 +04:00
ZyX
ea3c939320
Fix tests on python3
2013-05-19 13:26:59 +04:00
ZyX
5c2c47aa2f
Make .shutdown work if renderer was not created
...
Fixes #486
2013-05-19 13:23:01 +04:00
ZyX
962a1b6fc2
Fix tests
2013-05-19 13:17:59 +04:00
ZyX
ad35b48942
Add VimEnviron object
2013-05-19 13:17:59 +04:00
ZyX
dfaf8c3b3a
Fix messages
2013-05-19 13:17:58 +04:00
ZyX
07a130ab25
Use vim.vars and *.options if possible
2013-05-19 13:17:58 +04:00
ZyX
f10729f637
Add some new features to tests/vim.py
2013-05-19 13:17:58 +04:00
ZyX
ebd122d4ac
Unfinished attempt to adapt tests to new code
2013-05-19 13:17:58 +04:00
ZyX
9060e2b4cf
Fix non-bindeval fallback
2013-05-19 13:17:58 +04:00
ZyX
658232a1aa
Update documentation
2013-05-19 13:17:58 +04:00