Sun, 19 May 2024 23:32:22 UTC | login

Information for build vim-omnicppcomplete-0.41-12.fc30

ID101363
Package Namevim-omnicppcomplete
Version0.41
Release12.fc30
Epoch
Summaryvim c++ completion omnifunc with a ctags database
DescriptionThis script is for vim 7.0 or higher, it provides C/C++ completion thanks to a ctags database. Features : - Complete namespaces, classes, structs and union members. - Complete inherited members for classes and structs (single and multiple inheritance). - Complete attribute members eg: myObject->_child->_child etc... - Complete type returned by a function eg: myObject->get()->_child. - Complete the "this" pointer. - Complete a typedef. - Complete the current scope (global and class scope). - Complete an object after a cast (C and C++ cast). - Complete anonymous types (eg: struct {int a; int b;}g_Var; g_Var.???). It also works for a typedef of an anonymous type. Notes : - The script manage cached datas for optimization. - Ambiguous namespaces are detected and are not included in the context stack. - The parsed code is tokenized so you can run a completion even if the current instruction has bad indentation, spaces, comments or carriage returns between words (even if it is not realistic).
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 24 Jul 2019 15:12:09 UTC
CompletedWed, 24 Jul 2019 15:12:09 UTC
Tags
f31
RPMs
src
vim-omnicppcomplete-0.41-12.fc30.src.rpm (info) (download)
noarch
vim-omnicppcomplete-0.41-12.fc30.noarch.rpm (info) (download)
Changelog * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon May 08 2017 Marc Deop <marc@marcdeop.com> - 0.41-8 - Package enhancements - Max description lines length to 80 chars - Source0 tag to have full URL - Remove "Group" * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild