Commit Graph

75 Commits

Author SHA1 Message Date
Bailey Ling a91dda01df improve documentation for writing extensions, also add helper methods. 2013-08-25 15:39:14 +00:00
Bailey Ling 9ca2aa9a8c Merge pull request #180 from joedicastro/master
add virtualenv extension
2013-08-25 08:24:53 -07:00
joe di castro 086b924992 Fix error in virtualenv at extensions.vim
Fix the global variable name for enable/disable the extension.
2013-08-25 13:38:15 +02:00
Bailey Ling b34aa78c5a deprecate airline_detect_iminsert 2013-08-24 22:24:36 -04:00
joe di castro f0df8825df add virtualenv extension 2013-08-24 22:49:54 +02:00
Bailey Ling f6d8a981b6 add inactive statusline funcrefs into the pipeline. 2013-08-24 09:31:30 -04:00
Bailey Ling 74849d4a10 improved unite integration (#165). 2013-08-24 04:08:57 +00:00
Bailey Ling e8d0d24163 prefer function name instead of funcref. 2013-08-24 01:21:09 +00:00
Bailey Ling de4c7253e2 remove function call, no longer needed. 2013-08-22 21:32:11 +00:00
Bailey Ling 261dafca9d fold exclude funcrefs into the default one. 2013-08-22 17:32:44 +00:00
Bailey Ling e83e12447e break early implicit if return code is not 0. 2013-08-22 17:32:44 +00:00
Bailey Ling 0dc3a7913d fix regression; account for symlinks. 2013-08-22 08:27:44 -04:00
mattn cb112cbcb9 Don't use name 'vim-airline' to check loadable extensions. Someone may git clone as another directory. 2013-08-22 13:19:56 +09:00
mattn 3c7e4b1400 Fixes bundle paths. For example ftbundle add 'vim-airline/./autoload' into RTP. 2013-08-22 13:05:59 +09:00
Bailey Ling 40d6773a22 autoload external extensions (#170). 2013-08-22 02:49:19 +00:00
Bailey Ling 8452029e98 upgrade all funcrefs to support varargs. 2013-08-21 15:14:12 +00:00
itchyny 20c5c64590 paste mark is now a member of extensions 2013-08-21 05:29:08 +09:00
Bailey Ling a04d7c277a support vim-signify as a hunk source. 2013-08-20 15:43:26 +00:00
Bailey Ling cbb9bea9db allow warning section to be overwritten (#136). 2013-08-20 15:02:17 +00:00
itchyny 1b6c1bf39c remove g:airline_detect_readonly 2013-08-20 20:58:29 +09:00
itchyny 57cf78ba77 readonly mark is now a member of extensions 2013-08-20 17:18:01 +09:00
Bailey Ling e65aefac00 deprecate airline_detect_whitespace 2013-08-20 03:39:51 +00:00
Bailey Ling 71c8156f00 deprecate all g:airline_enabled_* variables. 2013-08-20 03:38:02 +00:00
Bailey Ling de69bba26e re-enable gitgutter integration with new upstream function. resolves #154 and #153. 2013-08-19 16:03:10 +00:00
Bailey Ling dad0d5a8d8 add gitgutter integration. 2013-08-18 21:02:33 +00:00
Bailey Ling 9d65486063 improve undotree integration; use exposed statusline functions. 2013-08-18 18:50:22 +00:00
Bailey Ling 0e936d0b9a introduce util file 2013-08-16 14:57:47 +00:00
Bailey Ling 6269632164 check existence of airline augroup before overwriting statusline 2013-08-15 16:05:12 -04:00
Bailey Ling 91904d942e check initialized so autoloaded plugins happen first 2013-08-15 15:02:54 -04:00
Bailey Ling 1fa5e16558 fix right alignment for help window 2013-08-14 00:28:13 -04:00
Bailey Ling 509c9f68a9 rename csv variables, add extensions section for doc 2013-08-13 21:47:08 -04:00
Christian Brabandt c5e21aa170 added csv extension 2013-08-14 00:11:51 +02:00
Thomas Hipp 222adbfeaa update tagbar extension
Allow the tagbar extension to be disabled.
2013-08-12 17:03:15 +02:00
Bailey Ling 8d4eb3c574 improve vimshell integration; support interactive modes 2013-08-12 01:15:28 +00:00
Bailey Ling 384150ecd7 extract iminsert out of core into an extension 2013-08-10 17:02:48 -04:00
Bailey Ling 61a39a99ac add ability to override left/right sides independently 2013-08-10 16:05:49 +00:00
Bailey Ling 4485b03e51 add whitespace toggle command 2013-08-08 14:42:27 +00:00
Bailey Ling 528f56472c introduce new warning section, and refactor whitespace into an extension which uses it 2013-08-07 00:17:33 +00:00
Bailey Ling c1e74d72e0 Merge branch 'ext'
Conflicts:
	autoload/airline/extensions.vim
2013-08-06 15:26:32 +00:00
Bailey Ling 729f9e8354 use tagbar provided statusline func 2013-08-06 08:12:03 -04:00
Bailey Ling 8677fa875b minor optimization 2013-08-06 03:57:02 +00:00
Bailey Ling ac211a58eb extract all plugin related functionality out of the core 2013-08-06 03:34:45 +00:00
Bailey Ling 48f0e3652c extract tagbar 2013-08-06 03:16:49 +00:00
Bailey Ling 9c960875fe extract fugitive/lawrencium 2013-08-06 03:07:01 +00:00
Bailey Ling 11fd24b3ef extract syntastic 2013-08-06 02:57:06 +00:00
Bailey Ling f15ac2146f make bufferline almost entirely self contained 2013-08-06 02:44:34 +00:00
Bailey Ling 41325bd08c extract bufferline into its own file 2013-08-06 00:29:30 +00:00
Bailey Ling e446f6a2fb fix placement of readonly, add support for startify 2013-08-03 16:06:29 +00:00
Bailey Ling 94895de8e2 rename window_override_funcrefs to statusline_funcrefs 2013-08-03 11:14:02 -04:00
Bailey Ling 257a9f2ed9 move updating external values into extensions 2013-08-03 10:59:34 -04:00