When you start Vim normally, the system-wide vimrc is sourced, which
sources $VIMRUNTIME/debian.vim, which calls "set nocompatible".  When
the 'nocompatible' option is set, that tells Vim to set the 'wildchar'
option to "<Tab>" instead of the default of "<C-e>".  If you want the
same behavior when you use the -u flag then use the -N flag as well (to
start vim in 'nocompatible' mode).

** Changed in: vim (Ubuntu)
       Status: New => Invalid

-- 
No completion in vim by using the -u option
https://bugs.launchpad.net/bugs/316772
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to