GithubHelp home page GithubHelp logo

Comments (13)

justinmk avatar justinmk commented on August 25, 2024

Do you have any au SwapExists handlers or plugins like https://github.com/chrisbra/Recover.vim?

What vim version? I can't reproduce on nvim master nor vim 7.4.52.

The behavior I see is: when I select the file in dirvish, it shows the "swap exists" dialog asking whether to edit/delete/open readonly/etc.

from vim-dirvish.

nhooyr avatar nhooyr commented on August 25, 2024

neovim version:

NVIM v0.1.3-355-g6b22a74
Build type: Dev
Compilation: /usr/local/Library/ENV/4.3/clang -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector
-strong -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -DHAVE_CONFIG_H -I/tmp/neovim20160317-11722-xxockh/build/config -I/tmp/neovim20160317-11722-xxockh/src -I/tmp/neovim20160317-11722-xxockh/
deps-build/usr/include -I/tmp/neovim20160317-11722-xxockh/deps-build/usr/include -I/tmp/neovim20160317-11722-xxockh/deps-build/usr/include/luajit-2.0 -I/tmp/neovim20160317-11722-xxockh/deps-build/usr/incl
ude -I/tmp/neovim20160317-11722-xxockh/deps-build/usr/include -I/tmp/neovim20160317-11722-xxockh/deps-build/usr/include -I/tmp/neovim20160317-11722-xxockh/deps-build/usr/include -I/usr/local/opt/gettext/i
nclude -I/usr/include -I/usr/include -I/tmp/neovim20160317-11722-xxockh/build/src/nvim/auto -I/tmp/neovim20160317-11722-xxockh/build/include
Compiled by nhooyr@aubble

Optional features included (+) or not (-): +acl   +iconv    +jemalloc
For differences from Vim, see :help vim-differences

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/local/Cellar/neovim/HEAD/share/nvim"

Weird, it works fine with netrw. No au SwapExists handlers. I'll try and strip down my init.vim to see if I can locate the problem.

from vim-dirvish.

justinmk avatar justinmk commented on August 25, 2024

@nhooyr Does netrw show the "swap exists" dialog at all?

from vim-dirvish.

nhooyr avatar nhooyr commented on August 25, 2024

@justinmk https://youtu.be/OaNTO2M21fg

It only happens on dirvish with neovim.
Also, I can reproduce it on latest neovim master and I could not find anything in my init.vim that would cause this bug.

from vim-dirvish.

justinmk avatar justinmk commented on August 25, 2024

Now you have to press escape to continue normally or if you press <C-c> then the buffer isn't read properly

@nhooyr If you press "e" or "o" does it open?

from vim-dirvish.

nhooyr avatar nhooyr commented on August 25, 2024

@justinmk yes.

from vim-dirvish.

nhooyr avatar nhooyr commented on August 25, 2024

It has to do with exe splitcmd fnameescape(path) being in a try block here: https://github.com/justinmk/vim-dirvish/blob/master/autoload/dirvish.vim#L201

If I take it out of the try block, the swap menu is shown properly.

from vim-dirvish.

justinmk avatar justinmk commented on August 25, 2024

@nhooyr Thanks. Just to be extra clear, the problem for you only happens in nvim, not vim?

If I take it out of the try block, the swap menu is shown properly.

Commenting this block is not enough--it must be removed from the try entirely?

from vim-dirvish.

nhooyr avatar nhooyr commented on August 25, 2024

@justinmk yes, and yes. Only in neovim and it must be removed from the try entirely.

from vim-dirvish.

justinmk avatar justinmk commented on August 25, 2024

@nhooyr Seems like a redraw issue, which Neovim has suffered from lately. Does CTRL-L show the prompt when it "hangs"?

from vim-dirvish.

nhooyr avatar nhooyr commented on August 25, 2024

@justinmk nope.

from vim-dirvish.

justinmk avatar justinmk commented on August 25, 2024

@nhooyr Since I couldn't reproduce it, could you let me know if it's fixed?

from vim-dirvish.

nhooyr avatar nhooyr commented on August 25, 2024

@justinmk yes its fixed. thank you!

from vim-dirvish.

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.