-
Notifications
You must be signed in to change notification settings - Fork 68
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
Detect gnvim in vimrc #116
Comments
if exists(‘g:gnvim’)
“ Do stuff here
endif Could you also post an issue on the |
Thanks! |
No problem! Of course, you’ll want to do |
@vhakulinen I think we may want to add this sort of information to the README in some way. Maybe an example |
That could be added to the github wiki. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I have a line in my config, 'set title', that apparently crashes gnvim during startup.
But that's a separate bug.
For now, all I want is to not run that line when gnvim is reading my init.vim
Unfortunately
!has('gui_running')
doesn't seem to work.How do I do this?
The text was updated successfully, but these errors were encountered: