Hi 

On Mo, 01 Mär 2010, Christian Brabandt wrote:

> :%s/\w\+/\=printf("%s", 
> empty(spellbadword(submatch(0))[0])?submatch(0):'')/
> (one line)

this should have been

:%s/\w\+/\=printf("%s", !empty(spellbadword(submatch(0))[0])?submatch(0):'')/

(still one line, though)

regards,
Christian

-- 
You received this message from the "vim_use" 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

Reply via email to