Commit Graph

  • 1d03b9dc62
    tabline: invalidate buffer list on Terminal Enter Christian Brabandt 2019-02-03 10:36:07 +0100
  • 916d023c35
    buflist: do not consider empty buffers to be excluded Christian Brabandt 2019-02-02 22:39:07 +0100
  • 0a1f4cc910
    doc: clarify usage about AirlineSelectTab mappings Christian Brabandt 2019-02-02 22:22:25 +0100
  • 5415c5e6ec
    tabline: Fix broken call to formatter Christian Brabandt 2019-02-02 21:57:15 +0100
  • a30df884f4
    Update Changelog to link to correct diff on github Christian Brabandt 2019-02-02 18:17:08 +0100
  • 54584a2bb2
    fugitive: mark fugitive like buffers with "[git]" Christian Brabandt 2019-02-02 18:04:53 +0100
  • dc7d991007
    Tabline: Make specifying formatter more easy Christian Brabandt 2019-02-02 17:45:55 +0100
  • d372b5bc46
    tabnr formmatter: fix style Christian Brabandt 2019-02-02 17:45:33 +0100
  • 98bc6abde3
    languageclient: check for existence of 'result' key Christian Brabandt 2019-01-28 11:21:32 +0100
  • 9355e683cd
    Merge pull request #1865 from w0rp/patch-1 Christian Brabandt 2019-01-28 11:15:46 +0100
  • 54dba2a92b
    Remove incorrect copyright attribution w0rp 2019-01-28 10:11:43 +0000
  • a829ec4861
    Merge pull request #1864 from petpetpetpet/more_efficient_ale_line_numbers Christian Brabandt 2019-01-28 10:57:13 +0100
  • d3859dc5dd
    Merge pull request #1862 from mbbill/master Christian Brabandt 2019-01-28 10:55:44 +0100
  • 57c061dcb0 Added a hook to the new ALE api to grab line numbers. Should be more efficient. petpetpet 2019-01-27 13:57:18 +0000
  • 6601474bf5 Fixed t:undotree undefined error Ming, Bai 2019-01-22 14:44:52 -0800
  • e0bde5dea4
    Merge pull request #1859 from knatsakis/no-ctrlp-memleak Christian Brabandt 2019-01-21 11:21:34 +0100
  • 53aa65a5ce Fix ctrlp memory leak Konstantinos Natsakis 2019-01-17 15:34:19 +0200
  • fa5910eb14
    extensions: Add defx support petobens 2019-01-05 16:51:47 -0300
  • d68c9bbeb2
    tabline: make middle-click work as expected in neovim Christian Brabandt 2019-01-11 10:43:06 +0100
  • 70b86537bd
    Merge pull request #1855 from arjanvandervelde/patch-1 Christian Brabandt 2019-01-11 10:41:20 +0100
  • 2d3bbbff43
    make VimLeave autocmd nested Arjan van der Velde 2019-01-10 23:15:30 -0500
  • 6fd5b6ae56
    tabline: Fix redrawtabline typo Christian Brabandt 2019-01-09 08:26:07 +0100
  • 4604f6d465
    tabline: Use :redrawtabline if available Christian Brabandt 2019-01-09 07:42:32 +0100
  • 72888d87ea
    Revert "Make plugin reloadable" Christian Brabandt 2018-12-18 16:12:35 +0100
  • 56197d5104
    Make plugin reloadable Christian Brabandt 2018-12-17 22:23:40 +0100
  • c0f96df97f
    Update metadata (copyright) v0.10 Christian Brabandt 2018-12-15 19:56:30 +0100
  • 39ac0a93e5
    document changelog for new release Christian Brabandt 2018-12-15 19:45:50 +0100
  • e3cfd3643b
    wordcount: prevent use of unused variable Christian Brabandt 2018-12-10 09:11:10 +0100
  • 3d9071e6b6
    themes: Load dark theme, when default colorscheme is loaded Christian Brabandt 2018-12-03 18:29:26 +0100
  • bd468dacfe
    Revert TermOpen autocommand for Neovim Christian Brabandt 2018-11-22 08:31:14 +0100
  • c047abfe96
    Add inactive statusline for terminal Christian Brabandt 2018-11-20 16:32:55 +0100
  • bc63a60b0f
    terminal: return proper terminal name Christian Brabandt 2018-11-20 16:11:34 +0100
  • f9ccb57e76
    Make terminal extension work with Neovim Christian Brabandt 2018-11-20 15:55:11 +0100
  • 31f5a9307d
    Make terminal statusline work for inactive window Christian Brabandt 2018-11-20 15:48:28 +0100
  • fa11b8855b
    Test for TerminalOpen Autocommand before using it Christian Brabandt 2018-11-20 15:28:29 +0100
  • 904ac4eb0b
    plugin: Reload terminal extension on :term command Christian Brabandt 2018-11-20 14:51:22 +0100
  • ada0ba8ae3
    doc: reorder extension configurations alphabetically Christian Brabandt 2018-11-14 09:28:16 +0100
  • 426c8bb8ef
    doc: update documentation Christian Brabandt 2018-11-14 08:26:18 +0100
  • df0c1731db
    Add :AirlineExtensions command Christian Brabandt 2018-11-14 08:06:39 +0100
  • f6a95d3a6f
    Fix wrong extension name for unicode Christian Brabandt 2018-11-14 07:41:48 +0100
  • ffac12cbbe
    theme: do not show not-found warning Christian Brabandt 2018-11-14 07:36:45 +0100
  • b2e1dbad6f
    use tr() instead of substitute Christian Brabandt 2018-11-13 22:29:32 +0100
  • b3a574b4a3
    Fix error in airline#add_statusline_funcref Christian Brabandt 2018-11-13 22:33:43 +0100
  • 7f6dfbefd1
    theme: only define g:autoload_theme if loading was successfully Christian Brabandt 2018-11-13 22:39:36 +0100
  • 5b1c92979c
    Fix error in airline#add_statusline_funcref Christian Brabandt 2018-11-13 22:33:43 +0100
  • 9dc546c699
    use tr() instead of substitute Christian Brabandt 2018-11-13 22:29:32 +0100
  • 14691bb00e
    themes: load them explicitly rather than implictly Christian Brabandt 2018-11-13 21:19:01 +0100
  • b20e181bc8
    Add a separate function for returning all available themes Christian Brabandt 2018-11-13 22:14:13 +0100
  • 49671d0a11
    terminal: do not reset airline theme on TerminalOpen Christian Brabandt 2018-11-13 21:58:54 +0100
  • cd0b15b195
    plugin: use airline#util#warning instead of echo consistently Christian Brabandt 2018-11-13 21:36:50 +0100
  • c3ee263d5b
    whitespace: use airline#util#warning instead of echo consistently Christian Brabandt 2018-11-13 21:28:47 +0100
  • 2eaf57ece8
    xtabline: use airline#util#warning instead of echo conistently Christian Brabandt 2018-11-13 21:25:54 +0100
  • c850f485ad
    autoload: use airline#util#warning instead of echo Christian Brabandt 2018-11-13 21:21:55 +0100
  • 464633baad
    themes: Do not try to load the palette twice Christian Brabandt 2018-11-13 21:17:48 +0100
  • d441b3f7b6
    util: use correct endfunction style Christian Brabandt 2018-11-13 20:47:41 +0100
  • f05f649be8
    highlighter: even further refinement of when to skip groups Christian Brabandt 2018-11-13 13:57:15 +0100
  • cfd373a5a2
    highlighter: Better check, when to skip groups Christian Brabandt 2018-11-13 13:43:55 +0100
  • 6ceaffc49a
    documentation: Mention AirlineModeChanged Christian Brabandt 2018-11-13 09:19:56 +0100
  • 78e67897a4
    highlight: fix previous commit differently Christian Brabandt 2018-11-13 09:06:39 +0100
  • e66d65ebf4
    highlighter: break out of loop at the end Christian Brabandt 2018-11-13 08:50:10 +0100
  • 4d8a06a5a9
    highlighter: get rid of s:Get() function Christian Brabandt 2018-11-12 17:46:08 +0100
  • 6c6c6c104f
    highlighter: exec_separator will re-create '_to_' groups Christian Brabandt 2018-11-12 05:18:53 +0100
  • f3d6a3542a
    Revert "highlighter: also check separator groups for being defined" Christian Brabandt 2018-11-11 21:15:03 +0100
  • e8fd2057a8
    doc: Mention how to add funtions for inactive statuslines Christian Brabandt 2018-11-08 17:20:41 +0100
  • 8c36d2b595
    allow to use alternative seperators for inactive windows Christian Brabandt 2018-11-08 17:09:17 +0100
  • a993ae5d42
    builder: don't call add_separtor twice Christian Brabandt 2018-11-08 16:44:26 +0100
  • f08078d683
    autoload: add comments Christian Brabandt 2018-11-08 16:20:37 +0100
  • 99971aa24d
    highlighter: also check separator groups for being defined Christian Brabandt 2018-11-08 15:31:58 +0100
  • d57344a3c3
    highlighter: skip more buffer related hi groups Christian Brabandt 2018-11-08 13:32:20 +0100
  • 496de8b745
    highlighter: do not skip empty c_sections Christian Brabandt 2018-11-08 12:40:46 +0100
  • 71dc6f0257
    highlighter: fix regex typo Christian Brabandt 2018-11-08 12:24:02 +0100
  • 09b5eb952c
    highlighter: Only recreate hi groups for visible buffers Christian Brabandt 2018-11-08 12:17:40 +0100
  • a334a89e59
    plugin: better check for timer and funcref Christian Brabandt 2018-11-08 07:54:01 +0100
  • ce6cf6f07e
    Check that funcrefs() actually exists Christian Brabandt 2018-11-07 17:55:11 +0100
  • b7367c605a
    highlighter: do not redefine the same groups several times Christian Brabandt 2018-11-07 14:25:40 +0100
  • 18200bfad3
    modes: do not add special sections to accents Christian Brabandt 2018-11-07 13:49:22 +0100
  • 33a633766d
    main: do not trigger FocusGained on startup Christian Brabandt 2018-11-07 10:38:34 +0100
  • 776f7aa948
    Merge pull request #1816 from amiller27/numbered-ctrlspace-tabs Christian Brabandt 2018-11-01 16:10:16 +0100
  • 62f3d1d412 Add option for numbered tabs Aaron Miller 2018-10-29 03:26:59 -0400
  • 6516b1b4dc
    po: only reset cache if window width changed Christian Brabandt 2018-11-01 11:18:04 +0100
  • fc021cf4e8
    po: only substitute, if value is present in string Christian Brabandt 2018-11-01 11:14:57 +0100
  • 6508558c3d
    po: shorten and reformat message format for smaller windows Christian Brabandt 2018-11-01 10:39:33 +0100
  • 08e9aa5386
    Merge pull request #1810 from LarsMichelsen/visualize_checking Christian Brabandt 2018-10-22 08:59:52 +0200
  • 0609a1f945 Visualize that ale is currently checking the current buffer Lars Michelsen 2018-10-14 20:14:56 +0200
  • 2e99805dbf
    Fix failing test Christian Brabandt 2018-10-16 12:13:24 +0200
  • 726b730f0a
    highlight: correctly cache and restore reverse attributes for highlighting colors Christian Brabandt 2018-10-16 12:02:44 +0200
  • 7e004804d1
    Merge pull request #1811 from LarsMichelsen/update_post_ale Christian Brabandt 2018-10-16 10:56:49 +0200
  • d81cdacb1e
    better disabled highlighting for inactive windows on FocusLost Christian Brabandt 2018-10-16 10:49:17 +0200
  • c44bbc66f5
    main: make sure winnr is available in s:context for check_mode function Christian Brabandt 2018-10-16 10:25:50 +0200
  • 61e2c7f86a
    Merge pull request #1813 from fishioon/master Christian Brabandt 2018-10-15 15:53:12 +0200
  • 4d825bdb64 Remove trailing space fish 2018-10-15 20:35:28 +0800
  • 07ac69570b
    main: make FocusLost autocommand configurable Christian Brabandt 2018-10-15 14:23:45 +0200
  • 68f5f1e50d
    mode: Update doc, sort dict Christian Brabandt 2018-10-15 14:17:49 +0200
  • 3f34ff56b8 Improve update logic after ale finished Lars Michelsen 2018-10-14 20:15:03 +0200
  • f045452743
    main: disable airline on FocusLost Christian Brabandt 2018-10-03 12:29:23 +0200
  • 13993d120e
    Merge pull request #1805 from doronbehar/exteralize-quickfix-type-func Christian Brabandt 2018-10-02 20:17:56 +0200
  • 7190164451 Externalize quickfix function returning text Doron Behar 2018-09-28 12:56:49 +0300
  • a0298263b7
    autocomd: do not re-evaluate modelines Christian Brabandt 2018-09-25 16:03:30 +0200
  • 2390022e33
    wordcount: do not rely on english in old versions Liam Fleming 2018-09-23 20:07:09 +0200
  • 57bbe050c7
    Merge pull request #1801 from flemingfleming/wordcount-fixes Christian Brabandt 2018-09-23 17:38:11 +0200