mirror of
https://github.com/neovim/neovim.git
synced 2026-05-03 04:25:03 +00:00
vim-patch:8.1.2148: no test for right click extending Visual area
Problem: No test for right click extending Visual area.
Solution: Add a test. (Dominique Pelle, closes vim/vim#5018)
6aa7523b96
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -12,6 +12,7 @@ if exists('s:did_load')
|
||||
set laststatus=1
|
||||
set listchars=eol:$
|
||||
set joinspaces
|
||||
set mousemodel=extend
|
||||
set nohidden nosmarttab noautoindent noautoread noruler noshowcmd
|
||||
set nohlsearch noincsearch
|
||||
set nrformats=bin,octal,hex
|
||||
|
||||
Reference in New Issue
Block a user