Skip to content

fix: avoids modify buffer in telescope extension (#161) - #175

Open
Alex-duzhichao wants to merge 1 commit into
kdheepak:mainfrom
Alex-duzhichao:main
Open

fix: avoids modify buffer in telescope extension (#161)#175
Alex-duzhichao wants to merge 1 commit into
kdheepak:mainfrom
Alex-duzhichao:main

Conversation

@Alex-duzhichao

Copy link
Copy Markdown

exec_lazygit_command run cmd using vim.schedule, which will be scheduled after vim.fn.feedkeys('j'). So the buffer is changed to be modified, and then jobstart report a requires unmodified buffer error.

`exec_lazygit_command` run cmd using `vim.schedule`, which will be scheduled
after `vim.fn.feedkeys('j')`. So the buffer is changed to be modified, and
then jobstart report a `requires unmodified buffer` error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant