rkitover / vimpager

Use Vim as PAGER
http://www.vim.org/scripts/script.php?script_id=1723
Other
774 stars 72 forks source link

Version of AnsiEsc #218

Open HaleTom opened 7 years ago

HaleTom commented 7 years ago

Can you please state which version of AnsiEsc you are using?

I note the current is Updated Feb 18, 2017 (v13l)

HaleTom commented 7 years ago

Ah, it appears the current version is 13i. Would you consider an upgrade?

3. AnsiEsc History                  AnsiEsc-history {{{1
  v13   Apr 12, 2012    * (Peter Brant) a "conceal" was left on a syntax
              definition in a no-conceal-support if block.
              Fixed.
    Apr 17, 2012    * (Ingo Karkat) support for the "reverse" attribute
    May 13, 2014    * (Jason Schmidt) reported that <esc>[39m didn't work.
              This means revert to default foreground.  Similarly,
              <esc>[49m didn't work (which means revert to default
              background).
    Dec 11, 2014    * Implemented implicit foreground/background
    Jan 10, 2015    * (Evgeny Lukianchikov) provided XUbuntu support for
              no-ansi-sequence (AnsiNone)
    Sep 06, 2016    * Implemented bold/italic/underline without color
              specification
    Feb 18, 2017    * ansiConceal priority overruled foregroup specs
              containing background specs.
              (reported by Lucas Hoffman)
rkitover commented 7 years ago

This is my upstream and I work with the maintainer of that repo:

https://github.com/powerman/vim-plugin-AnsiEsc

carlwgeorge commented 6 years ago

How difficult would it be for a distro packager to unbundle AnsiEsc and package it separately?

rkitover commented 6 years ago

Very simple, it's loaded like a normal vim plugin, if the bundled one isn't there it will load whatever is in the plugin path.