Improved AnsiEsc : Improved AnsiEsc.vim : ansi escape sequences highlighted and concealed
script karma |
Rating 26/31,
Downloaded by 9920 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Alex Efros |
|
script type |
syntax |
|
description |
This is improved version of AnsiEsc.vim (vimscript #302).
Changes
* updated to latest author's version: 13e (Dec 06, 2012)
* add support for simple ANSI sequences like "bold" (without defining color)
* add support for 16-color 'light' escape sequences (by Andy Berdan, merged from https://github.com/berdandy/AnsiEsc.vim)
* disable \swp and \rwp maps if g:no_plugin_maps or g:no_cecutil_maps exists
* disable DrChip/AnsiEsc menu if g:no_drchip_menu or g:no_ansiesc_menu exists
Source: https://github.com/powerman/vim-plugin-AnsiEsc |
|
install details |
Using pathogen (recommended).
a) Using source:
$ git clone https://github.com/powerman/vim-plugin-AnsiEsc.git ~/.vim/bundle/AnsiEsc/
$ vi
:Helptags
b) Using .zip archive:
$ mkdir ~/.vim/bundle/AnsiEsc/
$ unzip AnsiEsc.zip -d ~/.vim/bundle/AnsiEsc/
$ vi
:Helptags
c) Using .vmb vimball:
$ mkdir ~/.vim/bundle/AnsiEsc/
$ vi AnsiEsc.vmb
:UseVimball ~/.vim/bundle/AnsiEsc
:Helptags
Plain install without pathogen.
a) Using .zip archive:
$ unzip AnsiEsc.zip -d ~/.vim/
$ vi
:helptags ~/.vim/doc
b) Using .vmb vimball:
$ vi AnsiEsc.vmb
:so %
:helptags ~/.vim/doc |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.14.85
|