Re: Compile error: test51 FAILED

2011-01-09 Thread Dominique Pellé
Marco wrote: Hi, I downloaded the source from ftp://ftp.vim.org/pub/vim/unix/vim-7.3.tar.bz2 Then I compiled with ./configure make make test and I get the following error: Test results: test51 FAILED TEST FAILURE What's wrong? Regards Marco Hi I can't reproduce it using

Re: Compile error: test51 FAILED

2011-01-09 Thread Marco
On 2011-01-09 Dominique Pellé dominique.pe...@gmail.com wrote: I now tried the source from the mercurial repository. What OS are you using? linux 2.6.35-23-generic x86_64 What locale? LANG=de_DE.utf8 What is the diff between src/testdir/test51.ok and src/testdir/test51.failed? 20c20 E475:

yank motion

2011-01-09 Thread Francisco Dibar
Hi, Why does command yb move the cursor and yw not. Isn't this kind of inconsistent? -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: yank motion

2011-01-09 Thread ZyX
Reply to message «yank motion», sent 18:13:37 09 January 2011, Sunday by Francisco Dibar: Yank command moves the cursor to the start of yanked region. In case of `w' motion yanked region starts from cursor position, in case of `b' motion it only ends with it. Original message: Hi, Why

Re: yank motion

2011-01-09 Thread Francisco Dibar
Clear now, thanks! On Sun, Jan 9, 2011 at 12:22 PM, ZyX zyx@gmail.com wrote: Reply to message «yank motion», sent 18:13:37 09 January 2011, Sunday by Francisco Dibar: Yank command moves the cursor to the start of yanked region. In case of `w' motion yanked region starts from cursor

Re: yank motion

2011-01-09 Thread Michael Henry
On 01/09/2011 10:13 AM, Francisco Dibar wrote: Hi, Why does command yb move the cursor and yw not. Isn't this kind of inconsistent? The cursor is left at the start of the yanked region in either case. You can test this by jumping to the start or end of the yanked region via: `[ Move

Re: Compile error: test51 FAILED

2011-01-09 Thread Dominique Pellé
Marco wrote: On 2011-01-09 Dominique Pellé dominique.pe...@gmail.com wrote: I now tried the source from the mercurial repository. What OS are you using? linux 2.6.35-23-generic x86_64 What locale? LANG=de_DE.utf8 What is the diff between src/testdir/test51.ok and

Re: Compile error: test51 FAILED

2011-01-09 Thread Marco
On 2011-01-09 Dominique Pellé dominique.pe...@gmail.com wrote: Marco wrote: On 2011-01-09 Dominique Pellé dominique.pe...@gmail.com wrote: I now tried the source from the mercurial repository. What OS are you using? linux 2.6.35-23-generic x86_64 What locale? LANG=de_DE.utf8

C-\e in command line

2011-01-09 Thread Alexander Ivaniuk
Hi, In a nice .vimrc at http://amix.dk/vim/vimrc.html I found the following lines of code cno $c e C-\eCurrentFileDir(e)cr func! CurrentFileDir(cmd) return a:cmd . . expand(%:p:h) . / endfunc $c in command line gets substitued with e CURRENT_DIRECTORY. If C- \e is removed nothing is

Re: C-\e in command line

2011-01-09 Thread ZyX
Reply to message «C-\e in command line», sent 00:39:10 10 January 2011, Monday by Alexander Ivaniuk: What's the purpose in using C-\e :h c_CTRL-\_e and why can't it be replaced with '='? What happens if you type `=' in the command line? And what do `*map' commands do? Original message:

Re: C-\e in command line

2011-01-09 Thread Alexander Ivaniuk
Thanks! I was looking not for the correct help topic :blush: On Jan 9, 11:49 pm, ZyX zyx@gmail.com wrote: Reply to message «C-\e in command line», sent 00:39:10 10 January 2011, Monday by Alexander Ivaniuk: What's the purpose in using C-\e :h c_CTRL-\_e and why can't it be

Re: Slow vim loading , how to find it out

2011-01-09 Thread Spencer Collyer
On Fri, 17 Dec 2010 19:31:37 +0800, Aaron Lewis wrote: Hi, Guess i've enabled too many plugins , vim on my Gentoo loads really slow ( approximately 3 seconds ) , is there anyways to debug , and find out the worst time consumers ? Thanks. Bit late replying to this I know, but

strange freeze when using mkview/loadview

2011-01-09 Thread adroid28
Hi everyone, I have a strange problem. I am using these two lines in my . vimrc file: autocmd BufWinLeave *.* mkview autocmd BufWinEnter *.* silent loadview Now when I try to type a double quote character () vim freezes. I also started having similar behavior when trying to use

Re: Designing own indentation for my own filetype

2011-01-09 Thread statquant2
Hello Ben, thank you for taking some time to help me... I'm not exactly sure what you are try to accomplish. What do you mean by not working at all? What did you expect to happen? What happened instead? You say you expected no indent at all. What do you mean by this? Vim automatically indents

Re: Designing own indentation for my own filetype

2011-01-09 Thread statquant2
Just to give an example : myfunction:{[a;b] ||a : select from a where c 1; /here either I put myself a tab or even better vim do it itself (but this is level 2) ||b : select from b where c 2; /here I don't do anything vim just copy over the indentation ||d : select from b where c

Re: Open File larger than the amount of ram you have

2011-01-09 Thread Tim Chase
On 01/08/2011 05:53 PM, Ben Fritz wrote: Note: If anyone is interested in WHY I'm doing this, I need to open the file, figure out how many lines it has, and write that number in the first line of the file. In this case I need to write 231478708 plus a return. I think a lot of people missed

Re: encrypted files

2011-01-09 Thread eda wizard
Or some such? Or do any of you have something to make sure creating/reading/writing/ vim encrypted files are as secure as possible? vim 7.3 has mostly-transparent blowfish encryption baked-in, see: http://blogs.techrepublic.com.com/security/?p=4870 HTH, Still-learning Stuart -- You

Re: encrypted files

2011-01-09 Thread Benjamin R. Haskell
On Sat, 8 Jan 2011, Robert wrote: Do encrypted files have a type so that something like: autocmd BufReadPre, BufRead * set nobackup nowritebackup viminfo= Or some such? Or do any of you have something to make sure creating/reading/writing/ vim encrypted files are as secure as possible?

repeat a shiftwidth for a single line - anything better than 'l ...'?

2011-01-09 Thread Jeffrey 'jf' Lim
hi, I'm having trouble (is it possible?) trying to figure a way of repeating a shift for a line quickly. Essentially, I want to be able to shift the current (and only the current) line multiple times (let's say 5 times) I've tried the following: 5 = results in 5 lines being shifted 5. =

Re: repeat a shiftwidth for a single line - anything better than 'l ...'?

2011-01-09 Thread Benjamin R. Haskell
On Mon, 10 Jan 2011, Jeffrey 'jf' Lim wrote: hi, I'm having trouble (is it possible?) trying to figure a way of repeating a shift for a line quickly. Essentially, I want to be able to shift the current (and only the current) line multiple times (let's say 5 times) I've tried the following:

Re: repeat a shiftwidth for a single line - anything better than 'l ...'?

2011-01-09 Thread Jeffrey 'jf' Lim
On Mon, Jan 10, 2011 at 2:29 PM, Benjamin R. Haskell v...@benizi.com wrote: On Mon, 10 Jan 2011, Jeffrey 'jf' Lim wrote: hi, I'm having trouble (is it possible?) trying to figure a way of repeating a shift for a line quickly. Essentially, I want to be able to shift the current (and only the