Commit Graph

  • fdd75df927 async: cleanup logic for nvim/vim8/vim7 Christian Brabandt 2019-04-25 15:07:12 +02:00
  • 6b213e1071 branch: make it work with vim74 Christian Brabandt 2019-04-25 14:43:56 +02:00
  • 9c1486522a branch: ignore submodules for git when determing clean state Christian Brabandt 2019-04-25 08:47:05 +02:00
  • 11cd15d218 async: fnameescape filename Christian Brabandt 2019-04-25 07:41:56 +02:00
  • 1297773a26 branch: skip untracked files for clean state Christian Brabandt 2019-04-25 07:35:41 +02:00
  • a8b0c5f760 branch: skip for non-empty &buftype buffers Christian Brabandt 2019-04-25 07:32:13 +02:00
  • ffd8c406ab branch: Make the branch extension available with 80 char wide windows Christian Brabandt 2019-04-24 16:12:54 +02:00
  • 9f193de600 branch: Remove spurious dirty var Christian Brabandt 2019-04-24 15:51:43 +02:00
  • 28bebd35ea fugitiveline: use correct fugitive functions Christian Brabandt 2019-04-24 15:48:16 +02:00
  • 3ac318bfd3 fugitive: replace old buffer().commit() function by new global function Christian Brabandt 2019-04-24 15:29:51 +02:00
  • 9112675ad8 branch: display dirty state Christian Brabandt 2019-04-24 15:15:29 +02:00
  • a8c96d7c07 async: Move function definition so it is valid for nvim Christian Brabandt 2019-04-24 13:27:25 +02:00
  • 941341d085 branch: simplify async logic a bit Christian Brabandt 2019-04-24 13:25:31 +02:00
  • ead2cd63bb term: only strip first letter from name, if it starts with '!' Christian Brabandt 2019-04-18 15:52:54 +02:00
  • 704e58e1b7 Fix failing test and make it aware of tablabel_right Christian Brabandt 2019-04-17 13:24:19 +02:00
  • 6acb234a12 tabline: Use separate hi group for label on right Christian Brabandt 2019-04-17 09:04:56 +02:00
  • d1d9548b8e themes: correctly catch not-found in init function Christian Brabandt 2019-04-17 08:25:55 +02:00
  • 773f0e3637 Merge pull request #1898 from clobrano/short-path-formatter Christian Brabandt 2019-04-15 10:07:19 +02:00
  • 0f1aec97da Add documentation for short_path formatter #1898 Carlo Lobrano 2019-04-14 10:03:24 +02:00
  • ebb8f0c2b1 Add formatter for short paths Carlo Lobrano 2019-04-10 22:17:43 +02:00
  • cbf264ff5f Merge pull request #1897 from shayneholmes/wordcount-formatters Christian Brabandt 2019-04-09 20:56:34 +02:00
  • 979e04a6ec Search for wordcount formatters with extension #1897 Shayne Holmes 2019-04-09 11:48:01 -07:00
  • 86e73cade7 Get a random number from win32 cmd.exe Christian Brabandt 2019-03-26 21:53:47 +01:00
  • 4265798d4b style: rename inconsistent function names Christian Brabandt 2019-03-26 21:10:45 +01:00
  • 148eb6bb28 Allow to switch to a random theme Christian Brabandt 2019-03-26 21:03:13 +01:00
  • a6fb6d9da0 Extensions: indicate, if an extension is external Christian Brabandt 2019-03-26 08:41:36 +01:00
  • 1fb184305b fugitiveline: simplify modify logic Christian Brabandt 2019-03-25 12:34:09 +01:00
  • c8a36e14e9 Updated Copyright Statements Christian Brabandt 2019-03-25 12:27:10 +01:00
  • 45205aa4a3 wordcount: expose filetype list to global scope Christian Brabandt 2019-03-19 08:28:51 +01:00
  • b84e548522 Make displaying the tab count optional Christian Brabandt 2019-03-16 09:32:18 +01:00
  • 6ab14bf474 tabline: add consistent tab label to the end Christian Brabandt 2019-03-08 14:05:38 +01:00
  • 1c3ae6077a Merge pull request #1879 from gmolau/Fix-syntastic-formatting Christian Brabandt 2019-02-22 07:49:52 +01:00
  • eb0ddf61dc Merge pull request #1877 from maxnordlund/resepct-minwidth-for-vcs Christian Brabandt 2019-02-22 07:49:28 +01:00
  • 395fccfda7 Fix the formatting of syntastic error messages #1879 Georg Molau 2019-02-22 00:53:41 +01:00
  • b69aa396c1 Remove trailing whitespace #1877 Max Nordlund gmail 2019-02-21 11:44:25 +01:00
  • 61ca196d73 Move formatting of branch name into get_head Max Nordlund gmail 2019-02-20 12:32:55 +01:00
  • 5f769dbed9 Expose get_hunks for advanced customization Max Nordlund gmail 2019-02-20 12:27:58 +01:00
  • 45ff435378 Honor minwidth for hunks and branch parts Max Nordlund gmail 2019-02-20 12:24:22 +01:00
  • 448aa43ec4 Merge pull request #1875 from petobens/master Christian Brabandt 2019-02-12 11:15:14 +01:00
  • cc7b3c1636 Fix denite extension #1875 petobens 2019-02-11 09:22:43 -03:00
  • 1471330825 Adjust buffer numbers for buf_idx_mode v2 slightly Christian Brabandt 2019-02-08 07:55:35 +01:00
  • 05572482b8 tabline: add forgotten changes from commit cd1d8c2a96 Christian Brabandt 2019-02-07 08:17:33 +01:00
  • cd1d8c2a96 Introduce buffer_idx_mode v2 Christian Brabandt 2019-02-07 08:11:47 +01:00
  • 624d2f1438 tabline: AirlineSelectTab still wrong sometimes Christian Brabandt 2019-02-06 22:42:10 +01:00
  • 767c1efd10 bufferline: catch invalid modelines Christian Brabandt 2019-02-05 08:35:57 +01:00
  • 999c40fcf3 tabline: simplify creation of maps Christian Brabandt 2019-02-04 21:59:40 +01:00
  • 105e9daaf7 tabline: Make the PlugAirlineSelectTab buffers work as expected Christian Brabandt 2019-02-04 21:47:11 +01:00
  • 4078688305 README.md: move section header Christian Brabandt 2019-02-04 10:38:11 +01:00
  • 96d42317b1 Update README.md Christian Brabandt 2019-02-04 10:37:34 +01:00
  • 23a8a7e04d doc: ammend doc about statusline on top Christian Brabandt 2019-02-04 09:55:48 +01:00
  • 25e384f236 wordcount: move User autocommand to plugin Christian Brabandt 2019-02-04 08:25:45 +01:00
  • 8867301f78 plugin: Move tabline_update function to autoload Christian Brabandt 2019-02-04 08:23:58 +01:00
  • 840bf02baf autoload: Fix typo in comment Christian Brabandt 2019-02-04 08:21:39 +01:00
  • fd5bde1a3a allow to show the statusline on top Christian Brabandt 2019-02-03 17:30:55 +01:00
  • 58bbc512f9 tabline: Only define Terminal autocommand if vim supports it Christian Brabandt 2019-02-03 10:43:23 +01:00
  • 1d03b9dc62 tabline: invalidate buffer list on Terminal Enter Christian Brabandt 2019-02-03 10:36:07 +01:00
  • 916d023c35 buflist: do not consider empty buffers to be excluded Christian Brabandt 2019-02-02 22:39:07 +01:00
  • 0a1f4cc910 doc: clarify usage about AirlineSelectTab mappings Christian Brabandt 2019-02-02 22:22:25 +01:00
  • 5415c5e6ec tabline: Fix broken call to formatter Christian Brabandt 2019-02-02 21:57:15 +01:00
  • a30df884f4 Update Changelog to link to correct diff on github Christian Brabandt 2019-02-02 18:17:08 +01:00
  • 54584a2bb2 fugitive: mark fugitive like buffers with "[git]" Christian Brabandt 2019-02-02 18:04:53 +01:00
  • dc7d991007 Tabline: Make specifying formatter more easy Christian Brabandt 2019-02-02 17:45:55 +01:00
  • d372b5bc46 tabnr formmatter: fix style Christian Brabandt 2019-02-02 17:45:33 +01:00
  • 98bc6abde3 languageclient: check for existence of 'result' key Christian Brabandt 2019-01-28 11:21:32 +01:00
  • 9355e683cd Merge pull request #1865 from w0rp/patch-1 Christian Brabandt 2019-01-28 11:15:46 +01:00
  • 54dba2a92b Remove incorrect copyright attribution #1865 w0rp 2019-01-28 10:11:43 +00:00
  • a829ec4861 Merge pull request #1864 from petpetpetpet/more_efficient_ale_line_numbers Christian Brabandt 2019-01-28 10:57:13 +01:00
  • d3859dc5dd Merge pull request #1862 from mbbill/master Christian Brabandt 2019-01-28 10:55:44 +01:00
  • 57c061dcb0 Added a hook to the new ALE api to grab line numbers. Should be more efficient. #1864 petpetpet 2019-01-27 13:57:18 +00:00
  • 6601474bf5 Fixed t:undotree undefined error #1862 Ming, Bai 2019-01-22 14:44:52 -08:00
  • e0bde5dea4 Merge pull request #1859 from knatsakis/no-ctrlp-memleak Christian Brabandt 2019-01-21 11:21:34 +01:00
  • 53aa65a5ce Fix ctrlp memory leak #1859 Konstantinos Natsakis 2019-01-17 15:34:19 +02:00
  • fa5910eb14 extensions: Add defx support petobens 2019-01-05 16:51:47 -03:00
  • d68c9bbeb2 tabline: make middle-click work as expected in neovim Christian Brabandt 2019-01-11 10:43:06 +01:00
  • 70b86537bd Merge pull request #1855 from arjanvandervelde/patch-1 Christian Brabandt 2019-01-11 10:41:20 +01:00
  • 2d3bbbff43 make VimLeave autocmd nested #1855 Arjan van der Velde 2019-01-10 23:15:30 -05:00
  • 6fd5b6ae56 tabline: Fix redrawtabline typo Christian Brabandt 2019-01-09 08:26:07 +01:00
  • 4604f6d465 tabline: Use :redrawtabline if available Christian Brabandt 2019-01-09 07:42:32 +01:00
  • 72888d87ea Revert "Make plugin reloadable" Christian Brabandt 2018-12-18 16:12:35 +01:00
  • 56197d5104 Make plugin reloadable Christian Brabandt 2018-12-17 22:23:40 +01:00
  • c0f96df97f Update metadata (copyright) v0.10 Christian Brabandt 2018-12-15 19:56:30 +01:00
  • 39ac0a93e5 document changelog for new release Christian Brabandt 2018-12-15 19:45:50 +01:00
  • e3cfd3643b wordcount: prevent use of unused variable Christian Brabandt 2018-12-10 09:11:10 +01:00
  • 3d9071e6b6 themes: Load dark theme, when default colorscheme is loaded Christian Brabandt 2018-12-03 18:29:26 +01:00
  • bd468dacfe Revert TermOpen autocommand for Neovim Christian Brabandt 2018-11-22 08:31:14 +01:00
  • c047abfe96 Add inactive statusline for terminal Christian Brabandt 2018-11-20 16:32:55 +01:00
  • bc63a60b0f terminal: return proper terminal name Christian Brabandt 2018-11-20 16:11:34 +01:00
  • f9ccb57e76 Make terminal extension work with Neovim Christian Brabandt 2018-11-20 15:55:11 +01:00
  • 31f5a9307d Make terminal statusline work for inactive window Christian Brabandt 2018-11-20 15:48:28 +01:00
  • fa11b8855b Test for TerminalOpen Autocommand before using it Christian Brabandt 2018-11-20 15:28:29 +01:00
  • 904ac4eb0b plugin: Reload terminal extension on :term command Christian Brabandt 2018-11-20 14:51:22 +01:00
  • ada0ba8ae3 doc: reorder extension configurations alphabetically Christian Brabandt 2018-11-14 09:28:16 +01:00
  • 426c8bb8ef doc: update documentation Christian Brabandt 2018-11-14 08:26:18 +01:00
  • df0c1731db Add :AirlineExtensions command Christian Brabandt 2018-11-14 08:06:39 +01:00
  • f6a95d3a6f Fix wrong extension name for unicode Christian Brabandt 2018-11-14 07:41:48 +01:00
  • ffac12cbbe theme: do not show not-found warning Christian Brabandt 2018-11-14 07:36:45 +01:00
  • b2e1dbad6f use tr() instead of substitute Christian Brabandt 2018-11-13 22:29:32 +01:00
  • b3a574b4a3 Fix error in airline#add_statusline_funcref Christian Brabandt 2018-11-13 22:33:43 +01:00
  • 7f6dfbefd1 theme: only define g:autoload_theme if loading was successfully Christian Brabandt 2018-11-13 22:39:36 +01:00
  • 5b1c92979c Fix error in airline#add_statusline_funcref Christian Brabandt 2018-11-13 22:33:43 +01:00