# HG changeset patch # User Mark Woods # Date 1659598209 -3600 # Node ID efe305d995a0ed13ee6ad99fbfb2e8785020b060 # Parent 8ddbcbfa57b2440d107e8f41be45448215986058 Remove unnecessary else after return diff -r 8ddbcbfa57b2 -r efe305d995a0 autoload/gutentags/ctags.vim --- a/autoload/gutentags/ctags.vim Wed Aug 03 18:22:56 2022 +0100 +++ b/autoload/gutentags/ctags.vim Thu Aug 04 08:30:09 2022 +0100 @@ -252,9 +252,8 @@ if filereadable(s:wildignores_options_path) call gutentags#trace("Wildignore options file is up to date.") return - else - call gutentags#trace("Wildignore options file is not readable.") endif + call gutentags#trace("Wildignore options file is not readable.") endif if s:wildignores_options_path == ''