-
Hi Andre,
it came up in a previous issue that some default values for language definitions don't show up when debugging with verbose:
> > I've tried defining Escape as an empty string, but this …
-
It seems like it'd be the best approach; allowing anyone to easily make a plugin.
phase updated
7 years ago
-
### Describe the bug
This screenshot seems to be the most valuable information I have.
![Screenshot](https://i.redd.it/l7ld9ox8uyga1.png)
I was not sure about what to do so I made [a Reddit pos…
-
### Problem
I noticed that expanding snippet can crash nvim in some cases.
```cpp
#1 0x000055857a750dc3 in fastforward_buf_to_lnum (s=s@entry=0x7f325ebfd378, lnum=2) at .../src/nvim/linematch.c…
-
Got this error while executing :luafile scripts/download_sumneko.lua
I don't know if it is an issue or I have done something wrong, sorry if this is the case.
```
E5113: Error while calling lua c…
-
### Problem
This is very similar to #29037 and might be the same.
I was opening a 587MB restic log file and after a few seconds neovim would crash with one of these:
1. `realloc(): invalid next…
-
### Problem
Certain C++ code is causing Neovim to crash.
### Steps to reproduce
```lua
-- repro.lua
for name, url in pairs({
ts = "https://github.com/nvim-treesitter/nvim-treesitter",
}) do
loc…
-
**What?**
The existing common startup time profilers https://github.com/dstein64/vim-startuptime and https://github.com/tweekmonster/startuptime.vim do not report timing information for Lua files. Th…
-
### Describe the bug
Related to https://github.com/folke/noice.nvim/issues/17, https://github.com/neovide/neovide/issues/1751, and maybe #21265
Neovide version (patched for debugging): https://git…
ryo33 updated
2 months ago
-
### Problem
reading or pasting specific bytes, nvim crashes.
running bisect on `bcb17689d..64847fbdc` results 328ea02eb7dec32286ae6c691ecef71d988c905b `is the first bad commit`
### Steps …