Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tyru/operator-html-escape.vim
- Owner: tyru
- Created: 2010-11-07T09:00:50.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2017-03-24T12:44:26.000Z (almost 8 years ago)
- Last Synced: 2023-04-15T16:13:21.018Z (almost 2 years ago)
- Topics: escape, html, operator, vim
- Language: Vim script
- Homepage: http://www.vim.org/scripts/script.php?script_id=3312
- Size: 11.7 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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