Browse Source
autoload/system: forgot to remove debugging echo
my-config
NTBBloodbath
4 years ago
No known key found for this signature in database
GPG Key ID: 18D6730BC846AAC5
1 changed files with
0 additions and
1 deletions
-
autoload/doom/system.vim
|
@ -36,7 +36,6 @@ function! doom#system#grepconfig(folder, filename, source) abort |
|
|
" Source file or returns the full path |
|
|
" Source file or returns the full path |
|
|
let fullpath = g:doom_root . g:doom_separator . a:folder . g:doom_separator . a:filename |
|
|
let fullpath = g:doom_root . g:doom_separator . a:folder . g:doom_separator . a:filename |
|
|
|
|
|
|
|
|
echo fullpath |
|
|
|
|
|
if filereadable(fullpath) |
|
|
if filereadable(fullpath) |
|
|
if a:source ==# 1 |
|
|
if a:source ==# 1 |
|
|
try |
|
|
try |
|
|