Code Monkey home page Code Monkey logo

Comments (6)

kana avatar kana commented on May 16, 2024

Does the problem happen for all user defined text objects or only for specific text objects?

from vim-textobj-user.

norcalli avatar norcalli commented on May 16, 2024

Sorry for the delay. I haven't done exhaustive searching, but all of the following have failed:

    "kana/vim-textobj-user": {},
    "kana/vim-textobj-indent": {},
    "kana/vim-textobj-line": {},
    "kana/vim-textobj-entire": {},
    "kana/vim-textobj-lastpat": {},
    "norcalli/textobj-gitgutter": {},
    "Julian/vim-textobj-brace": {},
    "beloglazov/vim-textobj-quotes": {},

So it appears so, yes.

from vim-textobj-user.

kana avatar kana commented on May 16, 2024

Thank you for the list. I'll investigate the problem soon.

from vim-textobj-user.

kana avatar kana commented on May 16, 2024

I found the cause of the problem. The problem happens when vim-operator-replace is used with any text object defined with vim-textobj-user. But it's not possible to fix the problem by tweaking vim-textobj-user. Workarounds are necessary to vim-operator-user and vim-operator-replace.

Suppose that _ is mapped to vim-operator-replace and au is mapped to a user-defined text object. If user typed "a_au, what actually executed is something like "ag@:normal! vhhjjkkll<CR>.

vim-operator-replace uses v:register to know what register is specified. But v:register contains the last specified register. In this example, v:register contains a until executing :normal!, then it is overwritten with " after executing :normal!. And built-in text objects don't overwrite v:register. That's why wrong register is used.

I'll fix the problem later.

from vim-textobj-user.

norcalli avatar norcalli commented on May 16, 2024

Sounds good. Thank you for investigating further. I thought I recognized
this problem in operator before, and I too will look into a solution.

Thank you,
Ashkan Kiani

On Sat, Feb 14, 2015 at 12:29 AM, Kana Natsuno [email protected]
wrote:

I found the cause of the problem. The problem happens when
vim-operator-replace is used with any text object defined with
vim-textobj-user. But it's not possible to fix the problem by tweaking
vim-textobj-user. Workarounds are necessary to vim-operator-user and
vim-operator-replace.

Suppose that _ is mapped to vim-operator-replace and au is mapped to a
user-defined text object. If user typed "a_au, what actually executed is
something like "ag@:normal! vhhjjkkll.

vim-operator-replace uses v:register to know what register is specified.
But v:register contains the last specified register. In this example,
v:register contains a until executing :normal!, then it is overwritten
with " after executing :normal!. And built-in text objects don't
overwrite v:register. That's why wrong register is used.

I'll fix the problem later.


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

from vim-textobj-user.

norcalli avatar norcalli commented on May 16, 2024

Thank you! I tried it out and it works!

from vim-textobj-user.

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.