InsertCharPre not suport

2015-05-20 Thread feng D
I found that the InsertCharPre event not suport and . autocmd InsertCharPre * let v:char='|' Who know why? -- -- 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

Re: InsertCharPre not suport

2015-05-20 Thread Nikolay Pavlov
2015-05-20 11:06 GMT+03:00 feng D : > I found that the InsertCharPre event not suport and . Neither insert-mode command is inserting any characters, so InsertCharPre does not have a reason to work (though I think documentation on this matter can be enhanced). is not inserting \r, \n, \r\n or so

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

2015-05-20 Thread vim
Comment #3 on issue 332 by sjbr...@hipmunk.com: `colorcolumn` adds trailing whitespace to any multiline copy-pasted content https://code.google.com/p/vim/issues/detail?id=332 That user is probably highlighting with their mouse to copy text to the desktop clipboard. I say this because this

Re: InsertCharPre not suport

2015-05-20 Thread feng D
OK! I know, thank you. @ZyX > > I found that the InsertCharPre event not suport and . > > Neither insert-mode command is inserting any characters, so > InsertCharPre does not have a reason to work (though I think > documentation on this matter can be enhanced). > > is not inserting \r, \n, \r\

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

2015-05-20 Thread vim
Comment #4 on 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 Exactly. -- You received this message because this project is configured to send all issue notifications to this