Coder Social home page Coder Social logo

Comments (6)

webdavis avatar webdavis commented on August 27, 2024 1

No worries. Would you mind leaving this open? I might have time to take a look at in a few weeks if someone else doesn't submit a PR.

from dial.nvim.

cjquines avatar cjquines commented on August 27, 2024 1

you can integrate with tpope/vim-repeat. something like

    if addend < 0 then
        vim.cmd([[silent! call repeat#set("\<Plug>(dial-decrement)", v:count)]])
    else
        vim.cmd([[silent! call repeat#set("\<Plug>(dial-increment)", v:count)]])
    end

from dial.nvim.

monaqa avatar monaqa commented on August 27, 2024

You are right. Unfortunately, dot repeating is not supported yet in this plugin.
I'm hoping to support it someday, but to be honest, I have no idea how to implement the feature.

from dial.nvim.

gegoune avatar gegoune commented on August 27, 2024

gitsigns implements it somehow.

from dial.nvim.

marco-silva0000 avatar marco-silva0000 commented on August 27, 2024

using the repeat on semver fees a bit werid. I'm updating a dependency, and as expected If I update a major it will reset everything else to 0, then if I move the cursos to the minor, and press . for the repeat, it will jump back to the major and increment that target instead of the minor. If I do C-a again thin the dot repeat works.
I would think most people would want to move through the semver components and increment each to the new target version, if they are updating a dependency. do you think I should open a bug for this?

from dial.nvim.

monaqa avatar monaqa commented on August 27, 2024

It is not a bug. After increasing the semver major version with the first <C-a>, the next dot repeat becomes a specific operator that can increase only the "semver major version".
Due to the behavior, you can increment the major version of a semver in another location without worrying about the cursor position.
As you say, press <C-a> again if you want to increment minor version. Please refer to :h dial-dot-repeating.

There are currently no plans to change this specification or make it changeable, but if you don't like it, please create an issue as a feature request.

from dial.nvim.

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.