chrisgrieser / nvim-tinygit

A lightweight bundle of commands focussed on swift and streamlined git operations.
MIT License
170 stars 5 forks source link

[Bug]: Input from prompt does not get saved #2

Closed kevintraver closed 1 year ago

kevintraver commented 1 year ago

Bug Description

This line seems to be causing problems:

https://github.com/chrisgrieser/nvim-tinygit/blob/fd364977863e2b4f56f7ea67b8107e69e2933c21/lua/tinygit.lua#L186

When removing it, the input from the prompt gets saved.

Relevant Screenshot

No response

To Reproduce

  1. Open the commit dialog.
  2. Type in a commit message.
  3. Press Enter.

Nothing happens.

neovim version

0.9.2

Make sure you have done the following

chrisgrieser commented 1 year ago

thx, that was actually an outdated workaround. removed and thus fixed.