Re: [PATCH] :S filename modifier

2013-12-05 Fir de Conversatie ZyX
> Is this sufficient to explain what this does exactly? > > Perhaps a few more references are needed in the help, it's not easy to > guess that escaping can be done this way. Done. Here two changesets are exported, update is in the second one. c.diff contains both: # HG changeset patch # User Z

Re: Latest netrw doesn't work with multi-byte strings

2013-12-05 Fir de Conversatie mattn
You MUST-NOT use s:Strlen in this part. -- -- 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

Re: Latest netrw doesn't work with multi-byte strings

2013-12-05 Fir de Conversatie mattn
On Friday, December 6, 2013 11:35:15 AM UTC+9, Charles Campbell wrote: > Ok, please try v150k of netrw, available on my website: > > http://www.drchip.org/astronaut/vim/index.html#NETRW . v150k doesn't fixed this issue. --- autoload/netrw.vim.org 2013-12-06 12:49:38.228750700 +0900 +++ aut

Command line completion not working when the preceding text contains both numbers and letters

2013-12-05 Fir de Conversatie Bohr Shaw
When the cursor is just after "py3d", to complete is not working. But the completion to "py3" works. " My command line completion settings set wildmenu set wildmode=longest:full,full set wildignorecase -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your rep

Re: Latest netrw doesn't work with multi-byte strings

2013-12-05 Fir de Conversatie Charles Campbell
mattn wrote: On Thursday, December 5, 2013 1:18:17 PM UTC+9, Charles Campbell wrote: mattn wrote: Hi list. Currently, vim bundle netrw v149. It doesn't work with multi-byte strings. This problem occur in v149, 150j both. Below is a patch for v150j. --- autoload/netrw.vim.org 2013-11-29 09

Re: Issue 181 in vim: iskeyword is wrong for javascript and ruby

2013-12-05 Fir de Conversatie vim
Comment #3 on issue 181 by j...@bendyworks.com: iskeyword is wrong for javascript and ruby http://code.google.com/p/vim/issues/detail?id=181 This can be closed as NOTABUG -- You received this message because this project is configured to send all issue notifications to this address. You m

Re: Issue 181 in vim: iskeyword is wrong for javascript and ruby

2013-12-05 Fir de Conversatie vim
Comment #2 on issue 181 by j...@bendyworks.com: iskeyword is wrong for javascript and ruby http://code.google.com/p/vim/issues/detail?id=181 This was a plugin misbehaving, sorry: https://github.com/gorodinskiy/vim-coloresque/blob/0c21b1469993e610600e88e734ffe90b9c10a514/after/syntax/css/vim

Re: ActivePerl 5.18.1 fails to compile

2013-12-05 Fir de Conversatie Cesar Romani
On 05/12/2013 09:21 a.m., Ken Takata wrote: Hi, 2013/12/5 Thu 10:50:55 UTC+9 Cesar wrote: The only command I've used with the above patched makefile, was: make -f Make_cyg.mak but I used StrawberryPerl-5.18.1.1-32bit and ActivePerl-5.18.1.1-32bit, built on Windows 7 Home Premium 64-bit using c

Re: ActivePerl 5.18.1 fails to compile

2013-12-05 Fir de Conversatie Ken Takata
Hi, 2013/12/5 Thu 10:50:55 UTC+9 Cesar wrote: > The only command I've used with the above patched makefile, was: > make -f Make_cyg.mak > > but I used StrawberryPerl-5.18.1.1-32bit and ActivePerl-5.18.1.1-32bit, > built on Windows 7 Home Premium 64-bit using cygwin 1.7.20 with gcc > 4.5.3. Maybe