mirror of
https://github.com/gryf/tagbar.git
synced 2025-12-18 03:50:26 +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:
@@ -2125,7 +2125,7 @@ function! s:ExecuteCtagsOnFile(fname, realfname, typeinfo) abort
|
||||
\ '--excmd=pattern',
|
||||
\ '--fields=nksSa',
|
||||
\ '--extra=',
|
||||
\ '--sort=yes'
|
||||
\ '--sort=no'
|
||||
\ ]
|
||||
|
||||
" Include extra type definitions
|
||||
|
||||
Reference in New Issue
Block a user