Greg Sexton
Greg Sexton
It should work in the ftplugin folder. Try removing the following lines from the top of the html.vim file to see if this resolves the problem: ``` if exists("b:did_ftplugin") finish...
How do you open a file once vim is running? If you describe the steps maybe that will help. Also, try `:set ft?` when it is working and when it...
Are there any similarities with your setup and the one described above? I can't reproduce this. You guys are going to have to debug it. See if you can narrow...
By substituting an asterisk, this function will be being called for every buffer you open. It suggests that this block is called at least once but not for every buffer....
If you don't start with a file argument and open files from within Vim, does the issue still occur? Not every buffer has tags. With an asterisk it will be...
This should be very easy to support. Currently emacs starts the ipython kernel for you and a process which assumes that it is local. When I get time I'll take...
I've merged the PR allowing for connecting to a different hostname across all src blocks. Leaving this open to implement the `:hostname` and `:port` arguments as suggested. Great idea.
Renaming is a part of this task. Are you agreeing with the decision?
Which version of emacs are you running? This is odd but I have been able to repro.
Thanks. When I try and debug this it hangs up Emacs, which is fun! Not sure yet what's going on. Thanks for pointing out the problem though.