mgorny 14/10/11 18:34:46 Modified: vim-completion Log: Install necessary bash-completion aliases, bug #521152. Update completed command list in the file. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.3 app-editors/vim/files/vim-completion file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/files/vim-completion?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/files/vim-completion?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/files/vim-completion?r1=1.2&r2=1.3 Index: vim-completion =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/vim/files/vim-completion,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- vim-completion 8 Mar 2005 21:45:07 -0000 1.2 +++ vim-completion 11 Oct 2014 18:34:46 -0000 1.3 @@ -31,6 +31,6 @@ fi } -complete -o filenames -F _vim vim ex view evim rvim rview +complete -o filenames -F _vim vim ex vi view rvim rview vimdiff # vim: set ft=sh sw=4 et sts=4 :