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
I might be missing something terribly trivial, however I can't seem to be able to set screen as default in my vimrc, which looks like this:
filetype off call pathogen#infect() syntax on filetype plugin indent on [bunch of other stuff] let g:slime_option="screen" let b:slime_screen = {"sessionname": "mysession", "windowname": "0"}
however when I start vim, g:slime_option is set to tmux. If I source my vimrc again, then g:slime_option is set to screen.
g:slime_option
tmux
vimrc
screen
The text was updated successfully, but these errors were encountered:
ah, found the issue. gonna fork it and open a pull request.
Sorry, something went wrong.
No branches or pull requests
Hi
I might be missing something terribly trivial, however I can't seem to be able to set screen as default in my vimrc, which looks like this:
however when I start vim,
g:slime_option
is set totmux
. If I source myvimrc
again, theng:slime_option
is set toscreen
.The text was updated successfully, but these errors were encountered: