Bailey Ling
2cfe26f72f
correct docs for the default value.
2013-09-05 15:21:04 +00:00
Vitor Antunes
e967d09bf3
Allow flag configuration of tagbar statusline string
2013-09-05 15:42:17 +01:00
Bailey Ling
a9b2fd2c41
allow configuration for showing only tabs. resolves #220 .
2013-09-04 20:17:02 +00:00
Bailey Ling
56eaf3733f
add support to show tabline based on minimum buffer count ( #220 ).
2013-09-04 19:53:04 +00:00
Bailey Ling
53364af1e3
support configuring tabline separators independently. resolves #215 .
2013-09-04 19:20:06 +00:00
Bailey Ling
00e5e1c20e
support changing how numbers are displayed in tab mode. resolves #217 .
2013-09-04 18:06:57 +00:00
Bailey Ling
e167e67819
implement showing buffer numbers and modified ( #212 ).
2013-09-04 15:47:05 +00:00
Bailey Ling
2051dfb9a1
give gui users some love.
2013-09-03 18:48:08 +00:00
Bailey Ling
cf798d8783
no love for gui users...
2013-09-03 18:00:55 +00:00
Bailey Ling
4f76b3a971
add documentation for tabline.
2013-09-03 03:24:47 +00:00
Bailey Ling
16028e69dc
document minwidth. resolves #200 .
2013-09-01 14:36:20 -04:00
Bailey Ling
d6599d0b3b
update documentation about section functions.
2013-09-01 13:59:22 -04:00
Bailey Ling
92de8ad160
much smarter handling of separators ( #204 ).
2013-09-01 12:20:54 -04:00
Bailey Ling
0ad6deb832
Merge branch 'master' into dev
...
Conflicts:
doc/airline.txt
2013-09-01 10:28:04 -04:00
Bailey Ling
c908d03cc0
document configuring with parts and sections.
2013-08-31 22:34:05 -04:00
Bailey Ling
660109a61a
minor formatting and clarification in docs.
2013-08-31 19:33:31 -04:00
Bailey Ling
68331a5e4f
Merge branch 'dev'
...
Implements #204 .
Conflicts:
README.md
2013-08-31 15:02:01 +00:00
Bailey Ling
c6d996d5ca
define the rest of the extensions.
2013-08-30 22:07:45 +00:00
Bailey Ling
43dfdc6de4
add more obvious instructions for disabling truncation.
2013-08-29 21:29:33 +00:00
Bailey Ling
386ba6b087
support controlling whether bufferline variables get overwritten. resolves #195 .
2013-08-28 08:21:32 -04:00
Bailey Ling
6c5672d686
update documentation.
2013-08-28 02:36:12 +00:00
Bailey Ling
3d3d93e135
update documentation about symbols dictionary ( #193 ).
2013-08-27 20:44:47 +00:00
Bailey Ling
2c7e31801f
Merge branch 'symbols'
2013-08-27 18:13:20 +00:00
Bailey Ling
d5d87d2cdc
reduce variable deprecation.
2013-08-27 14:12:03 +00:00
Bailey Ling
5c1c985502
tweak width truncation values.
2013-08-27 07:55:28 -04:00
Bailey Ling
6dd4cd5423
clean up how symbols are defined.
2013-08-26 23:39:25 -04:00
Bailey Ling
fe24924ad3
convert iminsert into a fragment.
2013-08-26 23:07:14 -04:00
Bailey Ling
e919663781
always enable paste detection.
2013-08-26 22:55:11 -04:00
Bailey Ling
bc03ab5cbf
support section truncation based on window width. resolves #190 .
2013-08-27 01:16:56 +00:00
Bailey Ling
358d4328f4
support formattable whitespace messages. resolves #185 .
2013-08-26 02:08:04 +00: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
3bb451f1f4
pass context into the builder.
2013-08-24 03:18:43 +00:00
Bailey Ling
98eecd7ae2
add error code 1 for easier override.
2013-08-24 03:02:13 +00:00
Bailey Ling
e8d0d24163
prefer function name instead of funcref.
2013-08-24 01:21:09 +00:00
Bailey Ling
c2632f9dbb
introduce g:airline_theme_patch_func ( #173 ).
2013-08-22 19:55:04 -04:00
Bailey Ling
51110b902b
document the pipeline.
2013-08-22 23:20:53 +00:00
Bailey Ling
261dafca9d
fold exclude funcrefs into the default one.
2013-08-22 17:32:44 +00:00
Bailey Ling
8452029e98
upgrade all funcrefs to support varargs.
2013-08-21 15:14:12 +00:00
Bailey Ling
47de191a80
update doc.
2013-08-21 11:57:23 +00:00
Bailey Ling
e4a0fe1d9c
move paste symbol variable into extension, update docs.
2013-08-20 23:16:39 +00:00
Evgeni Kolev
7a1d7a01b2
allow ctrlp to use mode colors other than insert's colors
...
add global variable g:airline#extensions#ctrlp#color_template which can
hold modes normal|insert|visual|replace as string. ctrlp will use the
given mode's colors if the active theme doesn't define any.
2013-08-20 23:30:46 +03:00
Bailey Ling
a04d7c277a
support vim-signify as a hunk source.
2013-08-20 15:43:26 +00:00
Bailey Ling
e2a758e309
deprecate airline_readonly_symbol. move into gutter by default, so it does not conflict with bufferline logic.
2013-08-20 08:11:38 -04: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
494d15232c
reduce pollution of global scope variables
2013-08-20 03:38:02 +00:00
Benjamin Bergman
a5f084dc4e
Use extension local variables, and expose hunk_symbols to user
2013-08-19 22:32:14 -05:00
Benjamin Bergman
4d9a0e257f
Add option to show only non-zero hunks
2013-08-19 17:28:42 -05:00
Bailey Ling
2a02afb918
default whitespace symbol to non-unicode unless powerline fonts are enabled ( #155 ).
2013-08-19 13:33:13 +00:00
Bailey Ling
dad0d5a8d8
add gitgutter integration.
2013-08-18 21:02:33 +00:00
Bailey Ling
03c08e819c
autoload themes to match colorscheme. resolves #145 .
2013-08-18 04:44:13 +00:00
Bailey Ling
ca39454ecf
add example.vim extension ( #134 )
2013-08-16 18:04:03 +00:00
Bailey Ling
81c49292d3
add shortform into doc for easy copy/pasting
2013-08-16 14:57:36 +00:00
Bailey Ling
f5afe4bcac
Merge pull request #141 from chrisbra/master
...
added airlinetoggle function
2013-08-15 11:58:28 -07:00
Christian Brabandt
8ec527465d
added airlinetoggle function
2013-08-15 20:48:59 +02:00
Bailey Ling
b7131d8b51
add section about writing extensions ( #134 ).
2013-08-14 03:07:01 +00:00
Bailey Ling
7e63d9ddd9
rename variable so it's more obvious
2013-08-14 02:36:09 +00:00
Bailey Ling
10e8146d7b
improve docs, remove deprecation warnings
2013-08-14 02:32:05 +00:00
Bailey Ling
f66cb47d29
fix up csv integration so it only applies to csv filetypes
2013-08-13 21:52:31 -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
Bailey Ling
9dd682212f
make warning a real section. references #136 .
2013-08-13 20:43:04 +00:00
Bailey Ling
11e7e67d8d
introduce g:airline_inactive_collapse. resolves #129 .
2013-08-11 14:30:02 +00:00
Bailey Ling
5d92aaecaa
update documentation
2013-08-10 23:22:49 +00:00
Bailey Ling
35539b2667
customizable empty branch message. closes #121 .
2013-08-09 20:12:56 +00:00
Bailey Ling
4485b03e51
add whitespace toggle command
2013-08-08 14:42:27 +00:00
Bailey Ling
57955b3b86
add the most common problems into the documentation ( #112 ).
2013-08-08 00:23:43 -04:00
Bailey Ling
d2c069b971
make syntastic use the warning section
2013-08-06 21:42:32 -04:00
Bailey Ling
7fb9bcf2c9
improve whitespace detection; add support for mixed indents
2013-08-07 00:48:53 +00:00
Bailey Ling
a5fe4d9972
extract colors from normal if undefined ( #67 , #113 ).
2013-08-04 19:10:44 +00:00
Bailey Ling
e4d5f4cfb1
add jellybeans theme using new highlight group methods
2013-08-04 01:28:20 +00:00
Bailey Ling
94895de8e2
rename window_override_funcrefs to statusline_funcrefs
2013-08-03 11:14:02 -04:00
Bailey Ling
5099fbf1b9
move tagbar definition into predefined section
2013-08-03 00:51:24 +00:00
Bailey Ling
9844f14f66
change license to MIT
2013-08-02 19:43:24 +00:00
Bailey Ling
72852fa665
update readme. resolves #109 .
2013-08-02 08:11:53 -04:00
Bailey Ling
577e50d788
first class integration with tagbar
2013-07-31 20:07:14 +00:00
Bailey Ling
161daa7942
deprecate fugitive variable names in favour of scm-agnostic variable names
2013-07-27 18:15:00 -04:00
Bailey Ling
c095a48aad
add documentation about airline_exclude_funcrefs
2013-07-25 22:48:15 +00:00
Kirill Klenov
c16cafb2bb
Support &iminsert.
2013-07-24 15:35:31 +04:00
bling
44ac11bed3
fully document the dark theme. resolves #88 .
2013-07-23 23:00:23 -04:00
Bailey Ling
221864cfdc
make modified/paste detection an option
2013-07-22 21:23:41 +00:00
Bailey Ling
043256f96b
add reference to the FAQ in the vim doc ( #81 ).
2013-07-20 13:24:15 +00: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
1385667168
add old vim-powerline font symbols into the doc. resolves #76 .
2013-07-17 19:09:18 +00:00
Bailey Ling
294f07d975
update docs, update link to faq in the wiki
2013-07-15 20:19:26 +00:00
Bailey Ling
8966e7c3e6
add author information into the docs.
2013-07-15 14:45:47 +00:00
Bailey Ling
39ae9c61ce
add g:airline_exclude_preview option. resolves #72 .
2013-07-14 15:44:16 -04:00
Bailey Ling
150cd09d38
make :AirlineTheme a getter/setter
2013-07-11 01:40:38 +00:00
Bailey Ling
16447a6aa9
fix another solarized2 dark gui typo. also, add :AirlineTheme command.
2013-07-10 19:55:55 +00:00
Bailey Ling
4fc6b31a82
fix typo in solarized2 for gui colors, update readme and doc
2013-07-10 17:54:25 +00:00
Bailey Ling
8c6efa5698
add info about funcrefs into the documentation. tested on vim 7.2. resolves #45 .
2013-07-10 13:48:13 +00:00
Bailey Ling
b3987b10b3
update vim documentation, add example for overriding sections.
2013-07-07 23:12:05 -04:00
Bailey Ling
0c969e7860
introduce gutter section so the entire statusline can be overwritten
2013-07-07 21:00:14 -04:00
Bailey Ling
52607e204c
add info about terminal colors ( #26 )
2013-07-07 20:38:19 -04:00
Bailey Ling
bc73094619
remove detection variables, always enable them
2013-07-07 15:05:33 +00:00
Bailey Ling
5f24841533
check detection in statusline, add some more unicode symbols to docs
2013-07-06 18:30:21 +00:00
Bailey Ling
e89e6ad27b
implement paste indicator. resolves #18
2013-07-06 18:24:36 +00:00
Bailey Ling
02be9edbc0
don't override the statusline help
2013-07-06 17:01:21 +00:00
Bailey Ling
233cf1b5b9
update readme about laststatus. resolves #20
2013-07-06 00:15:52 +00:00
Bailey Ling
c2541dd9a9
implement almost full customization support. resolves #3
2013-07-04 11:39:49 -04:00
Bailey Ling
6d75740257
rename to be more obvious
2013-07-02 07:04:36 -04:00
Bailey Ling
b17b37956d
implement ability to exclude by match or filetype ( #6 )
2013-07-02 07:00:31 -04:00
todashuta
f6428a2d24
Fix typo.
2013-07-02 18:49:06 +09:00
Aldric Giacomoni
230896bd0b
Seperator => Separator
2013-07-01 23:48:50 -04:00
Bailey Ling
3877ddb7bb
implement support for detected modified buffers
2013-07-01 23:45:49 -04:00
Bailey Ling
1f15d5dbc1
update readme, help; add faq, sample symbols
2013-07-01 19:49:40 -04:00
Bailey Ling
05ee8c0fc7
add vim help file
2013-07-01 07:33:26 -04:00