str2numchar.vim : String convert to Numeric Character Reference
script karma |
Rating 0/0,
Downloaded by 1354 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
yuichi tateno |
|
script type |
utility |
|
description |
Author: secondlife <hotchpotch@NOSPAM@gmail.com>
Last Change: 2006 Sep 02
Version: 0.1, for Vim 7.0
DESCRIPTION:
This plugin is String convert to Numeric Character Reference
and String convert to Hex Literal
for example:
:echo Str2HexLiteral('abcd')
\x61\x62\x63\x64
:echo Str2NumChar('abcd')
abcd
==================== file str2numchar.vimrc ====================
vmap <silent> sn :Str2NumChar<CR>
vmap <silent> sh :Str2HexLiteral<CR>
==================== end: str2numchar.vimrc ====================
|
|
install details |
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.9.172
|