Browse Source

autoload/system: forgot to remove debugging echo

my-config
NTBBloodbath 4 years ago
parent
commit
7896ce374f
No known key found for this signature in database GPG Key ID: 18D6730BC846AAC5
  1. 1
      autoload/doom/system.vim

1
autoload/doom/system.vim

@ -36,7 +36,6 @@ function! doom#system#grepconfig(folder, filename, source) abort
" Source file or returns the full path
let fullpath = g:doom_root . g:doom_separator . a:folder . g:doom_separator . a:filename
echo fullpath
if filereadable(fullpath)
if a:source ==# 1
try

Loading…
Cancel
Save