Mon, 29 Apr 2024 01:19:17 UTC | login

Information for build vim-omnicppcomplete-0.41-9.fc27

ID23013
Package Namevim-omnicppcomplete
Version0.41
Release9.fc27
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 bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:39:29 UTC
CompletedSat, 14 Apr 2018 20:39:29 UTC
Tags
f28
f29
RPMs
src
vim-omnicppcomplete-0.41-9.fc27.src.rpm (info) (download)
noarch
vim-omnicppcomplete-0.41-9.fc27.noarch.rpm (info) (download)
Changelog * 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 * Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.41-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Tue Jan 27 2015 Marc Deop <marc@marcdeop.com> - 0.41-4 - Add post and postun and Requires: vim (to generate helptags properly). * Thu Nov 15 2012 Marc Deop <marc@marcdeop.com> - 0.41-3 - Added patch to include GPLv2+ License (commit da45a4a3eb4ebea6bca7044868b9b4779a0315a0) * Sat Nov 10 2012 Marc Deop <marc@marcdeop.com> - 0.41-2 - Removed scriptlets and fixed License name * Tue May 15 2012 Marc Deop <marc@marcdeop.com> - 0.41-1 - Initial package.