Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tyru/operator-html-escape.vim

operator-html-escape provides operator to escape HTML entities.
https://github.com/tyru/operator-html-escape.vim

escape html operator vim

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Introduction

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

```viml
nmap  (operator-html-escape)
nmap  (operator-html-unescape)
```

This is a operator version of this wiki page:

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
- vim.org: http://www.vim.org/scripts/script.php?script_id=2692
- GitHub: https://github.com/kana/vim-operator-user