Hi, I've written a set of scripts that extract matlab documentation (the "help" comments at the beginning of the m file) and converts it to various formats. ...
Moshe Kaminsky
kaminsky@...
Jun 1, 2003 1:03 pm
40444
... Vim needs few files from kernel-sources to compile. ... There are some issues with broken optimization in 3.x. You can try to compile 6.1 with...
Mikolaj Machowski
mikmach@...
Jun 1, 2003 2:24 pm
40445
... In 6.2f.6 Linux, WindowMaker everything works OK. m. -- LaTeX + Vim = http://vim-latex.sourceforge.net/ Vim-list(s) Users Map: (last change 27 May) ...
Mikolaj Machowski
mikmach@...
Jun 1, 2003 2:25 pm
40446
... This will not be built in Vim as Bram wrote few times. It is not in Vim because noboty thought about it :) m. -- LaTeX + Vim =...
Mikolaj Machowski
mikmach@...
Jun 1, 2003 2:27 pm
40447
Announcing: Vim (Vi IMproved) version 6.2 - the Amiga memorial edition Author: Bram Moolenaar et al. Announcement ... This is a bugfix release of Vim. Since...
Bram Moolenaar
Bram@...
Jun 1, 2003 5:29 pm
40448
... Okay, I'll try this. Where can I get a copy? I tried vim.org, but couldn't find any BEATA sources. Paul -- ************************ *Paul Tremblay...
Paul Tremblay
phthenry@...
Jun 1, 2003 5:31 pm
40449
... 6.2 is just released, so its even easier for you now! Information about which files to download for what system: http://www.vim.org/download.php All files...
Aschwin Marsman
a.marsman@...
Jun 1, 2003 5:38 pm
40450
... For more details, read ... HTH --Benji Fisher...
Benji Fisher
benji@...
Jun 2, 2003 12:46 am
40451
... I think that vim 6.2 (just released) has a :stopinsert command that may be helpful here. Personally, I prefer to avoid :normal in autocommands and...
Benji Fisher
benji@...
Jun 2, 2003 12:50 am
40452
... Where does GrepBuffer come from? Do the two temp directories have the same permissions? Have you tried using C:\temp in other ways? HTH --Benji Fisher...
Benji Fisher
benji@...
Jun 2, 2003 12:54 am
40453
I am looking for a script (or ideas on how to make a script) that would allow searching all files in the argument list for a pattern, and display the results...
jonah
jonahgoldstein@...
Jun 2, 2003 2:11 am
40454
Benji, Thanks. I tried :undo as well. The problem is that Vim doesn't apply the changes to the text until after the autocommands for FileChangedRO have ...
Stahlman Family
stahlmana@...
Jun 2, 2003 3:26 am
40455
Hi, I've been having problem with getting command/filename completion to work in vim. In the past, when I type in ... matching command (split in this case). ...
dev null
dev_null_cron@...
Jun 2, 2003 3:47 am
40456
... [...] gvim 6.2 (release) has indeed a :stopinsert command (command-line completion on :stopi finds it), but there is no help tag for it (:help :stopinsert ...
Antoine J. Mechelynck
antoine.mechelynck@...
Jun 2, 2003 3:54 am
40457
... Several causes are possible: (a) Not recognising the Tab key as a Tab - is it mapped? (try :map without parameters) - is your termcap/terminfo file OK?...
Antoine J. Mechelynck
antoine.mechelynck@...
Jun 2, 2003 4:30 am
40458
Hi. There is such program as you are describing. Called splitvt Bye Stano...
Ing. Stanislav Sitar
sitar@...
Jun 2, 2003 6:27 am
40459
Hi all, Does anyone know what is the equivalent of :sfind that splits vertically? Amit. __________________________________ Do you Yahoo!? Yahoo! Calendar -...
Amit Sethi
amitrajsethi@...
Jun 2, 2003 6:53 am
40460
Hi, ... Regards, Jürgen -- Jürgen Krämer Softwareentwicklung Habel GmbH...
Jürgen Krämer
jkraemer@...
Jun 2, 2003 7:08 am
40461
... How about ... You could actually make your own ':vfind' command that splits vertically. See :help command hth -ncr -- Naveen Chandra R. Vim Page:...
Naveen Chandra
Naveen.Chandra@...
Jun 2, 2003 7:11 am
40462
Hi! ... SA> Pavel, imap does work. SA> Instead of typing "<C-F1>" just press <Ctrl-V> and then desired SA> key combination. This works for me. Sergey, thank...
Pavel A.Papushev
ppa-nsu@...
Jun 2, 2003 10:48 am
40463
... Amall correction: you cannot define :vfind , but you can define :Vfind . ... --Benji Fisher...
Benji Fisher
benji@...
Jun 2, 2003 11:29 am
40464
Hi vimmers, I'm looking for a more efficient way to do this. I'm trying to replace a word with a word ( or string ) from an input statement. The exe statement...
Mark Woodward
markwoodward@...
Jun 2, 2003 1:15 pm
40465
... In-depth coverage of all things peculiar to arabic script support lies under ... helpfile looks better if you have :set encoding=utf-8). HTH, Tony....
Antoine J. Mechelynck
antoine.mechelynck@...
Jun 2, 2003 2:51 pm
40466
I have successfully installed v. 6.2, and all seems well (after a bit of tweaking), but I have lost the right-click context menus for Open with Vim, etc. Is...
Scott DF
sdf@...
Jun 2, 2003 2:51 pm
40467
In the Tornado IDE we're currently using, I have Vim set up as external editor: "D:\Program Files\Vim\vim62\gvim.exe" --cmd "exe 'cd ' ...
Neil Bird
neil@...
Jun 2, 2003 3:17 pm
40468
... ...\gvim.exe --cmd "exe 'set cmdheight=3 | cd ' (the rest inchanged) will alleviate your problem by allocating 3 lines to the (internal) gvim command line,...
Antoine J. Mechelynck
antoine.mechelynck@...
Jun 2, 2003 3:43 pm
40469
Hi, the icon collection gvim.exe provides... What are the icons meant for? Is there any convention? Klaus...
Klaus Bosau
kbosau@...
Jun 2, 2003 4:33 pm
40470
On Mon, Jun 02, 2003 at 11:14:41PM +1000, Mark Woodward wrote: Why mess with registers? ... let newword = input("Replace |".s:str."| with what? ") exe "normal...
Mikolaj Machowski
mikmach@...
Jun 2, 2003 5:58 pm
40471
... skip ... If there is a way to make Vim believe that a change was never attempted on this file, it will be more useful, because once you undo, you can't ...
Hari Krishna Dara
hari_vim@...
Jun 2, 2003 6:03 pm
40472
... I cannot reproduce this. Did you try adding "-u NONE -U NONE"? If that helps it must be something in your startup scripts. -- hundred-and-one symptoms of...