sponsor Vim development Vim logo Vim Book Ad

numbertotext : replace the numbers with the equivalent text to it

 script karma  Rating 11/6, Downloaded by 751  Comments, bugs, improvements  Vim wiki

created by
sathiyamoorthy subramanian
 
script type
utility
 
description
When you want the number to be converted to its relevant text/string, it does that for you. Say 781 need to be converted to "seven hundred eighty one".

Just type _781 which will be replaced by seven hundred eighty one.

This script can be used for making this kind of conversion for the numbers 1 to 10000.

WARNING:
As this file contains 10000 abbreviation, it will take a couple of seconds to process when you open a file in vim editor.

SUGGESTION:
so disable this plugin whenever not needed.
( comment the pasted line in .vimrc file )
 
install details
Copy the zip archive numbertotext.zip  to $HOME/.vim/ and run
        unzip numbertotext.zip
Add the following line in $HOME/.vimrc,
        source $HOME/.vim/numbertotext.vim
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
numbertotext.zip 1.0 2009-02-27 6.0 sathiyamoorthy subramanian Initial upload
ip used for rating: 13.59.61.119

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github