Closed lambdalisue closed 10 years ago
Yes, this is the same issue I reported (#87). It also happens with macvim. Does not happen with terminal-only vim flavors.
Currently I avoid this problem by putting a file ~/.vim/after/ftplugin/pandoc.vim
containing:
syntax clear pandocPCite
Does not happen with terminal-only vim flavors.
It happend even with terminal vim as well.
And also your recommendation did not work unfortunately. syntax clear pandocPCite
remove all syntax of pandoc files (and of course if I recall syntax on
then it raise Segmentation fault.)
It happend even with terminal vim as well.
Oh, probably you are right. My terminal vim is not the same version than MacVim.
And also your recommendation did not work unfortunately.
syntax clear pandocPCite
remove all syntax of pandoc files (and of course if I recall syntax on then it raise Segmentation fault.)
Are you sure? syntax clear pandocPCite
should remove only the syntax pattern for the pandocPCite
element, and in my case this is what it does. The rest of the pandoc syntax still works as expected.
As a last resort you can edit the main syntax/pandoc.vim
file in the installed bundle and remove (or comment-out) the lines related to parenthetical citations (lines 129 to 137 in the latest version, b959ecf
commit).
pandocPCite's rules have been rewritten, and this issue might be solved already. Please confirm, I can't reproduce this.
Yes it have solved. Thanks :-)
Vim raise 'Segment fault' when I type '@' in pandoc file or open a pandoc file which contains '@' (And no error message except 'Segment fault'). It happen even when I use minimal vimrc (with NeoBundle).
Well this is most strange point but if I comment out 'syntax on', then it doesn't happen and even omni completion works perfectly. I already tried to change the position of 'syntax on' (like before NeoBundle or middle of or so on)
Any idea?
My vimrc is:
vim-pandoc version is:
My Vim version is: