Note the diff in the default at least on the Help:

Yakkety:
'mouse'                 string  (default "", "a" for GUI, MS-DOS and Win32)
                        global
                        {not in Vi}

Zesty:
'mouse'                 string  (default "", "a" for GUI, MS-DOS and Win32,
                                                 set to "a" in defaults.vim)
                        global
                        {not in Vi}

That matches:
https://github.com/vim/vim/blob/master/runtime/defaults.vim


>From the NEWS file on the last version:
vim (2:8.0.0022-1) unstable; urgency=medium                                     
    
                                                                                
    
  Vim now ships with a defaults.vim file which, when the user has no vimrc,     
    
  enables some options that have historically been disabled by default.  This   
    
  is described in more detail at ":help defaults.vim".                          
    
                                                                                
    
  Since defaults.vim is loaded when the user's vimrc would typically be         
    
  loaded, it will override any settings in /etc/vim/vimrc(.local).  In order    
    
  to disable the loading of defaults.vim, add                                   
    
                                                                                
    
    let g:skip_defaults_vim = 1                                                 
    
                                                                                
    
  to /etc/vim/vimrc(.local).                                                    
    
                                                                                
    
 -- James McCoy <[email protected]>  Tue, 04 Oct 2016 20:28:02 -0400

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1661691

Title:
  TERM=xterm enables mouse mode in vi, breaks pasting with middle mouse

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/1661691/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to