We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, when trying to update the spaceneovim layers (for me it was space -> f -> e -> (u)pdate layers) I get the following error messages:
Error detected while processing function <SNR>32_update_spaceneovim_layers: line 2: E461: Illegal variable name: a:home_dir Updating SpaceNeovim layers, please hold on... line 5: E121: Undefined variable: a:home_dir E116: Invalid arguments for function resolve E116: Invalid arguments for function expand E15: Invalid expression: expand(resolve(a:home_dir . '/.config/nvim')) line 8: E461: Illegal variable name: a:config_dir line 9: E121: Undefined variable: a:config_dir E116: Invalid arguments for function resolve E116: Invalid arguments for function expand E15: Invalid expression: expand(resolve(a:config_dir . '/spaceneovim-layers')) line 11: E461: Illegal variable name: a:scratch_buffer line 14: E121: Undefined variable: a:scratch_buffer E15: Invalid expression: { 'out': ['Updating SpaceNeovim layers'], 'buf': a:scratch_buffer} line 18: E121: Undefined variable: data E116: Invalid arguments for function function E15: Invalid expression: { 'on_stdout': function('OutputJobToBuffer', data), 'on_stderr': function('OutputJobToBuffer', data) , 'on_exit': function('OutputJobExitToBuffer', [function('g:SyncConfiguration')], data), 'cwd': a:spacevim_layers_dir} line 24: E121: Undefined variable: l:job_options E116: Invalid arguments for function jobstart E15: Invalid expression: jobstart([ 'git', 'pull', 'origin', 'master'], l:job_options)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, when trying to update the spaceneovim layers (for me it was space -> f -> e -> (u)pdate layers) I get the following error messages:
The text was updated successfully, but these errors were encountered: