orgmode icon indicating copy to clipboard operation
orgmode copied to clipboard

Cant input asterisk

Open antosha417 opened this issue 2 years ago • 3 comments

Describe the bug

When I'm trying to input an asterisk into .org file nightly neovim freezes. I tested it with neovim 7.2 and everything works fine there.

Steps to reproduce

  1. nvim -u minimal_init.lua test.org
  2. go to insert mode
  3. press *
  4. neovim freezes

Expected behavior

I'm able to input a star

Emacs functionality

No response

Minimal init.lua

https://github.com/nvim-orgmode/orgmode/blob/master/scripts/minimal_init.lua will do

Screenshots and recordings

No response

OS / Distro

macOS 12.3

Neovim version/commit

v0.8.0-dev-nightly

Additional context

No response

antosha417 avatar Jul 19 '22 16:07 antosha417

I have the same thing. Not only that, but I observed that neovim starts eating up memory - about 0.5 GB of RAM per second in my case. If I wait long enough before killing it (only kill -9 works, normal kill isn't enough), my entire operating system becomes unusable.

More information I can add to this issue is that I'm on Ubuntu (not MacOS like the original poster) and I tried alacritty and konsole and with and without tmux, happens every time. If I have it running within tmux, and I kill the entire tmux pane, it doesn't help, nvim doesn't get killed.

Maltimore avatar Jul 20 '22 09:07 Maltimore

Thanks @antosha417 for reporting and @Maltimore for confirming. I don't run nightly myself, but I will try it as soon as possible, hopefully this weekend. Sorry for the inconvenience

jgollenz avatar Jul 20 '22 12:07 jgollenz

Can confirm this is happening,but I can't figure out why. Investigating.

kristijanhusak avatar Aug 02 '22 14:08 kristijanhusak

Issue was fixed in the grammar, and updating to the latest via :TSUpdate org should make nightly work.

kristijanhusak avatar Aug 16 '22 16:08 kristijanhusak