Commit Graph

  • bfac656da9 Merge pull request #1372 from dalguji/master Christian Brabandt 2017-01-18 08:00:52 +01:00
  • d60323d623 Add vim-xkblayout extension to display keyboard layout #1372 YoungHoon Rhiu 2017-01-18 12:34:14 +09:00
  • a2431f2adb Check s:jobs dictionary before trying to remove jobid Christian Brabandt 2016-12-29 11:17:18 +01:00
  • e83ed24088 Merge pull request #1358 from chrisbra/1329 Christian Brabandt 2016-12-19 11:54:38 +01:00
  • 706cee277a Add tab indicator for tabline when buffers are shown #1358 Christian Brabandt 2016-12-16 23:42:58 +01:00
  • 73a1238205 wrong quoting of condition Christian Brabandt 2016-12-14 16:10:33 +01:00
  • a69834f7dc Make fileformat output truncatable Christian Brabandt 2016-12-13 21:44:57 +01:00
  • a0ea8db1fc Make the wordcount ext more flexible for the def. filetypes Christian Brabandt 2016-12-13 21:27:53 +01:00
  • 5e2ef0cd83 document how to format the wordcount ext. output Christian Brabandt 2016-12-13 21:23:56 +01:00
  • c375d050a8 Do not add extra %( %) in the statusline Christian Brabandt 2016-12-13 21:14:51 +01:00
  • 7cd7972bbe cleanup unlet calls Christian Brabandt 2016-12-13 20:28:30 +01:00
  • dfc0cb772a Add dict to function refferencing self Hirokazu Hata 2016-12-13 16:44:39 +09:00
  • 7cb5c24151 prevent windows from closing on middle_click Sam Fuller 2016-10-19 17:19:43 -06:00
  • 781b4ea6a2 Merge pull request #1321 from chrisbra/getwininfo Christian Brabandt 2016-12-09 12:59:46 +01:00
  • 17b6bd9c8f Fixed bug where highlighting on inactive windows wouldn't refresh. Nate Soares 2016-11-26 13:22:46 -08:00
  • 0357b4fcbe Merge pull request #1348 from shaunbrady/exclude_at_runtime Christian Brabandt 2016-12-06 21:18:38 +01:00
  • 4c39344cc1 Merge pull request #1334 from chrisbra/worktrees Christian Brabandt 2016-12-06 21:17:51 +01:00
  • 718107c107 Make ...#excludes|exclude_preview runtime configurable #1348 Shaun Brady 2016-12-03 23:40:15 -05:00
  • 04be981de9 make ...#fnamemod configurable during runtime Christian Brabandt 2016-12-01 14:54:07 +01:00
  • ccdc3d6c60 Merge pull request #1337 from mhartington/master Christian Brabandt 2016-11-26 14:26:47 +01:00
  • ee8173e41d feat(): allow for buffer index formatting #1337 mhartington 2016-11-25 12:36:55 -05:00
  • 53c8aa4fd6 enable wordcount for mail and tex filetypes Christian Brabandt 2016-11-24 15:19:46 +01:00
  • b67509189b check for correct variable #1334 Christian Brabandt 2016-11-23 16:31:32 +01:00
  • d4a239f14a Make airline aware of git worktrees Christian Brabandt 2016-11-23 16:30:02 +01:00
  • 3ebd7ad64b Merge pull request #1331 from flatcap/master Christian Brabandt 2016-11-23 08:15:19 +01:00
  • 4e93a90441 Abbreviate the text for 'po' translation files. #1331 Richard Russon 2016-11-22 11:24:09 +00:00
  • c02d774b05 Merge pull request #1327 from gregorias/nvim_git_issue Christian Brabandt 2016-11-20 16:47:32 +01:00
  • 241f324b39 Do not forward v:shell_error on command fail. #1327 Grzegorz Milka 2016-11-20 10:16:13 +01:00
  • cebfc9a64b Use getwininfo() for checking quickfix window #1321 Christian Brabandt 2016-11-16 20:06:22 +01:00
  • 2dae2b364e Merge pull request #1314 from tbodt/patch-1 Christian Brabandt 2016-11-15 18:58:03 +01:00
  • a314038280 add vim-bufmru to the list of integrated plugins #1314 Theodore Dubois 2016-11-05 09:16:03 -07:00
  • 258430db82 Merge pull request #1312 from gregorias/async Christian Brabandt 2016-11-04 21:22:32 +01:00
  • 433d5d8f97 Use neovim's async job's instead of system #1312 Grzegorz Milka 2016-10-30 12:55:11 +01:00
  • 545617f4f4 Merge pull request #1311 from watagashi/fix_lawrencium Christian Brabandt 2016-11-04 07:52:32 +01:00
  • e7056db27a Fix when using vim-lawrencium #1311 WADA Takashi 2016-11-04 10:54:39 +09:00
  • 3899f848a7 Adapt data structures of branch.vim to async Grzegorz Milka 2016-10-30 09:48:24 +01:00
  • 02ecb8631d fix missing part of commit 3bd6cb5ee4 Christian Brabandt 2016-11-03 17:41:55 +01:00
  • 6dae3452db Fix order of statements Christian Brabandt 2016-11-03 17:26:32 +01:00
  • 3bd6cb5ee4 Refactor branch.vim to avoid code duplication Grzegorz Milka 2016-10-23 16:33:31 +02:00
  • b97d7a11f4 mention notexists symbol in documentation Christian Brabandt 2016-11-03 14:01:27 +01:00
  • 516870bf9f Check for correct async condition Christian Brabandt 2016-11-02 16:43:47 +01:00
  • 0ea4daa103 Merge pull request #1297 from chrisbra/mq Christian Brabandt 2016-10-26 20:47:45 +02:00
  • 98fe4eabd4 Merge pull request #1299 from gregorias/fix_git_untracked Christian Brabandt 2016-10-26 20:47:28 +02:00
  • 2af2bdb424 Display not exists symbol correctly in Git repos #1299 Grzegorz Milka 2016-10-23 12:05:46 +02:00
  • 5fe511c20b Merge pull request #1298 from chrisbra/shorten_mode Christian Brabandt 2016-10-25 08:01:07 +02:00
  • 58e7e276fa Merge pull request #1302 from chrisbra/loaded_extensions Christian Brabandt 2016-10-25 08:00:25 +02:00
  • 6a155fabda guard against loading extensions twice #1302 Christian Brabandt 2016-10-24 12:14:30 +02:00
  • 69020706b2 Shorten mode message for small windows #1298 Christian Brabandt 2016-10-20 22:57:26 +02:00
  • 14ab47cae6 Add mq status for hg repositories #1297 Christian Brabandt 2016-10-20 22:23:01 +02:00
  • 64d91665fe Merge pull request #1294 from asbhat/master Christian Brabandt 2016-10-19 08:08:06 +02:00
  • be6e3db68b on_exit function fix if self.file is missing #1294 Aditya 2016-10-18 22:23:07 -04:00
  • 8964603844 fix missing declaration Christian Brabandt 2016-10-14 11:14:33 +02:00
  • 2dc2748804 Remove Bitdeli as it's defunct. Misha Brukman 2016-10-11 20:40:06 -04:00
  • 06351e86df Add support for ALE, the Async Linting Engine Bjorn Neergaard 2016-10-09 20:27:51 -05:00
  • 45e5c907be Add support for flattened and NeoSolarized themes Bjorn Neergaard 2016-10-09 17:37:46 -05:00
  • 4f8a16c31e fixup for async feature Christian Brabandt 2016-10-09 15:47:23 +02:00
  • 81ccd3bdf6 po-extension: Make asyncable Christian Brabandt 2016-09-28 22:01:07 +02:00
  • c39e5f82cc check for existence of git/hg before calling them Christian Brabandt 2016-09-28 22:00:53 +02:00
  • f706edee9f init async global variables Christian Brabandt 2016-09-28 21:59:16 +02:00
  • 57ca6c9e78 include workaround from c1704a2de0 Christian Brabandt 2016-09-28 21:20:37 +02:00
  • ffa3d59af2 branch ext: use async functions for system() commands Christian Brabandt 2016-09-28 18:03:13 +02:00
  • 75a0199a7d Merge pull request #1279 from bentomas/master upstream/master Christian Brabandt 2016-10-07 09:04:39 +02:00
  • 78439b2b35 Fix whitespace symbol empty string has extra space #1279 Benjamin Thomas 2016-10-02 01:22:50 -07:00
  • 2be9a044e0 Updated Issue template Christian Brabandt 2016-09-28 22:13:22 +02:00
  • 7a736021ee Merge pull request #1276 from chrisbra/tabline_bug Christian Brabandt 2016-09-27 22:46:04 +02:00
  • f5359f9177 do not skip empty sections for the tabline #1276 Christian Brabandt 2016-09-27 21:44:00 +02:00
  • 3c33251ee7 Support for neomake Saad Malik 2016-09-26 20:57:51 -07:00
  • 1c052e39b1 Merge pull request #1271 from chrisbra/highlighter_bug Christian Brabandt 2016-09-26 21:13:02 +02:00
  • 29c556dba4 use correct groupname for inactive windows #1271 Christian Brabandt 2016-09-26 11:33:25 +02:00
  • 5ee2cd9acf Merge pull request #1269 from chrisbra/1231 Christian Brabandt 2016-09-25 20:25:08 +02:00
  • 3d667c32d3 for empty sections, make test return true #1269 Christian Brabandt 2016-09-24 22:06:41 +02:00
  • 513afd25bc Merge pull request #1263 from thawk/master Christian Brabandt 2016-09-24 21:55:50 +02:00
  • 45d77ca909 Add 'scriptencoding utf-8' to all scripts #1263 thawk 2016-09-24 08:16:30 +08:00
  • c1704a2de0 Do not overwrite v:shell_overwrite after ShellCmdPost Christian Brabandt 2016-09-23 16:11:53 +02:00
  • 73152217fb Merge pull request #1265 from Robzz/per_buffer_whitespace_checks Christian Brabandt 2016-09-22 22:02:39 +02:00
  • da457ae5ea Add support for b:airline_whitespace_checks variable and documentation #1265 R.Chavignat 2016-09-22 14:27:07 +02:00
  • 7a720bbbd7 Merge pull request #1256 from chrisbra/1253 Christian Brabandt 2016-09-15 16:42:06 +02:00
  • 6e3c0c1c14 do not cache status of statusline per tabpage #1256 Christian Brabandt 2016-09-14 19:05:57 +02:00
  • 65b9aa4856 Check for existence of key in context dict before using it Christian Brabandt 2016-09-09 08:06:32 +02:00
  • c058922358 do not use utf-8 chars, if encoding is different Christian Brabandt 2016-09-08 21:32:36 +02:00
  • afee79bbe0 Merge pull request #1250 from chrisbra/1233 Christian Brabandt 2016-09-08 21:30:20 +02:00
  • 0b1df0c524 Add null accent, to allow accents to be removed Simon Ratner 2013-12-20 09:02:34 -08:00
  • 73aea86a7a Do not unconditionally modify airline_c_inactive #1250 Christian Brabandt 2016-09-08 18:39:29 +02:00
  • 168b18ff0a Merge pull request #1223 from chrisbra/fix_prepend_sep Christian Brabandt 2016-09-05 20:22:28 +02:00
  • c0cb03f48b don't add a second separator if not needed #1223 Christian Brabandt 2016-08-01 21:00:47 +02:00
  • 54e4772ef8 Merge pull request #1239 from chrisbra/1230 Christian Brabandt 2016-09-05 19:32:24 +02:00
  • 5eaf658b9c Merge pull request #1240 from chrisbra/1226 Christian Brabandt 2016-09-05 19:32:13 +02:00
  • f6155d11fb Merge pull request #1242 from JulienPivard/correctionRefresh Christian Brabandt 2016-09-05 19:31:54 +02:00
  • afb75adc11 :AirlineRefresh not work correctly #1242 Ythildyr 2016-08-28 14:41:45 +02:00
  • ea98b42a0d Note on adjusting statusline for syntastic Christian Brabandt 2016-08-24 21:32:38 +02:00
  • 7612aaf701 Add User autocommand for Theme changing #1240 Christian Brabandt 2016-08-24 21:27:49 +02:00
  • 43e3ef5428 Do not cache gitgutter values #1239 Christian Brabandt 2016-08-24 21:22:14 +02:00
  • d00f7b35d2 Merge pull request #1224 from S3RB31/master Christian Brabandt 2016-08-03 21:57:36 +02:00
  • 36c7f5a2a3 Updated documentation #1224 ͏ 2016-08-02 15:57:44 +02:00
  • 62fa44f8b3 Merge pull request #1217 from wcn3/master Christian Brabandt 2016-07-26 19:21:33 +02:00
  • 460ed02864 Add Go to the list of C-like languages. #1217 Bill Neubauer 2016-07-26 10:06:40 +09:00
  • 4b5441a8f7 Merge pull request #1211 from JulienPivard/patch-1 Christian Brabandt 2016-07-25 10:00:48 +02:00
  • 53dcd8a49c Hunks won't appear if g:airline_skip_empty_sections = 1 #1211 Julien Pivard 2016-07-24 21:15:10 +02:00
  • 657cf773ad Merge pull request #1206 from chrisbra/width Christian Brabandt 2016-07-24 10:08:40 +02:00
  • 797ad1ea79 Merge pull request #1207 from chrisbra/ctrlspace Christian Brabandt 2016-07-24 10:07:36 +02:00