gundo.vim/autoload
Hyeon Kim 0d9806d73a Neovim support: line buffers shouldn't contain newlines
The result of `difflib.unified_diff()` may contains newlines at the end of its
each line. It's suppressed in original Vim, but it's illegal in Neovim.

Since there is no good way to prevent `difflib` from appending newlines to the
results, `_output_preview_text()` function should sanitize it.

Thanks @michamos

Reference:
  a5edc5f257/src/nvim/api/buffer.c (L215)
  https://github.com/sjl/gundo.vim/pull/30#issuecomment-170064637
2016-01-11 01:19:22 +09:00
..
gundo.py Neovim support: line buffers shouldn't contain newlines 2016-01-11 01:19:22 +09:00
gundo.vim Add g:gundo_playback_delay option 2013-04-15 22:45:52 +08:00