Saturday, June 19, 2010

Re: diff and synchronisation

Forgot the init for s:diffcursor:

let s:diffcursor = []
au WinEnter * if &diff| exec "call vimrc#DiffCursor(s:diffcursor)"| endif
au WinLeave * let s:diffcursor = &diff ? eval("vimrc#DiffCursor()") : []

--
Andy

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: