Commit Graph

36 Commits

Author SHA1 Message Date
Bailey Ling bce1632c42 clearly separate core functionality from implementation 2013-07-25 22:29:18 +00:00
Bailey Ling ec86f66510 move paste detection into statusline and check enabled 2013-07-25 22:09:17 +00:00
Bailey Ling 407d8728c0 iterate available keys for each mode 2013-07-25 14:23:24 +00:00
Bailey Ling dcc0c7c84b avoid using funcrefs in the core implementation (#91). 2013-07-25 12:00:17 +00:00
Kirill Klenov c16cafb2bb Support &iminsert. 2013-07-24 15:35:31 +04:00
Bailey Ling 221864cfdc make modified/paste detection an option 2013-07-22 21:23:41 +00:00
Bailey Ling 8a2890625b prepare for bufferline highlight support 2013-07-20 22:22:16 -04:00
maciej 645c67731c Add lawrencium support 2013-07-18 07:56:29 +02:00
Bailey Ling 6388005c46 allow g: gutter to be specified, integrate with vimshell, use get() for :w variables 2013-07-17 22:28:21 -04:00
Bailey Ling 5fefc84413 toggle inactive mode the same way as the other modes 2013-07-16 02:36:23 +00:00
Bailey Ling 07a8bc6258 fixes intro screen getting clobbered. resolves #68. 2013-07-14 16:45:03 -04:00
Bailey Ling c45e1bcf10 move paste indicator into the default section_a value. 2013-07-14 16:41:31 -04:00
Bailey Ling 39ae9c61ce add g:airline_exclude_preview option. resolves #72. 2013-07-14 15:44:16 -04:00
Bailey Ling a8a34b8992 treat inactive as a new mode, allowing it to be themeable (#59). 2013-07-13 02:39:38 +00:00
Bailey Ling 78946af962 upgrade replace to a mode of its own. 2013-07-11 03:03:50 +00:00
Bailey Ling 6b94397105 make theme switching more robust, better autocomplete, and reset inactive highlights 2013-07-10 22:22:13 +00:00
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