Skip to content
New issue

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

E117: Unknown function: SClang_line #58

Open
bodqhrohro opened this issue Jul 25, 2019 · 1 comment
Open

E117: Unknown function: SClang_line #58

bodqhrohro opened this issue Jul 25, 2019 · 1 comment

Comments

@bodqhrohro
Copy link

I installed scvim with Pathogen, and have F6 not working.

Tried to add au BufEnter,BufWinEnter,BufNewFile,BufRead *.sc,*.scd set filetype=supercollider to ~/.vimrc, to call source ~/.vim/bundle/scvim/ftplugin/supercollider.vim, also prepended with let loaded_scvim=0, but neither helps.

@capocasa
Copy link
Member

capocasa commented Nov 7, 2019

Does it work when you add these?

au BufEnter,BufWinEnter,BufNewFile,BufRead *.sc,*.scd set filetype=supercollider
au Filetype supercollider packadd scvim

If it does, the docs formatting may imply this is only needed for vim's native package management, when in reality it is needed for all package managers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants