structure
This commit is contained in:
parent
0e052c10bf
commit
590dfacce8
@ -12,7 +12,7 @@ endfunction
|
|||||||
let vimsettings = '~/.yadr/SpaceVim.d/autoload/settings'
|
let vimsettings = '~/.yadr/SpaceVim.d/autoload/settings'
|
||||||
let uname = system("uname -s")
|
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
|
echom fpath
|
||||||
|
|
||||||
if (fpath == expand(vimsettings) . "/yadr-keymap-mac.vim") && uname[:4] ==? "linux"
|
if (fpath == expand(vimsettings) . "/yadr-keymap-mac.vim") && uname[:4] ==? "linux"
|
||||||
|
Loading…
Reference in New Issue
Block a user