Commit Graph

  • 08f87f2103 add base16 for automatic color switching. Bailey Ling 2013-09-01 14:25:10 -04:00
  • d5c035bd5c add screenshot for fine tuned configuration. resolves #204. Bailey Ling 2013-09-01 14:18:48 -04:00
  • d6599d0b3b update documentation about section functions. Bailey Ling 2013-09-01 13:59:22 -04:00
  • 92de8ad160 much smarter handling of separators (#204). Bailey Ling 2013-09-01 12:07:46 -04:00
  • 723e721b32 test for warning sections enabled in active splits. Bailey Ling 2013-09-01 10:38:00 -04:00
  • 0ad6deb832 Merge branch 'master' into dev Bailey Ling 2013-09-01 10:28:04 -04:00
  • c858116f87 hide warning section in inactive splits. Bailey Ling 2013-09-01 10:24:24 -04:00
  • 62fa3c37e4 give warning section an orange color by default (#177). Bailey Ling 2013-09-01 10:06:25 -04:00
  • 69f40d62ee move part declarations back into init. Bailey Ling 2013-08-31 22:48:27 -04:00
  • c908d03cc0 document configuring with parts and sections. Bailey Ling 2013-08-31 22:34:05 -04:00
  • 501e341589 fix error for when keys are not present in unite context. Bailey Ling 2013-08-31 21:45:21 -04:00
  • 5c0ef8ffbf improve loading performance Bailey Ling 2013-08-31 19:30:37 -04:00
  • f48031cde8 test for window switching and active/inactive splits. Bailey Ling 2013-08-31 23:51:55 +00:00
  • 660109a61a minor formatting and clarification in docs. Bailey Ling 2013-08-31 19:33:31 -04:00
  • 1b91c71fc9 make it possible to declare sections in the vimrc (#204). Bailey Ling 2013-08-31 17:42:09 -04:00
  • 3b2b224a3b test removal of funcrefs Bailey Ling 2013-08-31 16:28:33 -04:00
  • ded2c2ff7e remove temp fix for vim-signify. resolves #188. Bailey Ling 2013-08-31 16:23:53 -04:00
  • fd68997398 lazy load variables until needed (#204). Bailey Ling 2013-08-31 12:57:02 -04:00
  • 7e1206469c basic support for hiding based on win size per part (#200). Bailey Ling 2013-08-31 12:33:58 -04:00
  • f11f871e39 redefine mode as a raw part. Bailey Ling 2013-08-31 12:07:56 -04:00
  • fb711ba9a9 test funcref pipeline. Bailey Ling 2013-08-31 12:03:39 -04:00
  • 389650645b always run the extensions/core funcrefs last. Bailey Ling 2013-08-31 11:55:00 -04:00
  • 96e92232f6 update example to be less dependent on internals. Bailey Ling 2013-08-31 15:29:04 +00:00
  • 68331a5e4f Merge branch 'dev' Bailey Ling 2013-08-31 15:02:01 +00:00
  • a249c87f61 separators unnecessary in warning section. Bailey Ling 2013-08-31 04:54:52 +00:00
  • 7bcb9b5fff more compatible test for older vim version. Bailey Ling 2013-08-31 03:41:19 +00:00
  • a13c692529 define default statusline items with empty contents. Bailey Ling 2013-08-31 03:35:23 +00:00
  • 500ecf7cd0 support for prefixing with a highlight group. Bailey Ling 2013-08-31 03:26:59 +00:00
  • d268744077 test the layout config for the default extension. Bailey Ling 2013-08-30 22:44:20 -04:00
  • e852fb388f test util functions Bailey Ling 2013-08-30 21:42:42 -04:00
  • b4cd0ae99d add tests for the builder Bailey Ling 2013-08-30 21:28:38 -04:00
  • f5885bf9c2 test creation of sections Bailey Ling 2013-08-30 21:15:41 -04:00
  • 54ec1f39ca test some commands Bailey Ling 2013-08-30 20:57:34 -04:00
  • 0548aeefcb basic tests and travis integration. Bailey Ling 2013-08-30 20:26:42 -04:00
  • cb774fcfd0 use correct direction of separators. Bailey Ling 2013-08-30 22:10:04 +00:00
  • c6d996d5ca define the rest of the extensions. Bailey Ling 2013-08-30 22:07:45 +00:00
  • 19910a26cb check existence of all variables. Bailey Ling 2013-08-30 21:59:46 +00:00
  • 2d049949f0 fix indentation. Bailey Ling 2013-08-30 21:58:29 +00:00
  • 93eb0389b9 move init code into new file, add section. Bailey Ling 2013-08-30 21:56:12 +00:00
  • fa517238c7 introduce parts metadata. Bailey Ling 2013-08-30 21:51:10 +00:00
  • 1f6b936dd8 add screenshot for automatic truncation. Bailey Ling 2013-08-30 17:44:14 -04:00
  • 17aa2eaf87 clearer description of what's happening Bailey Ling 2013-08-29 17:48:24 -04:00
  • 43dfdc6de4 add more obvious instructions for disabling truncation. Bailey Ling 2013-08-29 21:27:59 +00:00
  • 95f00f2341 change release policy. resolves #201. Bailey Ling 2013-08-29 14:19:11 -04:00
  • fcbf0a4c9c fix typo Bailey Ling 2013-08-29 09:50:48 -04:00
  • 29cb8991a6 update readme with link to test plan. Bailey Ling 2013-08-29 08:16:22 -04:00
  • 6925d567eb handle reversed highlight groups. Bailey Ling 2013-08-28 23:05:28 -04:00
  • a927bf9475 automatic separators. Bailey Ling 2013-08-29 00:57:58 +00:00
  • e13a4c8b1a convert the rest to use define section. Bailey Ling 2013-08-29 00:36:07 +00:00
  • bdd758dd38 convert branch/hunks/bufferline to function names. Bailey Ling 2013-08-29 00:15:07 +00:00
  • e10b690cdf convert mode/paste/iminsert parts to function names. Bailey Ling 2013-08-28 23:29:35 +00:00
  • 8beb275534 fix inactive highlighting colors. Bailey Ling 2013-08-28 15:40:04 +00:00
  • 386ba6b087 support controlling whether bufferline variables get overwritten. resolves #195. Bailey Ling 2013-08-28 08:21:32 -04:00
  • 6c5672d686 update documentation. Bailey Ling 2013-08-28 02:36:12 +00:00
  • bf8fa9af03 fill in the rest of the deprecated variables. Bailey Ling 2013-08-28 01:40:32 +00:00
  • eadeee316c fixes a weird error after neobundle installs a new plugin. Bailey Ling 2013-08-28 01:34:10 +00:00
  • 14656f766b add deprecation warnings. Bailey Ling 2013-08-28 00:28:52 +00:00
  • 4b9cda77dd Merge branch 'dynamic' (#164) Bailey Ling 2013-08-28 00:00:42 +00:00
  • 39c3ba360e support configurable layouts. Bailey Ling 2013-08-27 23:57:18 +00:00
  • ea4e0280fb rename warningmsg to warning. Bailey Ling 2013-08-27 23:44:03 +00:00
  • 6fc8c00ef1 place syntastic and whitespace into parts. Bailey Ling 2013-08-27 23:38:34 +00:00
  • f9718e6b65 place tagbar into parts. Bailey Ling 2013-08-27 23:25:55 +00:00
  • 24a2035e42 place bufferline into parts. Bailey Ling 2013-08-27 23:24:01 +00:00
  • 2708951715 place hunks and branch extension into parts. Bailey Ling 2013-08-27 23:22:26 +00:00
  • 3d3d93e135 update documentation about symbols dictionary (#193). Bailey Ling 2013-08-27 20:44:47 +00:00
  • ff975d3d7d move file encoding/type into a part. Bailey Ling 2013-08-27 18:39:34 +00:00
  • 2c7e31801f Merge branch 'symbols' Bailey Ling 2013-08-27 18:13:20 +00:00
  • 85c1f5ad03 rename fragments to parts. Bailey Ling 2013-08-27 18:08:50 +00:00
  • 83a1d7e47c introduce fragments variable to store all possible parts. Bailey Ling 2013-08-27 17:47:31 +00:00
  • d5d87d2cdc reduce variable deprecation. Bailey Ling 2013-08-27 14:12:03 +00:00
  • 5c1c985502 tweak width truncation values. Bailey Ling 2013-08-27 07:55:28 -04:00
  • 895743c13d Merge pull request #191 from zekzekus/master Bailey Ling 2013-08-27 04:17:28 -07:00
  • 2be030b7e8 file type check converted to pattern match Zekeriya Koc 2013-08-27 10:40:29 +03:00
  • 6dd4cd5423 clean up how symbols are defined. Bailey Ling 2013-08-26 23:34:02 -04:00
  • fe24924ad3 convert iminsert into a fragment. Bailey Ling 2013-08-26 23:07:14 -04:00
  • e919663781 always enable paste detection. Bailey Ling 2013-08-26 22:55:11 -04:00
  • bc03ab5cbf support section truncation based on window width. resolves #190. Bailey Ling 2013-08-27 01:12:00 +00:00
  • 1980c51971 extract core logic into the default extension. Bailey Ling 2013-08-27 00:56:54 +00:00
  • ccb00be717 check both resolved and unresolved paths (#187). Bailey Ling 2013-08-26 15:39:27 +00:00
  • 04e00d6933 \n only works with double quotes. Bailey Ling 2013-08-26 15:32:18 +00:00
  • c42eefbd1d must use finish to prevent ctrlp from getting source. Bailey Ling 2013-08-26 15:17:24 +00:00
  • 9194a9f02d add temporary fix for vim-signify integration (#188). Bailey Ling 2013-08-26 13:46:49 +00:00
  • 295fda2f74 resolve script path (#187). Bailey Ling 2013-08-26 13:27:09 +00:00
  • 358d4328f4 support formattable whitespace messages. resolves #185. Bailey Ling 2013-08-26 02:08:04 +00:00
  • 6a3b611ba1 show difference between location/quickfix list. resolves #186. Bailey Ling 2013-08-26 01:46:40 +00:00
  • 39c8dcd950 auto-source themes when they are changed. bling 2013-08-25 21:34:26 -04:00
  • 609b4ab573 fix virtualenv_loaded check. Bailey Ling 2013-08-25 17:54:00 +00:00
  • 3fba032439 match up gui colors with term colors for dark theme. bling 2013-08-25 13:11:11 -04:00
  • b7cf6703e5 update pipeline image. Bailey Ling 2013-08-25 13:06:13 -04:00
  • 2f5ba93d0e leave the loaded colorscheme alone. fixes #184. Bailey Ling 2013-08-25 12:27:21 -04:00
  • 3595debb97 move virtualenv to the right side, so tagbar function names don't shift it all over the place. Bailey Ling 2013-08-25 11:51:32 -04:00
  • b9483d8c15 improve builder to support blended sections. Bailey Ling 2013-08-25 00:06:52 -04:00
  • 59d6b72962 remove redundant args. Bailey Ling 2013-08-24 23:09:12 -04:00
  • a91dda01df improve documentation for writing extensions, also add helper methods. Bailey Ling 2013-08-25 15:39:11 +00:00
  • 9ca2aa9a8c Merge pull request #180 from joedicastro/master Bailey Ling 2013-08-25 08:24:53 -07:00
  • f37eeeb9af A better integration of virtualenv to avoid override other extensions joe di castro 2013-08-25 17:14:12 +02:00
  • 086b924992 Fix error in virtualenv at extensions.vim joe di castro 2013-08-25 13:38:15 +02:00
  • b34aa78c5a deprecate airline_detect_iminsert Bailey Ling 2013-08-24 22:24:36 -04:00
  • c517f9c6f9 fix potential performance problems with completeopt+=preview Bailey Ling 2013-08-24 21:17:16 -04:00
  • 42cb6317c2 add base16 support for all variants. Bailey Ling 2013-08-24 21:10:11 -04:00