diff options
| author | jdhao <jdhao@hotmail.com> | 2020-09-27 18:46:12 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-09-27 18:46:12 +0800 |
| commit | ab07e4069e72c9af0e9a7236a36aa49be787726b (patch) | |
| tree | 9f7f0689f4b775c70532c1a6382e190800c18dda /init.vim | |
| parent | 233d6a2ba679409a41bee5795381ee3dcd6fd289 (diff) | |
use printf for string concatenation where needed
Diffstat (limited to 'init.vim')
| -rw-r--r-- | init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ let g:config_file_list = ['variables.vim', \ ] for s:fname in g:config_file_list - execute 'source ' . g:nvim_config_root . '/' . s:fname + execute printf('source %s/%s', g:nvim_config_root, s:fname) endfor "} |
