vim icon indicating copy to clipboard operation
vim copied to clipboard

The official Vim repository

Results 674 vim issues
Sort by recently updated
recently updated
newest added

Developers who know the language are now needed to help complete this PR. The menu translation items template is generated by https://github.com/adaext/vim-menutrans-helper. I've scanned all the menu items and created...

translation

### Steps to reproduce Consider the following two sets of commands (`set fdc=2` is just to help visualize). 1. `vim --clean -c 'set fdc=2' -c 'normal! ggzf0zR'` Here, typing either...

bug

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

**Is your feature request about something that is currently impossible or hard to do? Please describe the problem.** As far as I know, it's not currently possible. There's `highlight-font` as...

enhancement

### Steps to reproduce Open a shell script with vim and paste the following: ```sh case ${foo} in bar) [[ test ]] ;; esac # test ``` It seems that...

runtime
bug

### Steps to reproduce 1. Run a function like this in vim ``` function! Tapi_edit_files(bufn, args) tabe ~/ endfunction ``` 2. Open vim, run `:term`, then call that function from...

bug

This addresses some queries in #8276. It also seems this file hasn't been updated in some time so I'll look at bringing it up to date with version 12. @GitMensch...

runtime

The ftplugin for '.vim' files does not seem to have 'include' and 'define' patterns; adding them would enhance navigation across Vimscript files, at least for vim9script, by leveraging the language's...

enhancement