| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: vim-omnicppcomplete | Distribution: Fedora Project |
| Version: 0.41 | Vendor: Fedora Project |
| Release: 26.fc43 | Build date: Sat Jul 26 11:50:47 2025 |
| Group: Unspecified | Build host: buildvm-x86-13.rdu3.fedoraproject.org |
| Size: 162326 | Source RPM: vim-omnicppcomplete-0.41-26.fc43.src.rpm |
| Packager: Fedora Project | |
| Url: http://www.vim.org/scripts/script.php?script_id=1520 | |
| Summary: vim c++ completion omnifunc with a ctags database | |
This 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).
GPL-2.0-or-later
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Fri Jul 26 2024 Miroslav Suchý <msuchy@redhat.com> - 0.41-24 - convert license to SPDX * Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.41-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
/usr/share/vim/vimfiles/after /usr/share/vim/vimfiles/after/ftplugin /usr/share/vim/vimfiles/after/ftplugin/c.vim /usr/share/vim/vimfiles/after/ftplugin/cpp.vim /usr/share/vim/vimfiles/autoload /usr/share/vim/vimfiles/autoload/omni /usr/share/vim/vimfiles/autoload/omni/common /usr/share/vim/vimfiles/autoload/omni/common/debug.vim /usr/share/vim/vimfiles/autoload/omni/common/utils.vim /usr/share/vim/vimfiles/autoload/omni/cpp /usr/share/vim/vimfiles/autoload/omni/cpp/complete.vim /usr/share/vim/vimfiles/autoload/omni/cpp/includes.vim /usr/share/vim/vimfiles/autoload/omni/cpp/items.vim /usr/share/vim/vimfiles/autoload/omni/cpp/maycomplete.vim /usr/share/vim/vimfiles/autoload/omni/cpp/namespaces.vim /usr/share/vim/vimfiles/autoload/omni/cpp/settings.vim /usr/share/vim/vimfiles/autoload/omni/cpp/tokenizer.vim /usr/share/vim/vimfiles/autoload/omni/cpp/utils.vim /usr/share/vim/vimfiles/doc/omnicppcomplete.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Oct 27 03:32:45 2025