GNOME Bugzilla – Bug 612028
gtkdoc-fixxref should call /usr/bin/vim -n -e -u NONE -T xterm
Last modified: 2010-09-03 11:53:16 UTC
Created attachment 155441 [details] [review] Use -u NONE instead of -u /dev/null in gtkdoc-fixxref, inside HighlightSourceVim(), while running the ViM highlighting commands, vim should be called with -u NONE instead of -u /dev/null The reason for preferring -u NONE is that it implies no plugins are called either. This is obviously much faster, and the behaviour is desired (and probably what was intended with -u /dev/null) The attached patch does this. In case you were wondering where this comes from, this caused a strange bug downsteam: http://bugs.gentoo.org/show_bug.cgi?id=306569
I think this commit fixed this: http://git.gnome.org/browse/gtk-doc/commit/?id=2bffebcf9c125f5610b8fb660d42c3c5b9dfd4f0
Yes its fixed and will be release in 1.16.