dezza

Results 19 issues of dezza

# AsyncCommand/autoload/asynccommand.vim https://github.com/idbrii/AsyncCommand/blob/master/autoload/asynccommand.vim#L91 If extra parantheses are applied (at least on zsh) shell error is returned: `zsh:1: division by zero` I opened this issue to discuss the impact on removing...

need-more-info

Does not have a solution yet. But it is a dealbreaker for many of us. https://askubuntu.com/questions/1372782/ssh-forwarding-with-wayland-host-and-x11-client > I haven't had a chance to set this up and test it out,...

A possible solution to this problem, using global variables. These will of course not be present after exiting vim and opening same file if you have not enabled [viminfo-!](https://vimhelp.org/options.txt.html#viminfo-%21) like...

https://github.com/prabirshrestha/vim-lsp/blob/14f9ab319ff96eea16ef6dbf57ed801c8fc8967e/autoload/vital/_lsp/VS/Vim/Buffer.vim#L54 The above line adds a named buffer. Since [only unnamed buffers are skipped by viminfo](https://github.com/prabirshrestha/vim-lsp/issues/1337) vim-lsp leaves file-marks in `viminfo` when enabled. This seems unnecessary for a temporary buffer,...

wontfix

Adding `` to list of angle-bracket notation syntax, just like `` `` is already highlighted. ```vim nnoremap o Oldfiles() ``` `` is not.

I could not find anything about the lsp spec suggesting to use fuzzy matching for this function. Opening this PR to discuss original intent. Currently it breaks jumping to function...

```ruby class Nutella attr_accessor :nuts def initialize @nuts = "yes" end end jar = Nutella.new puts jar.nuts # period .nuts is not in omni-completion list. ``` Can anyone tell me...

completion

**Describe the bug** Using a function as intended in vim9script, without :call will result in `E492: Not an editor command:` **To Reproduce** Steps to reproduce the behavior: ```vim vim9script def...

make throws this error ``` g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"tortunnel\" -DVERSION=\"0.3\" -I. -ggdb -g -O2 -MT TorProxy.o -MD -MP -MF .deps/TorProxy.Tpo -c -o TorProxy.o TorProxy.cpp TorProxy.cpp:44:25: error:...

Hello. I tried to setup this for my environment. ``` apt-get install openjdk-13-jre openjdk-13-jdk maven git clone https://github.com/georgewfraser/java-language-server ~/src/java cd ~/src/java/java-language-server ./scripts/link_linux.sh mvn package -Dskiptests ln -s dist/lang_server_linux.sh /usr/local/bin/java-language-server #...