Comment #1 on issue 192 by [email protected]: vimscript split() doesn't match dots
http://code.google.com/p/vim/issues/detail?id=192

This is not a Vim issue. You're using a backslash inside double quotes, so you'd need to escape the backslash. Or, change the double quotes to single. All these work fine for me:

:echo split("one.two", '\V.')
:echo split("one.two", '\.')
:echo split("one.two", "\\V.")

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Raspunde prin e-mail lui