Re: [Patch] Named marks can be lost after delete-undo-redo

2015-02-16 Fir de Conversatie Olaf Dabrunz
On 17-Feb-15, Olaf Dabrunz wrote: > +maddu u The CTRL-R did not survive in the inline patch. Resending the patch in an attachment. -- Olaf Dabrunz (oda fctrace.org) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying t

Re: [Patch] Named marks can be lost after delete-undo-redo

2015-02-16 Fir de Conversatie Olaf Dabrunz
On 15-Feb-15, Bram Moolenaar wrote: > If you have some time, it's always good to have a test that checks the > problem is fixed. This did not seem to fit well into any existing test. So I wrote a test_marks.in, which can also be a place to add more tests for marks. diff -r eaf81729ef02 src/Makef

completion break dot register

2015-02-16 Fir de Conversatie mattn
Hi list. $ cat < test.vim set nocompatible call append(1, 'aa11') call append(1, 'aa11') inoremap =ListMonths() func! ListMonths() call complete(1, ['January', 'February', 'March', \ 'April', 'May', 'June', 'July', 'August', 'September', \ 'October', 'November', 'December'])

Re: Ctrl_L behave like Ctrl_P while pum_visible.

2015-02-16 Fir de Conversatie Pedro Ferrari
+1 -- -- You received this message from the "vim_dev" 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To un

Re: linebreak and conceal display problems

2015-02-16 Fir de Conversatie Ben Fritz
On Monday, February 16, 2015 at 11:30:05 AM UTC-6, Ben Fritz wrote: > On Friday, February 13, 2015 at 4:03:48 PM UTC-6, Christian Brabandt wrote: > > > > Finally, I could debug this. Here is the patch, including a test. > > > > I confirm this seems to fix both issues (too much text hidden, and f

concealing works differently than documented

2015-02-16 Fir de Conversatie Christian Brabandt
Bram, consider this: vim -u NONE -N ~/.vim/vimrc :syn on :set conceallevel=1 concealcursor=n :syn match MyConceal /s/ containedin=ALL conceal Note, that the 's' will be set to '-'. This is different than expected: ,[ :h 'conceallevel' ]- | Determine how text with the "conceal" syntax attr

Re: linebreak and conceal display problems

2015-02-16 Fir de Conversatie Ben Fritz
On Friday, February 13, 2015 at 4:03:48 PM UTC-6, Christian Brabandt wrote: > > Finally, I could debug this. Here is the patch, including a test. > I confirm this seems to fix both issues (too much text hidden, and fillchars drawing in the wrong color), in both the test file and in the actual f

Re: Issue 332 in vim: `colorcolumn` adds trailing whitespace to any multiline copy-pasted content

2015-02-16 Fir de Conversatie vim
Comment #1 on issue 332 by benjamin...@rockwellcollins.com: `colorcolumn` adds trailing whitespace to any multiline copy-pasted content https://code.google.com/p/vim/issues/detail?id=332 There are many ways to copy-paste code. Using the normal methods ("yyp" for example) does not suffer this

Issue 332 in vim: `colorcolumn` adds trailing whitespace to any multiline copy-pasted content

2015-02-16 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 332 by nico.sch...@gmail.com: `colorcolumn` adds trailing whitespace to any multiline copy-pasted content https://code.google.com/p/vim/issues/detail?id=332 What steps will reproduce the problem? 1. Add `set cc=80` to your