Thursday, January 28, 2010

user function for multiple substitution

Now I use bash script sed to convert esperanto x-system to unicode

#!/bin/sh
sed -e "s/cx/ĉ/g" -e "s/gx/ĝ/g" -e "s/hx/ĥ/g" ... ktp

so that :%!xeo to convert whole file or visual hilite region then :!seo

How to define a user function Xeo to do the same thing?

--
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3

--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

No comments:

Post a Comment