Donald Plummer
1cb7a420c8
Show unsaved changes in unfocused split
...
This fixes #38 , and the 3 extra characters shouldn't be a problem for #35 (I hope).
I don't know much of anything about vim-script, so if you've got a better way of doing this go for it.
2013-07-10 10:33:28 -07:00
Bailey Ling
17b6b27fd9
Merge pull request #57 from seletskiy/bold-fix
...
Fix bold font in terminal
2013-07-10 09:00:49 -07:00
Stanislav Seletskiy
41a246c223
Fix bold font in terminal
2013-07-10 08:54:05 -07:00
Bailey Ling
5fe642841e
fix qf and preview not getting their styles applied.
2013-07-10 15:02:34 +00:00
Bailey Ling
40b99e181d
implement funcref list again, this time with a global function as this affects older versions of vim
2013-07-10 11:52:17 +00:00
Bailey Ling
b1b02b29a0
correct the truncation of the statusline such that the sides are always shown. resolves #52 .
2013-07-09 22:02:59 +00:00
Bailey Ling
e2d78bdded
Revert "use list of funcrecs, allowing window overrides to be dynamically added"
...
This reverts commit c0427e435d
.
2013-07-09 11:48:11 +00:00
Bailey Ling
c0427e435d
use list of funcrecs, allowing window overrides to be dynamically added
2013-07-09 03:23:30 +00:00
Bailey Ling
0c394308e4
support undotree, gundo, nerdtree, tagbar
2013-07-09 02:52:07 +00:00
Bailey Ling
e0c74f9a1e
add netrw support. resolves #31 .
2013-07-09 00:51:33 +00:00
Bailey Ling
43bc51a0d2
shorten inactive windows to only the filename. resolves #35 . also, treat inactive as a mode so it can be themed independently.
2013-07-08 22:59:31 +00:00
Tim Brooks
56ad2f8c24
Added replace mode extension
2013-07-08 13:00:48 +01:00
Bailey Ling
0c969e7860
introduce gutter section so the entire statusline can be overwritten
2013-07-07 21:00:14 -04:00
Joshua Borton
67de92b1d4
Adding alternate separator for consistent visuals
2013-07-07 18:37:50 -04:00
Bailey Ling
6268cebcce
ensure changing filetypes gets updated statusline if necessary. fix statusline overwrite when using unite with -no-split
2013-07-07 15:32:50 +00:00
Bailey Ling
7ca93833ae
theme the preview window
2013-07-07 15:21:39 +00:00
Bailey Ling
bc73094619
remove detection variables, always enable them
2013-07-07 15:05:33 +00:00
Bailey Ling
0f39777e14
support quickfix window theming
2013-07-07 15:01:18 +00:00
Bailey Ling
69b2160f41
update simple theme to take full advantage of powerline symbols
2013-07-07 14:26:28 +00:00
Bailey Ling
3d3e4cefbd
move majority of code to autoload, keeping only g: variables in plugin
2013-07-07 12:58:39 +00:00