tests/bundled/lh-vim-lib/lh-vim-lib.README @ 1d8370c9bf7f

Send strings to difflib.unified_diff

Python 3.5 adds type-checking to difflib, which causes gundo to fail.
This fixes the issue by converting the arguments to strings.
See https://bugs.python.org/issue17445 for details
author Omar Khan <omar@omarkhan.me>
date Wed, 07 Oct 2015 10:34:15 +0700
parents 2b3d5ee5c4a4
children (none)
			   ------------------
			    lh-vim-lib 2.2.1
			   ------------------

lh-vim-lib is a library plugin for vim v7+. It is just a collection of
functions that are meant to be used by script writers.

Audience      : Vim script writers
Requirements  : Vim 7.1
Required by   : Just a few other plugins for the moment
Author        : Luc Hermitte
License       : GPL2
More Help At  : http://code.google.com/p/lh-vim/wiki/lhVimLib
Vim script#214: http://www.vim.org/scripts/script.php?script_id=214
Repository    :
	svn checkout http://lh-vim.googlecode.com/svn/vim-lib/trunk lh-vim-lib