Skip to content

Commit

Permalink
Merge pull request #1264 from SpaceVim/fixup
Browse files Browse the repository at this point in the history
Fix neovim crashs
  • Loading branch information
wsdjeg committed Jan 11, 2018
2 parents 61e087d + 144ac24 commit 1a31cbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/main.vim
Expand Up @@ -31,7 +31,6 @@ function! s:parser_argv() abort
endif
endfunction
let s:status = s:parser_argv()
call SpaceVim#plugins#projectmanager#RootchandgeCallback()
if s:status[0]
let g:_spacevim_enter_dir = s:status[1]
augroup SPwelcome
Expand All @@ -47,6 +46,8 @@ catch
call zvim#util#source_rc('functions.vim')
endtry

call SpaceVim#plugins#projectmanager#RootchandgeCallback()


call zvim#util#source_rc('init.vim')

Expand Down

0 comments on commit 1a31cbc

Please sign in to comment.