Commit 9f283e1
committed
vim: Import v9.1.1863
* runtime(vimcomplete): do not complete 'shellcmd' on WSL and Windows
* 9.1.1863: Cannot test for working "+" register
* 9.1.1862: wrong ifdefs for clipboard provider
* runtime(odin): fix indent for mis-identified case statements
* 9.1.1861: Amiga: Locating runtime dir and rc files can be simplified
* 9.1.1860: clipboard register "+" enabled with cplipboard provider feature
* 9.1.1859: completion: whitespace not cleared with 'ai'
* 9.1.1858: v:register not reset after Visual mode command1 parent 9b69169 commit 9f283e1
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- runtime/autoload/vimcomplete.vim+14-7
- runtime/doc/eval.txt+9-8
- runtime/doc/insert.txt+31-1
- runtime/doc/tags+3
- runtime/doc/various.txt+7-1
- runtime/indent/odin.vim+10-10
- src/clipboard.c+62-31
- src/evalfunc.c+14
- src/globals.h+1-2
- src/insexpand.c+5
- src/normal.c+5-1
- src/os_amiga.h+23-23
- src/testdir/test_edit.vim+27
- src/testdir/test_eval_stuff.vim+44
- src/testdir/test_registers.vim+11-1
- src/version.c+12
0 commit comments