vim-airline/autoload/airline/extensions
Indelog ec761c2adf
taglist: correctly check for right taglist plugin
Avoid the error `Unknown function: taglist#Tlist_Get_Tagname_By_Line`
when using the old tag tlist plugin in a different way.

this means, we have to revert 5841039679
since exists() does not handle autoloaded functions correctly.

We can only check it, after we have used the taglist plugin, so that the
autoloading has happened. That means, move the exists() call after the
`:TListUpdate` call which will correctly autoload taglist and then
exists() can check for the existence of the
`taglist#Tlist_Get_Tagname_By_Line()` function correctly.

closes: #2463
2021-11-12 13:04:45 +01:00
..
tabline vim9: Needs at least version 8.2.22844 2021-06-07 13:44:53 +02:00
wordcount/formatters Happy new year! 2021-01-01 12:57:00 +00:00
ale.vim autocommands: check for existence of airline highlight group 2021-04-30 13:26:33 +02:00
battery.vim Happy new year! 2021-01-01 12:57:00 +00:00
bookmark.vim Happy new year! 2021-01-01 12:57:00 +00:00
branch.vim autocommands: check for existence of airline highlight group 2021-04-30 13:26:33 +02:00
bufferline.vim Happy new year! 2021-01-01 12:57:00 +00:00
capslock.vim Happy new year! 2021-01-01 12:57:00 +00:00
coc.vim Allow user to hide CoC status in the section C 2021-11-03 15:27:47 +03:00
commandt.vim Happy new year! 2021-01-01 12:57:00 +00:00
csv.vim Happy new year! 2021-01-01 12:57:00 +00:00
ctrlp.vim Happy new year! 2021-01-01 12:57:00 +00:00
ctrlspace.vim Happy new year! 2021-01-01 12:57:00 +00:00
cursormode.vim autocommands: check for existence of airline highlight group 2021-04-30 13:26:33 +02:00
default.vim [refactor] use Ternary operator 2021-07-06 02:37:52 +09:00
denite.vim Happy new year! 2021-01-01 12:57:00 +00:00
dirvish.vim Only attempt to use dirvish if b:dirvish exists 2020-09-15 12:30:27 +02:00
eclim.vim Happy new year! 2021-01-01 12:57:00 +00:00
example.vim Happy new year! 2021-01-01 12:57:00 +00:00
fern.vim Happy new year! 2021-01-01 12:57:00 +00:00
fugitiveline.vim [fix] issue #2338 2021-07-12 02:26:52 +09:00
fzf.vim Happy new year! 2021-01-01 12:57:00 +00:00
gen_tags.vim Happy new year! 2021-01-01 12:57:00 +00:00
gina.vim Don't show "gina" in diff buffers if b:gina_initialized is not set 2021-08-07 19:28:15 +08:00
grepper.vim Happy new year! 2021-01-01 12:57:00 +00:00
gutentags.vim Happy new year! 2021-01-01 12:57:00 +00:00
hunks.vim remove gitgutter dependecy on branch 2021-11-03 00:24:08 -07:00
keymap.vim Happy new year! 2021-01-01 12:57:00 +00:00
languageclient.vim autocommands: check for existence of airline highlight group 2021-04-30 13:26:33 +02:00
localsearch.vim Happy new year! 2021-01-01 12:57:00 +00:00
lsp.vim autocommands: check for existence of airline highlight group 2021-04-30 13:26:33 +02:00
neomake.vim Happy new year! 2021-01-01 12:57:00 +00:00
netrw.vim Happy new year! 2021-01-01 12:57:00 +00:00
nrrwrgn.vim Happy new year! 2021-01-01 12:57:00 +00:00
nvimlsp.vim Ensure correct checking of LSP support on neovim 2021-02-03 12:11:53 +01:00
obsession.vim Happy new year! 2021-01-01 12:57:00 +00:00
omnisharp.vim Add OmniSharp extension to display server status 2020-07-08 16:32:07 +12:00
po.vim autocommands: check for existence of airline highlight group 2021-04-30 13:26:33 +02:00
poetv.vim Happy new year! 2021-01-01 12:57:00 +00:00
promptline.vim Happy new year! 2021-01-01 12:57:00 +00:00
quickfix.vim Happy new year! 2021-01-01 12:57:00 +00:00
rufo.vim Add vim-rufo extension support to section z. 2021-11-01 10:36:33 -07:00
scrollbar.vim scrollbar: fix first line overwrite 2021-05-26 10:48:36 +09:00
searchcount.vim searchcount: Add leading space 2021-01-02 20:25:00 +01:00
syntastic.vim Happy new year! 2021-01-01 12:57:00 +00:00
tabline.vim vim9: Needs at least version 8.2.22844 2021-06-07 13:44:53 +02:00
tagbar.vim tagbar: add missing default search method 2021-03-02 20:27:36 +09:00
taglist.vim taglist: correctly check for right taglist plugin 2021-11-12 13:04:45 +01:00
term.vim Happy new year! 2021-01-01 12:57:00 +00:00
tmuxline.vim Happy new year! 2021-01-01 12:57:00 +00:00
undotree.vim Happy new year! 2021-01-01 12:57:00 +00:00
unicode.vim Happy new year! 2021-01-01 12:57:00 +00:00
unite.vim Happy new year! 2021-01-01 12:57:00 +00:00
vimagit.vim Happy new year! 2021-01-01 12:57:00 +00:00
vimcmake.vim Happy new year! 2021-01-01 12:57:00 +00:00
vimtex.vim Happy new year! 2021-01-01 12:57:00 +00:00
virtualenv.vim Happy new year! 2021-01-01 12:57:00 +00:00
vista.vim Happy new year! 2021-01-01 12:57:00 +00:00
whitespace.vim Allow overriding trailing ws regexp per buffer 2021-08-03 21:35:22 -07:00
windowswap.vim Happy new year! 2021-01-01 12:57:00 +00:00
wordcount.vim wordcount: allow to disable vimtex wordcount() 2021-11-11 22:51:02 +01:00
xkblayout.vim Happy new year! 2021-01-01 12:57:00 +00:00
ycm.vim Happy new year! 2021-01-01 12:57:00 +00:00
zoomwintab.vim Happy new year! 2021-01-01 12:57:00 +00:00