numbertotext : replace the numbers with the equivalent text to it
script karma |
Rating 11/6,
Downloaded by 826 |
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 |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.9.175
|