İsmail Bulut

Results 17 comments of İsmail Bulut

Sometimes it also happens to me, but window doesn't close and delays at least 2-3 minutes to shutdown. I don't know are they same issue but when it happens to...

Thanks for detailed information. I tried but I couldn't reproduce this. Is this started happening after 51f01a1 ? Also this can be a colorscheme issue. If you updated your plugins,...

So it seems this is not a Neoray issue. This is may be issue of neovim itself or some plugins you are using (I don't know if you are using...

> Does Neoray saves some internal files (states, configs)? No, Neoray only saves some debugging files (cpu and heap profile, crash log and verbose log) Neoray never saves any config...

There are some ways you can debug this behavior Please do every step ### Debug from Neoray 1. First build neoray with debug tag, just run `make build` in the...

Does the issue happens when you run with --noplugin? And those commands has to echo the attributes in neovim command line. Try `:messages` after commands

> Others neovim GUI I use (fvim, neovim-qt, goneovim, nvui) have do problem with same configuration. Did you mean "no" here Can you zip and upload a copy of your...

> Sure So I'm sorry because I misunderstood you, this is Neoray issue

> Debug output didn't help? They only helpful together with outputs of commands in `Debug from neovim`

I can't reproduce with minimal configuration ``` au BufNewFile,BufRead *.txt call Detect_jdoc() fun Detect_jdoc() echomsg "Detecting jdoc" if getline(1) =~? "^TITLE:" || getline(2) =~? "^TITLE:" echomsg "jdoc detected" setlocal filetype=jdoc...