rhysd / git-messenger.vim

Vim and Neovim plugin to reveal the commit messages under the cursor
MIT License
1.34k stars 32 forks source link

E21: Cannot make changes, 'modifiable' is off #79

Open MuhammadSawalhy opened 3 years ago

MuhammadSawalhy commented 3 years ago

When I moved into the popup by pressing <leader>gm twice, I tried to use o to navigate backwards in the history of messages, but it seems that o tries to add a new line.

rhysd commented 3 years ago

Can you show how to reproduce it with list of the steps?

  1. Open Vim with some file vim foo.txt
  2. <leader>gm
  3. ...
MuhammadSawalhy commented 3 years ago

https://user-images.githubusercontent.com/42011920/129064718-9a10985d-b811-4b1b-9cd1-dc831e565948.mp4

tg0h commented 1 year ago
return {
  'rhysd/git-messenger.vim',
  dev = true, -- clone the repo to your dev folder (specified in your lazy config)
}

I use the lazy package manager (neovim).

As a workaround, I used a local version of the plugin and remapped the o key . source