Giter VIP home page Giter VIP logo

Comments (7)

sandric avatar sandric commented on May 26, 2024

yep, issuing the same

from ctrlsf.vim.

sandric avatar sandric commented on May 26, 2024

Is there any quick fix solution?

from ctrlsf.vim.

sandric avatar sandric commented on May 26, 2024

ok, as a quick fix I just stubbed g:preview_window_opened to 1 in s:OpenPreviewWindow and zeroing in s:ClosePreviewWindow

if a:mode == 1 && g:ctrlsf_auto_close
        let ctrlsf_winnr = s:FindCtrlsfWindow()
        if ctrlsf_winnr <= target_winnr
            if g:preview_window_opened
              let target_winnr -= 2
            else
              let target_winnr -= 1
            endif
        endif
        call s:CloseWindow()
endif

from ctrlsf.vim.

dyng avatar dyng commented on May 26, 2024

@sandric Today I have released v1.0 and this issue is fixed there. Please update to the latest version, but be aware of that it breaks backward-compatibility.

from ctrlsf.vim.

sandric avatar sandric commented on May 26, 2024

oh, ok)

from ctrlsf.vim.

dyng avatar dyng commented on May 26, 2024

@sandric There are many changes in v1.0, please read the latest README first. If there is still bugs or you have any feature suggestion, feel free to open a new issue.

from ctrlsf.vim.

sandric avatar sandric commented on May 26, 2024

Yeah, I'm looking just now, edit mode is great actually. The thing is I'm kinda turn my vim into 'insert mode by default' emacs-style editor and have already tweaked it a bit for my mappings(

from ctrlsf.vim.

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.