comparison autoload/gutentags/ctags.vim @ 274:efe305d995a0

Remove unnecessary else after return
author Mark Woods <mwoods.online.ie@gmail.com>
date Thu, 04 Aug 2022 08:30:09 +0100
parents 8ddbcbfa57b2
children
comparison
equal deleted inserted replaced
273:8ddbcbfa57b2 274:efe305d995a0
250 " The 'wildignore' setting didn't change since last time we did this, 250 " The 'wildignore' setting didn't change since last time we did this,
251 " but check if file still exist (could have been deleted if temp file) 251 " but check if file still exist (could have been deleted if temp file)
252 if filereadable(s:wildignores_options_path) 252 if filereadable(s:wildignores_options_path)
253 call gutentags#trace("Wildignore options file is up to date.") 253 call gutentags#trace("Wildignore options file is up to date.")
254 return 254 return
255 else 255 endif
256 call gutentags#trace("Wildignore options file is not readable.") 256 call gutentags#trace("Wildignore options file is not readable.")
257 endif
258 endif 257 endif
259 258
260 if s:wildignores_options_path == '' 259 if s:wildignores_options_path == ''
261 if empty(g:gutentags_cache_dir) 260 if empty(g:gutentags_cache_dir)
262 let s:wildignores_options_path = tempname() 261 let s:wildignores_options_path = tempname()