Re: [patch] fixed valgrind errors introduced by vim-7.4.330

2014-06-27 Fir de Conversatie Alexey Radkov
Update, Forgot parens in the patch. 2014-06-27 19:31 GMT+04:00 Alexey Radkov : > Here is a better patch: > > matchaddpos() is unable to adjust highlights just like matchadd(), so the > previous patch will bring the issue with Syntastic back. But we can check > if buffer was changed and only in t

Re: [patch] fixed valgrind errors introduced by vim-7.4.330

2014-06-27 Fir de Conversatie Alexey Radkov
Update, Forgot parens in the patch. 2014-06-27 21:22 GMT+04:00 Alexey Radkov : > Update, Forgot parens in the patch. > > > 2014-06-27 19:31 GMT+04:00 Alexey Radkov : > > Here is a better patch: >> >> matchaddpos() is unable to adjust highlights just like matchadd(), so the >> previous patch will

Re: [patch] fixed valgrind errors introduced by vim-7.4.330

2014-06-27 Fir de Conversatie Alexey Radkov
Here is a better patch: matchaddpos() is unable to adjust highlights just like matchadd(), so the previous patch will bring the issue with Syntastic back. But we can check if buffer was changed and only in this case update window to the bottom. This will still make it possible to navigate with mat

Re: is not highlighted (syntax/vim.vim)

2014-06-27 Fir de Conversatie Charles E Campbell
Kenichi Ito wrote: Hi Chip, I tried vim.vim v7.4-30 in your website, but is not highlighted. This patch fixes it. --- diff --git a/runtime/syntax/vim.vim b/runtime/syntax/vim.vim index e86611a..b9b815c 100644 --- a/runtime/syntax/vim.vim +++ b/runtime/syntax/vim.vim @@ -327,7 +327,7 @@ syn ke

Re: [patch] fixed valgrind errors introduced by vim-7.4.330

2014-06-27 Fir de Conversatie Alexey Radkov
I found the reason of this: patch 7.3.1203: набор изм-й: 4916:ba328b4a990e метка: v7-3-1203 автор: Bram Moolenaar дата: Sat Jun 15 23:00:30 2013 +0200 файлы: src/screen.c src/version.c описание: updated for version 7.3.1203 Problem:Matches from matchadd() mi

Re: Prototypical Multi-User Feature

2014-06-27 Fir de Conversatie Jens-Wolfhard Schicke-Uffmann
Hi Bram, On Thu, Jun 26, 2014 at 11:08:30PM +0200, Bram Moolenaar wrote: > You need to take care of authentication, for example. Good point, thanks. > One thing would be awesome: To have a cross-platform collaboration edit > mechanism that works will several editors. One that only works with Vim