Code Monkey home page Code Monkey logo

Comments (10)

w0rp avatar w0rp commented on May 22, 2024

Hmm, I tried the example above myself just now with Vim 8 and NeoVim, and I can't see the same problem. Have you tried using the latest code? I might have committed a bug and fixed it again.

from ale.

w0rp avatar w0rp commented on May 22, 2024

For the file which has the problem, could you paste the output of :echo ale#sign#FindCurrentSigns(bufnr('%')) when there are signs being displayed (correctly) and also the output of :sign place? Maybe there is a bug with the function which looks for the current signs I haven't spotted yet.

from ale.

deathmaz avatar deathmaz commented on May 22, 2024

Hi guys, i have a feedback on this issue
Yesterday i left this comment #23 (comment) , the screencast was recorder on my home laptop.
Today in the morning i tried the plugin on my work laptop and everything worded fine so i thought that the issue was fixed.
But now i'm trying the plugin on my home laptop again and it doesn't work, the signs are not beign updated after the error was corrected.

I recorded a screencast with output of :echo ale#sign#FindCurrentSigns(bufnr('%')) and :sign place
https://asciinema.org/a/74xgodwysxs2kid971u9xrb71
строка means line
имя means name

from ale.

w0rp avatar w0rp commented on May 22, 2024

Oh! It looks like the options are translated into Russian there. I had no idea Vim translated the name of some options like that. That explains why it can't parse the sign IDs for you. I'll see if I can adjust the regex to account for that.

from ale.

w0rp avatar w0rp commented on May 22, 2024

I just pushed a commit with some new regex for parsing the sign IDs. Pull that and see if it is working now. I noticed that it was redundantly setting the dummy signs over and over again, so I made it only set at most one dummy.

from ale.

deathmaz avatar deathmaz commented on May 22, 2024

Thank you! But i can try this later in the evening when i get back home.
For the moment everything works fine on my work computer

from ale.

KabbAmine avatar KabbAmine commented on May 22, 2024

Good catch πŸ‘ It was related to the used language (Mine is french).
Now, it works as it should.

Let's wait for @deathmaz confirmation before closing the issue.

from ale.

w0rp avatar w0rp commented on May 22, 2024

Yeah, let's wait for @deathmaz to check his instance of Vim at home. Thanks for pointing out the issue and the information guys. I wouldn't have caught that on my British English machines.

from ale.

deathmaz avatar deathmaz commented on May 22, 2024

Checked, everything works fine! πŸ‘

from ale.

w0rp avatar w0rp commented on May 22, 2024

Nice. Thanks for checking! Cheers, guys. 🍻

from ale.

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.