Questions tagged [vim9]

To flag questions about features introduced with vim9 that are not vim9script questions

Vim 9.0 introduce a number of new features.

Here is the list from the doc improvements-9

e.g.:

  • wildoptions=pum
  • autoshelldir
  • spelloptions
  • interpret-string
  • fuzzy-matching
  • popup-terminal
  • ...

This tag aim to identify questions that are specific to that version of Vim with the exception of main new feature Vim9 script that has already its own tag.

29 questions
2
votes
1 answer

Using Github Copilot with Regular Vim

I'm not finding much out there in terms of docs about using copilot with regular vim (everything I've come across is about using it with nvim / neovim) The copilot.vim docs mention it should support newer versions of vim "9.0.0162 or newer", so I've…
kjones
  • 153
  • 7
0
votes
0 answers

Different behaviour after upgrade Vim from v7.4.326 to 9.0.813

I have 2 Linux servers (SLES 12.5): On the first server I have vim version 7.4.326, On the other vim version 9.0.813. If I open the same file on both servers, Vim behaves differently. On server with Vim version 7.4.326 : So, everything is…
lazydba
  • 1
  • 1