Hi, I have a file formatted into CSV and the first column take the name of files. I would like to copy all lines which have the same file name to the end of...
epanda
valentinnicolas@...
Nov 1, 2007 9:18 am
84521
... As documented, :g only runs its command on the first line of multi-line matches. You will need to do something a bit more complicated. I would suggest: 1....
Ben Schmidt
mail_ben_schmidt@...
Nov 1, 2007 10:35 am
84522
... Actually, my previous suggestion won't work when there are more than two duplicate lines, I don't think, as it will run on each line except the...
Ben Schmidt
mail_ben_schmidt@...
Nov 1, 2007 10:53 am
84523
... Could you explain to me why on earth this works?! I see that it does... Shouldn't the normal 0 complete the operation as it is a motion command?! Or the f ...
Ben Schmidt
mail_ben_schmidt@...
Nov 1, 2007 11:09 am
84524
Concerns: Vim Tips Wiki Q: My favourite skin is not used anymore and I see no link to my Preferences! What can I do? A: The link has indeed been removed from...
Tony Mechelynck
antoine.mechelynck@...
Nov 1, 2007 11:59 am
84525
Hi, I have a batch file which open some logfile and search for the first error. It contains something like: gvim.exe +/Error "C:\log.txt" Is it possible to...
Eric Leenman
eric.leenman@...
Nov 1, 2007 12:34 pm
84526
... IIUC, Vim expects its command-line arguments on the command-line and nowhere else. So I see no other solution as the following: Method I: Find some way to...
Tony Mechelynck
antoine.mechelynck@...
Nov 1, 2007 12:48 pm
84527
... -- Andy --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit...
Andy Wokula
anwoku@...
Nov 1, 2007 12:51 pm
84528
... IIUC, you want to put commands in arguments.txt, and then, upon opening c:log.txt, you want to execute the commands in arguments.txt I presume...
Tim Chase
vim@...
Nov 1, 2007 1:03 pm
84529
... gvim.exe -S arguments.vim "C:log.txt" -ap -- Ich hab geträumt, der Krieg wär vorbei. --~--~---------~--~----~------------~-------~--~----~ You received...
A.Politz
politza@...
Nov 1, 2007 1:03 pm
84530
Hi. I apologize if this one could be obvious, but after some googling I'm still at odds. I need to execute an external program (maruku) on the current buffer/ ...
M
maurizio@...
Nov 1, 2007 1:21 pm
84531
Hi, I use Vim 7 to write, compile and launch my C++ programs under Linux (Debian Etch). I'm usually working with tabs page but I've got a pb when I launch my ...
Tintin72
web8@...
Nov 1, 2007 1:25 pm
84532
Its true that today world is Internet world,every thing is globelised,differences go away WE gave you our service on your pay demand,if you want to advertise...
net expert
software.marketing.ne...
Nov 1, 2007 1:32 pm
84533
... (untested) " split to new empty window ... " execute ext. program on alternate (i.e. last used) file ... " remove spurious empty first line ... Best...
Tony Mechelynck
antoine.mechelynck@...
Nov 1, 2007 1:34 pm
84534
Its true that today world is Internet world,every thing is globelised,differences go away WE gave you our service on your pay demand,if you want to advertise...
net expert
software.marketing.ne...
Nov 1, 2007 1:44 pm
84535
... I've just released a new version, and hopefully it solves your problem. http://www.vim.org/scripts/script.php?script_id=1735 Best regards, Yongwei -- Wu...
Yongwei Wu
wuyongwei@...
Nov 1, 2007 2:27 pm
84536
Thank you! On Nov 1, 2:33 pm, Tony Mechelynck <antoine.mechely...@...> ... --~--~---------~--~----~------------~-------~--~----~ You received this...
M
maurizio@...
Nov 1, 2007 2:57 pm
84537
I'm running the latest VIM on a PPC G4 with OS 10.4.10, and color schemes work fine. How do you have your .vimrc and .gvimrc setup? Note line 91 of the vimrc...
Anthony Lauro
lauroanthony@...
Nov 1, 2007 3:20 pm
84538
Hi, I have posted another thread this morning about duplicates parts in several lines. Now I have to do a vimdiff sometimes on 2 files , sometimes on 3 files ,...
epanda
callingelvis@...
Nov 1, 2007 5:23 pm
84539
... Vim itself relies on an external diff program to do the "dirty work" (even on Windows), but IIRC it makes it generate "ed" diffs, which are not ...
Tony Mechelynck
antoine.mechelynck@...
Nov 1, 2007 5:38 pm
84540
Its true that today world is Internet world,every thing is globelised,differences go away WE gave you our service on your pay demand,if you want to advertise...
net expert
software.marketing.ne...
Nov 1, 2007 6:06 pm
84541
... I assume you want to modify indent/tex.vim (and that you have : filetype indent on in your .vimrc). Don't modify the system version. Instead, under your...
Charles E Campbell Jr
drchip@...
Nov 1, 2007 8:14 pm
84542
... Thank you for looking into this problem! But unfortunately this suggestion does not work. :pwd tells me that vim is in the correct directory (the...
Szabolcs
szhorvat@...
Nov 1, 2007 8:28 pm
84543
Hi, File ~/tmp/kbrdMacroTest.vim contains: set nocompatible set number nnoremap H :call MyFun("h")<CR> nnoremap J :call MyFun("j")<CR> nnoremap K :call...
guido
guivho@...
Nov 1, 2007 8:34 pm
84544
I turned on logging as you suggested in a previous message in this thread. These are the contents of the log file. The lines beginning with % describe what I...
Szabolcs
szhorvat@...
Nov 1, 2007 8:45 pm
84545
I have no win32, so I can only guess... ... This is the output of 'clist' . I don't know if vim sometimes uses 'bufnr' instead of 'filenames',in which case the...
A.Politz
politza@...
Nov 1, 2007 10:01 pm
84546
... I believe this is a commonly used solution : nnoremap H :<C-U>call MyFun("h")<CR> function! MyFun(s) exec ":normal ".v:count.a:s endfunction <C-U> gets rid...
A.Politz
politza@...
Nov 1, 2007 10:40 pm
84547
... What does bufnr mean exactly (I know very little about this)? The command :echo bufnr("%") returns 1 for the window with tst.tex, 2 for the quickfix...
Szabolcs
szhorvat@...
Nov 1, 2007 10:52 pm
84548
I attached the two tst.log files. They are nearly identical. --~--~---------~--~----~------------~-------~--~----~ You received this message from the...
Szabolcs Horvát
szhorvat@...
Nov 1, 2007 10:54 pm
84549
Sorry for the spamming ... just one more question: What does that ... line mean in the quickfix window? This is the first line in the qf window when things...