update Copyright year, fix inconsistent whitespace formatting

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt
2026-05-01 17:12:00 +00:00
parent 6e09d725c2
commit 9bf0c3de43
93 changed files with 132 additions and 133 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
" MIT License. Copyright (c) 2013-2021 Bailey Ling et al.
" MIT License. Copyright (c) 2013-2026 Bailey Ling, Christian Brabandt et al.
" vim: et ts=2 sts=2 sw=2 fdm=marker
scriptencoding utf-8
@@ -12,7 +12,7 @@ if exists('*wordcount')
if &filetype ==# 'tex' && exists('b:vimtex') && get(g:, 'airline#extensions#vimtex#wordcount', 0)
" We're in a TeX file and vimtex is a plugin, so use vimtex's wordcount...
if a:visual_mode_active
" not useful?
" not useful?
return
else
return vimtex#misc#wordcount()