search for: vimrc

Displaying 20 results from an estimated 48 matches for "vimrc".

2010 May 12
1
.vimrc File Disappeared and Saw vimrc and .viminfo Files in My Home Directory
Hi, I'm not sure what's going on ;-( updated a .vimrc file in my home directory with some customized settings last week. I'm looking at my home directory now, that .vimrc file disappeared for no reason and I saw a file called vimrc and .viminfo in the home directory. Of course, it didn't take my customized settings when I used vim. Is that a...
2013 Feb 28
2
[LLVMdev] Propose to use rest.vim for vimrc of LLVM
Hello list, I use LLVM's vimrc and found that this setting below is useful when editing of reStructuredText file. llvm/utils/vim/vimrc " Enable syntax highlighting for reStructuredText files. To use, copy " rest.vim (http://www.vim.org/scripts/script.php?script_id=973) " to ~/.vim/syntax . augroup filetype au...
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
2013 Feb 28
0
[LLVMdev] Propose to use rest.vim for vimrc of LLVM
Thanks, Journeyer. I applied the patch with r176235. In future, you can submit patches to the llvm-commits mailing list. :) -bw On Feb 27, 2013, at 9:03 PM, Journeyer J. Joh <oosaprogrammer at gmail.com> wrote: > Hello list, > > I use LLVM's vimrc and found that this setting below is useful when > editing of reStructuredText file. > > > llvm/utils/vim/vimrc > > " Enable syntax highlighting for reStructuredText files. To use, copy > " rest.vim (http://www.vim.org/scripts/script.php?script_id=973) > "...
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 option would be to emit something like foo(/*int x*/, /*int y*/) to show...
2007 Jun 28
3
Vim differences between C4 and C5
I have installed CentOS 4.5 and 5 on 2 separate machines, and both have default installs of vim-enhanced on each of them. I noticed that I can get syntax highlighting as a regular user, sudo and as root in C4.5. In C5 I only get highlighting as a regular user. I diff'ed my /etc/vimrc files between each install there is no changes and neither root ~ has a .vimrc file. I had put "# vim: filetype=apache ts=4 sw=4 et" at the bottom of the apache conf file and it works great except when I 'sudo vim' or use root in c5. I tried :syntax on, as root and it didn't...
2012 Aug 06
4
Could not evaluate: Could not retrieve information from environment production source(s) for one module, for other is ok
...: ensure => present, } package {''vim-puppet'': ensure => present, require => Package["vim"], } } file { "/etc/vim/vimrc": owner => "root", group => "root", mode => 0644, source =>"puppet://$puppetserver/modules/vim/etc/vim/vimrc", require => Package["vim"],...
2016 Oct 29
2
Stupid vim question
...gt; Alice Wonder wrote: > >> How do I get it to stop doing that? > > http://superuser.com/questions/278442/how-to-make-vim-not-fold-everything-automatically > Thank you, it appears the folding is the term I should have used in my search. Putting set foldlevelstart=1 in the ~/.vimrc didn't seem to do anything, bit zR in the editor did. Now that I know what it is called I can probably search and figure out how to just turn it off, I don't like it.
2006 Mar 22
6
OT: a very simple .vimrc example to use with my gmail account, pls help
Hi guys, is there a very very simple .vimrc example to use with my gmail account? i couldn''t find it from uncle google. Please help, my thunderbird is becoming so slow with hundreds of thousands of email.. i don''t want to use it anymore, i want to use mutt. i''m using Mac OS X 10.4.5 (Tiger) and mutt (DarwinPort) Th...
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 hadn't submitted yet. I've sent out the...
2016 Oct 29
1
Stupid vim question
...ions/278442/how-to-make-vim-not-fold-everything-automatically >>> >>> >>> >> >> Thank you, it appears the folding is the term I should have used in my >> search. >> >> Putting >> >> set foldlevelstart=1 >> >> in the ~/.vimrc didn't seem to do anything > > > set nofoldenable > > That in .vimrc works in the version of vim in CentOS 7 but allegedly it > still will fold in some contexts Gah - that seems to work but now when doing a git commit I get a warning that the option is recognized. I do NOT...
2011 Sep 16
2
Cannot get the syntax of --include-from right
Here is part of my backup script: nice -n 15 rsync -avl --exclude=".*" \ --include-from="/home/bob/backup_includes" \ "$fromdir" "$todir" Here is the content of /home/bob/backup_includes /home/bob/.vimrc /home/bob/.gitconfig My problem is that neither the .vimrc nor .gitconfig are copied to the backup directory. I have read the man page about --include-from but clearly I don't understand it. Thanks, Bob Parker
2003 Aug 20
1
including file from excluded directory
...ST: where $DEST contains the remote machine name and this is being run from the top of my home directory. My include list is: + /.addressbook + /.ICAClient + /.calendar + /.mailcap + /.mime.types + /.mozilla/bmetcalf/bookmarks.html + /.fetchmailrc + /.pinerc + /.signature + /.vimrc + /.rsync.laptop - /dead.letter - /OpenOffice.org* - /news - /rpm - /tmp - /.* .mozilla/bmetcalf/bookmarks.html refuses to transfer and if up I crank up verbosity, I see the the entire directory .mozilla is excluded because of the pattern /.* . What's interesting is that all of...
2012 Feb 26
1
Problem with excludes and includes
...right, nothing at all gets transferred. The rsync command: # do the backup nice -n 15 rsync -av \ --include-from="/home/bob/backup_includes" \ --exclude-from="/home/bob/backup_excludes" \ $fromdir $todir The excludes file: .* *~ Videos/ Downloads/ Dropbox/ The includes file: .vimrc .gitconfig .bash_aliases .bashrc Videos/Music/Playlist/ Videos/Music/Originals/ Downloads/Iso/ I've spent hours on the man page getting nowhere. Thanks Bob -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20...
2007 Dec 07
10
Where are my VIM colors?
Maybe, it's stupid question but I've just installed CentOS5 and when I'm going to edit some of my conf files I see no colors as it did in old CentOS4x... I'm using: [root at domian:~]$ echo $TERM xterm Thanks in advance, Regards, Israel
2016 Oct 29
3
Stupid vim question
...o) { -------------------------------------------------------------------------------------------------------------------- How do I get it to stop doing that? It didn't use to do that as far as I remember, seems to be new to me in CentOS 7 - either that or I previously had something in me .vimrc that prevented it and I just forgot. I have tried searching but I just can't seem to get the proper search term to produce relevant results. using it in a terminal shell, the only way I ever use it.
2016 Apr 27
3
Semi-OT: very weird vi behaviour
> Date: Wednesday, April 27, 2016 13:43:00 +0000 > From: "Vanhorn, Mike" <michael.vanhorn at wright.edu> > > On 4/27/16, 9:39 AM, "centos-bounces at centos.org on behalf of > m.roth at 5-cent.us" <centos-bounces at centos.org on behalf of > m.roth at 5-cent.us> wrote: > >> And now, I just >> ssh'd in from another windows, same
2016 Oct 29
0
Stupid vim question
...doing that? >> >> http://superuser.com/questions/278442/how-to-make-vim-not-fold-everything-automatically >> >> > > Thank you, it appears the folding is the term I should have used in my > search. > > Putting > > set foldlevelstart=1 > > in the ~/.vimrc didn't seem to do anything set nofoldenable That in .vimrc works in the version of vim in CentOS 7 but allegedly it still will fold in some contexts
2002 Oct 07
1
[LLVMdev] VIM syntax highlighting
I have made a vim syntax highlighting script for LLVM. It can be found at llvm/utils/vim/llvm.vim. You should copy this file to your ~/.vim/syntax/ directory and add the following lines to your .vimrc file to have it automatically load on a .ll file. augroup filetype au! BufRead,BufNewFile *.ll set filetype=llvm augroup END Misha claims to be making a script for all you emacs fans out there so look for that soon. -------------- next part -------------- An HTML attachment was scru...
2005 Apr 24
0
[LLVMdev] Re: keeping the style police happy with vim
On Sun, Apr 24, 2005 at 11:43:42AM +0900, Duraid Madina wrote: > Are there some magic .vimrc lines that people can use to keep the > style police happy? (And if so, are these documented on the website > anywhere? I had a quick look, but couldn't find anything... By popular demand :), I just added a file llvm/utils/vim/vimrc which you may use as a starting point for setting up yo...