damanis

Results 125 comments of damanis

@akiyosi I also thought about permissions, but there is no problem when used other GUI, e.g. neoray or fvim. Note, that the problem exists only when goneovim ran from script.

@akiyosi FYI. I found what occurs when run from script: ``` #/bin/bash /home/sergeyp/tmp/neovim/goneovim-linux/goneovim & ``` The Goneovim changes (internal) working directory: ':pwd' show home directory instead one of subfolders where...

@akiyosi In this version I can't reproduce the problem (Ubuntu 20). Script ``` #!/bin/bash /home/qweqwe/Goneovim-latest-linux/goneovim $* 2>&1 1>/dev/null & ``` Test ``` chmod +x run_goneovim.sh cd dir1 ../run_goneovim.sh dir2/dir3/Makefile ```...

@akiyosi Seems, you can save the functionality, but need to get parent pid as early as possible. Seems, bash script - the parent of goneovim, - closed sooner than goneovim...

@akiyosi The problem still exists.

I have this problem, too. Sometimes, goneovim window is empty, does not accept keys and can be closed by mouse only. Is the session file creation can be disabled?

I didn't understand the question. Ctrl-p opens popup, selected item changes several time, then menu ready (any item may be selected).

In 0.3.531 is same (I always install latest release).

Now I can reproduce only menu draw problem (and sometime selected item is not relevant). FVimUIPopupMenu v:true ![image](https://user-images.githubusercontent.com/65733488/164450542-aac2c526-8f29-41f2-8b4c-81301d420c7c.png) FVimUIPopupMenu v:false ![image](https://user-images.githubusercontent.com/65733488/164450893-f5a6d9b4-74e6-42a3-bd89-80855a272d2b.png) In this scenario detect_9 should be selected after press...