similar to: [LLVMdev] Does anybody use clang complete for vim?

Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] Does anybody use clang complete for vim?"

2011 Mar 05
1
[LLVMdev] llvm-config example need update
Hi This llvm-config --libs engine bcreader scalaropts <http://llvm.org/cmds/llvm-config.html> in website http://llvm.org/cmds/llvm-config.html But actually bcreader components is not there anymore. The new name of it is bitreader. I thinks this webpage may need to update and also. If i do "llvm-config --help". It will also show wrong component name in examples g++
2006 Apr 20
0
vim 7 ruby omni-complete 0.4
Once again after some work and outside contribution we have another release If you missed the original announcement, rubycomplete provides a vim7 omni-completion function (code completion) for vim. It is based on complete.rb, pycomplete.vim and ccomplete.vim. Any input is welcome. I''ve joined up with the vim-ruby team, so you''ll find rubycomplete.vim in cvs at
2006 Jun 20
0
vim 7 ruby omni-complete 0.6
It''s been a while, but I''m back again with a new version. If you missed the original announcement, rubycomplete provides a vim7 omni-completion function (code completion) for vim. It is based on complete.rb, pycomplete.vim and ccomplete.vim. Any input is welcome. I''ve joined up with the vim-ruby team, so you''ll find rubycomplete.vim in cvs at
2006 Apr 12
2
vim 7 ruby omni-complete v0.2
Thanks to some outside suggestions and contributions we now have another release. If you missed the original announcement, rbcomplete provides a vim7 omni-completion function (code completion) for vim. It is based on complete.rb, pycomplete.vim and ccomplete.vim. Any input is welcome. Whats New: ------------ At the request of many people, Object''s instance methods are no longer
2006 May 04
0
vim 7 ruby omni-complete 0.5
Once again after some work we have another release, with may bugfixes and improvements. If you missed the original announcement, rubycomplete provides a vim7 omni-completion function (code completion) for vim. It is based on complete.rb, pycomplete.vim and ccomplete.vim. Any input is welcome. I''ve joined up with the vim-ruby team, so you''ll find rubycomplete.vim in cvs at
2006 Apr 11
0
vim 7 ruby omni-completion
Hi all, I''ve hacked away at complete.rb and some of the existing vim7 omni-completion functions to create a ruby completion function. It "works for me", any input is welcome. As a note, it will attempt to load any modules required by the current buffer when attempting to complete. You can find the link here:
2010 Oct 30
0
[LLVMdev] Vim auto completion
The clang patches are now applied, so vim auto completion now works mostly out-of-the-box -- just build clang, set up your PATH for clang and clang++, and copy utils/vim/vimrc to ~/.vimrc (or symlink, or do your own thing). To configure the clang command-line, look for the g: configuration variables in the vimrc file. I'm open to suggestions about the handling of function parameters. One
2010 Oct 21
0
[LLVMdev] Vim auto completion
On Oct 21, 2010, at 2:11 PM, Tobias Grosser wrote: > Hi, > > I have been watching the vim/clang autocompletion in utils/vim/vimrc for a while. What is the status of this work? The last information I got is, that there where still some patches missing, but this was before the clang-2.8. > Any updates? Is it supposed to work with clang-2.8? It requires a clang patch, which I
2010 Oct 21
4
[LLVMdev] Vim auto completion
Hi, I have been watching the vim/clang autocompletion in utils/vim/vimrc for a while. What is the status of this work? The last information I got is, that there where still some patches missing, but this was before the clang-2.8. Any updates? Is it supposed to work with clang-2.8? Thanks Tobi
2008 Dec 17
4
vim helpfile tag issues
Just wondering if anyone can replicate this issue.... On CentOS 5.2, using vim 7.0.237, I'm having a consistent issue across all my centos boxen. if I try and access the help files direct (as root), such as ":help tutor" I get: "usr_01.txt.gz" [readonly][noeol][converted] 11L, 4393C E434: Can't find tag pattern Press ENTER or type command to continue If I press
2011 Apr 09
1
Problems with games on very slow computer
Hello, I've installed Arch on my old laptop (it's slower than my phone, only 700mhz, 256mb of ram and S3 Savage IX 8MB graphics) and tried to launch something via wine. Winetricks works good and I've installed dotnet20, corefonts and fontfix. I tried to launch these games and that's what i got: Touhou 9: Code: wine /mnt/pen/Phantasmagoria\ of\ Flower\ View/th09e.exe
2020 Jan 16
0
CentOS 8: several packages have unresolved dependencies after "dnf update all "
Also just to be more specific I am running CentOS 8.1. So the issue I encounter were after upgrading to 8.1. Thank you! -- Philippe. On Thu, Jan 16, 2020 at 6:48 AM Philippe Piot <piot at nicadd.niu.edu> wrote: > I am doing a dnf install package_without_version for instance for g++: > > [piot at paris opal]$ sudo dnf install gcc-c++ > Last metadata expiration check: 0:01:06
2009 May 08
2
Vim R plugin-2
Dear R users, People who uses vim in Linux/Unix may be interested in checking the plugin for R that I'm developing: http://www.vim.org/scripts/script.php?script_id=2628 The plugin includes omni completion for R objects, code indentation and communication with R running in a terminal emulator (xterm or gnome-terminal). This last feature was already present in Johannes Ranke's plugin.
2016 Aug 24
1
Gnome weather applet stranded
On Wed, 24 Aug 2016, m.roth at 5-cent.us wrote: > isdtor wrote: >> The Gnome weather report applet has ceased working on CentOS5/6. >> http://weather.noaa.gov/ says "This service is no longer available". Are >> there any good alternatives? I liked the applet as it allowed the use of a >> custom radar map. >> >> As I just discovered, the weather
2009 May 29
3
[PATCH 1/4] net: skb_orphan on dev_hard_start_xmit
Various drivers do skb_orphan() because they do not free transmitted skbs in a timely manner (causing apps which hit their socket limits to stall, socket close to hang, etc.). DaveM points out that there are advantages to doing it generally (it's more likely to be on same CPU than after xmit), and I couldn't find any new starvation issues in simple benchmarking here. This patch adds
2009 May 29
3
[PATCH 1/4] net: skb_orphan on dev_hard_start_xmit
Various drivers do skb_orphan() because they do not free transmitted skbs in a timely manner (causing apps which hit their socket limits to stall, socket close to hang, etc.). DaveM points out that there are advantages to doing it generally (it's more likely to be on same CPU than after xmit), and I couldn't find any new starvation issues in simple benchmarking here. This patch adds
2015 Aug 21
2
Cannot print on Centos 6.7
On 08/21/2015 12:16 PM, Gilbert Sebenste wrote: > On Fri, 21 Aug 2015, Fred Smith wrote: > >>>> I just saw that. I now have it so that it prints a few pages, then >>>> locks >>>> up the printer. Funny, it worked just fine under CentOS5, now under >>>> CentOS >>>> 6, it won't? That's weird. Do you, or anyone else, have any
2011 Aug 22
0
osu! and steam don't work after the last update of wine
Hello, I have a new problem with WINE, after the newest update of wine (1.3.26) steam and osu! are not working anymore. I've alerady tried reinstalling wine and removing wineprefix and none of these worked. The biggest problem is that wine doesn't give me any information about errors, it just goes to the debugger ot once. steam: http://www.copypastecode.com/76835/ osu!:
2010 Jul 27
2
lattice: option to sort x when type = l
Hi, (please Cc me) In xyplot (), type = "l" (or one that includes "l", *el*) is (generally) meaningful only when the 'x' variable is sorted. In practice, one either sorts the data frame before hand or writes a tiny panel function which sorts the supplied x and then calls the default panel.xyplot(). Trouble arises when there is a conditional variable as well as a
2015 Jan 14
0
R CMD check: "..." used in a situation where it does not exist
I think this is bug in R CMD check code. I get a similar error: rule: possible error in paste0(...): ... used in a situation where it does not exist for the simple: rule <- function(..., pad = "-") { if (nargs() == 0) { title <- "" } else { title <- paste0(...) } width <- getOption("width") - nchar(title) - 1 message(title, "