vim:xdg: Fix whitespace error in indentation

This commit is contained in:
2021-07-14 12:53:42 +02:00
parent 029aa73759
commit 1fff0c584c

View File

@@ -51,5 +51,5 @@ set packpath-=~/.vim packpath^=$XDG_CONFIG_HOME/vim
" Source everything in vimrc.d/ " Source everything in vimrc.d/
for file in split(glob($XDG_CONFIG_HOME . '/vim/vimrc.d/**/*.vim'), '\n') for file in split(glob($XDG_CONFIG_HOME . '/vim/vimrc.d/**/*.vim'), '\n')
execute 'source' file execute 'source' file
endfor endfor