Re: VimWiki - released finally

2007-06-05 Thread fREW
On 6/5/07, Sebastian Menge [EMAIL PROTECTED] wrote: [cross-posted to vim, vim-dev, vim-announce, wikia-l] Hi all Finally I have imported all the vim tips from http://vim.org/tips to http://vim.wikia.com and set up a minimal infrastructure to keep things going. Not everything is perfect,

Re: VimWiki - released finally

2007-06-05 Thread Nico Weber
Hi, Finally I have imported all the vim tips from http://vim.org/tips to http://vim.wikia.com if you must have ads, would it be possible to go with text-only ads? Additionally, the Digg this story button at the bottom is stupid ;-) Just my destructive 2 cents, Nico

Re: [Cygwin] Configure Detects Incorrect Ruby Version

2007-06-05 Thread Alexey I. Froloff
* Taylor Venable taylor@ [070605 06:48]: ruby: no such file to load -- ubygems (LoadError) This is pretty clearly supposed to be the rubygems module, You have -rubygems somewhere in your $RUBYOPTS environment variable. Either unset this variable before building vim, check your

Re: VimWiki - released finally

2007-06-05 Thread Bram Moolenaar
Sebastian Menge wrote: [cross-posted to vim, vim-dev, vim-announce, wikia-l] Hi all Finally I have imported all the vim tips from http://vim.org/tips to http://vim.wikia.com and set up a minimal infrastructure to keep things going. Not everything is perfect, but I think it is

Re: VimWiki - released finally

2007-06-05 Thread Robert Lee
Sebastian, Why not utilize the talk: pages for the comments (see discussion tab at top of each wiki page)? Just curious. -Robert Sebastian Menge wrote: [cross-posted to vim, vim-dev, vim-announce, wikia-l] Hi all Finally I have imported all the vim tips from http://vim.org/tips to

why does :save not work with -stdin-

2007-06-05 Thread Mohsin
I usually do search like this: $ grep Word *.* | vim -u myvimrc - $ cat myvimrc :autocmd StdinReadPost * :sav! /tmp/x but when I quit :q, vim always asks me to save the file again, why is the file marked as modified? I tried all combinations of flags, but can't get vim to mark the file as

Re: why does :save not work with -stdin-

2007-06-05 Thread Edward L. Fox
Hi Mohsin, On 6/6/07, Mohsin [EMAIL PROTECTED] wrote: I usually do search like this: $ grep Word *.* | vim -u myvimrc - $ cat myvimrc :autocmd StdinReadPost * :sav! /tmp/x but when I quit :q, vim always asks me to save the file again, why is the file marked as modified? I tried all