On 2010-09-27 13:21, Daimrod wrote: > So, the following command fails when I hit the space key. > :s/something/set something > The substitute command is simply cancelled.
Thanks for the bug report! This should be fixed in commit 43de598. Basically, the Viper command `ex-cmd-read-exit' (bound to "SPC" in Ex) is quirky, so I just disabled it. (A more constructive solution would be to rewrite and fix `ex-cmd-read-exit' in vimpulse-viper-function-redefinitions.el, and then forward the function for inclusion in Viper. It didn't seem very useful, though.) -- Vegard _______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
