Giter Site home page Giter Site logo

Comments (6)

justinmk avatar justinmk commented on May 17, 2024

Yep, this is a known issue. Just to be clear, Sneak still jumps correctly to both sn and Sn, right? Only the highlight is missing.

I was wondering if it happened for anyone else, I thought it might be a Vim bug. Can you include the output of :call sneak#debug#report() (or at least the version info at the top of that output)?

Thanks for the report.

from vim-sneak.

reicheltd avatar reicheltd commented on May 17, 2024

nice report command! this is my output:

https://gist.github.com/anonymous/c11dbeb4d67f49eee326

On Wednesday, October 23, 2013 at 4:00 PM, justinmk wrote:

Yep, this is a known issue. I was wondering if it happened for anyone else, I thought it might be a Vim bug. Can you include the output of :call sneak#debug#report() (or at least the version info at the top of that output)?


Reply to this email directly or view it on GitHub (#16 (comment)).

from vim-sneak.

justinmk avatar justinmk commented on May 17, 2024

I am almost certain this is a vim bug. It can be demonstrated by:

set ignorecase
call matchadd('SneakPluginTarget', 'a', 2)

It only highlights lowercase "a", but matchadd() is supposed to respect ignorecase.

I can add a workaround, though.

from vim-sneak.

justinmk avatar justinmk commented on May 17, 2024

notes on this issue:

АБРАЗиЯ

abAB

\v[[:upper:]]+

toupper({expr})
  (just like applying |gU| to the string)

from vim-sneak.

justinmk avatar justinmk commented on May 17, 2024

It turns out this is not a bug, but undocumented until a recent patch.

from vim-sneak.

justinmk avatar justinmk commented on May 17, 2024

@reicheltd This should be fixed now, even for non-ASCII characters.

from vim-sneak.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.