Mercurial > public > mercurial-scm > hg-stable
diff contrib/vim/patchreview.vim @ 30342:318a24b52eeb
spelling: fixes of non-dictionary words
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Mon, 17 Oct 2016 23:16:55 +0200 |
parents | 31f32a96e1e3 |
children |
line wrap: on
line diff
--- a/contrib/vim/patchreview.vim Thu Nov 03 17:31:14 2016 -0700 +++ b/contrib/vim/patchreview.vim Mon Oct 17 23:16:55 2016 +0200 @@ -720,7 +720,7 @@ let s:origtabpagenr = tabpagenr() silent! exe 'tabedit ' . StrippedRelativeFilePath if exists('patchcmd') - " modelines in loaded files mess with diff comparision + " modelines in loaded files mess with diff comparison let s:keep_modeline=&modeline let &modeline=0 silent! exe 'vert diffsplit ' . tmpname . '.file'