Skip to content

Rewrite HighlightSourceVim() to be more W32-compatible

LRN requested to merge lrn/gtk-doc:w32vim into master
  1. Use subprocess.Popen() to communicate with vim
  2. Explicitly run the commands through a $SHELL
  3. Reshuffle the tempfile use to ensure that we do not try to unlik a file that is currently opened
  4. Force vim to use utf-8, read output as utf-8

Merge request reports