sponsor Vim development Vim logo Vim Book Ad

operator-html-escape : operator-html-escape provides operator to escape HTML entities.

 script karma  Rating 3/4, Downloaded by 1394  Comments, bugs, improvements  Vim wiki

created by
tyru
 
script type
utility
 
description
Repository: http://github.com/tyru/operator-html-escape.vim


|operator-html-escape| provides |operator| to escape HTML entities.
>
nmap <c-h> <Plug>(operator-html-escape)
nmap <c-u> <Plug>(operator-html-unescape)

This has similar feature with this wiki page:
http://vim.wikia.com/wiki/HTML_entities

But the fact is that it is certainly NOT the same
because this is operator.
so this can work with |text-objects|.
You can also enhance |text-objects| by |textobj-user|.

Requirements:
- Vim 7.2 or later
- |operator-user| 0.0.5 or later (vimscript#2692)
 
install details
 

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
operator-html-escape.zip 0.0.1 2010-11-27 7.0 tyru fix bug: operators work in only linewise. support characterwise and blockwise.
operator-html-escape.zip 0.0.0 2010-11-07 7.2 tyru Initial upload
ip used for rating: 142.132.191.50

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github