1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-18 12:00:23 +01:00

Don't let ctags sort tags, closes #187

Ctags seems to call an external 'sort' which can apparently fail in some
cases with Cygwin. Since we sort the tags ourselves anyway just disable
it.
This commit is contained in:
Jan Larres
2013-12-25 19:07:31 +13:00
parent 88d7464079
commit ace45adc51

View File

@@ -2125,7 +2125,7 @@ function! s:ExecuteCtagsOnFile(fname, realfname, typeinfo) abort
\ '--excmd=pattern',
\ '--fields=nksSa',
\ '--extra=',
\ '--sort=yes'
\ '--sort=no'
\ ]
" Include extra type definitions