structure

This commit is contained in:
hophacker 2020-09-19 21:40:14 +08:00
parent 0e052c10bf
commit 590dfacce8
56 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ endfunction
let vimsettings = '~/.yadr/SpaceVim.d/autoload/settings'
let uname = system("uname -s")
for fpath in split(globpath(vimsettings, 'yadr-keymap*.vim'), '\n')
for fpath in split(globpath(vimsettings, '*.vim'), '\n')
echom fpath
if (fpath == expand(vimsettings) . "/yadr-keymap-mac.vim") && uname[:4] ==? "linux"