neovim icon indicating copy to clipboard operation
neovim copied to clipboard

Vim-fork focused on extensibility and usability

Results 1809 neovim issues
Sort by recently updated
recently updated
newest added

Currently there are a number of places where libc functions like islower()/etc (those from `ctype.h`) are used. The problem is that all our strings are UTF-8 ones and nobody bothered...

refactor
localization
encoding
complexity:low

I've been using neovim's terminal feature extensively lately (notice all my bug reports :P) and I had a couple really neat ideas that I think would be a must have...

enhancement
terminal

I'm trying to debug a problem a user has relating to terminal rendering, and I'm looking over a `script` log of neovim's output. One thing that initially troubles me is...

tui

### Problem Our treesitter implementation could be more efficient to overcome many known issues with performance. Specifically around large files. --- - [x] **Injection languages are not incremental** See: #18107...

performance
treesitter

Let's say I want to use :r with a command that requires input. For example: ``` :r !gpg -d ~/test.gpg 2>/dev/null ``` On vim, this would decrypt the file `test.gpg`...

enhancement

default 'ttyfast' to ON, for reasons here: https://github.com/neovim/neovim/pull/1015#issuecomment-50975716 also remove: vim_is_fastterm vim_is_vt300

defaults
refactor

Variants in question: 1. Commands that change execution flow in cycles: ``` execute 'break' command UserBreak continue ``` I do not know why these may be used. 2. Return statements....

vimscript
compatibility

- `nvim --version`: v0.5.0-dev+1357-g192f89ea1 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 - Operating system/version: archlinux x64 - Terminal name/version: xterm(also happened when using nvim-qt) [ ] `vim -u DEFAULTS` (version: ) behaves...

bug
performance
treesitter

- `nvim --version`:NVIM v0.5.0-653-g948e625e1 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Compilation: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe /DWIN32 /D_WINDOWS /W3 /MD /Zi /O2 /Ob1 /DNDEBUG /W3 -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_DEPRECATE -DWIN32 -D_WIN32_WINNT=0x0600 -DINCLUDE_GENERATED_DECLARATIONS -DNVIM_MSGPACK_HAS_FLOAT32...

bug
platform:windows

- `nvim --version`: NVIM v0.4.0-2050 6aed19b2b ``` Build type: RelWithDebInfo LuaJIT 2.0.5 Compilation: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe /DWIN32 /D_WINDOWS /W3 /MD /Zi /O2 /Ob1 /DNDEBUG -DMIN_LOG_LEVEL=3 /W3 -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_DEPRECATE...

status:blocked-external
gui
platform:windows
clipboard