omni + case

2006-04-28 Thread Hugo Ahlenius
capitalizations of a specific keyword? I would like "FunctionName", "functionName" and "functionname" etc to show up in the menu... Cheers guys, Hugo -- Hugo Ahlenius fraxinus (at) oxel.net http://www.oxel.net

RE: omni + case

2006-04-29 Thread Hugo Ahlenius
|> -- but is there any (easy) way to make the preview list all the |> alternative capitalizations of a specific keyword? I would like |> "FunctionName", "functionName" and "functionname" etc to |show up in the menu... |:set ignorecase |should do it. Should it? I had it already set, and it doesn

getlatestvimscripts

2006-04-29 Thread Hugo Ahlenius
Hi, I just tried the new GLVS script in Vim 7.0f, I am getting an error: "http://www.oxel.net

console vim on win - double CR's

2006-05-03 Thread Hugo Ahlenius
x27;d love to compare and test if this appears in putty (to identy if it is the telnet client that is the problem), but I can't get vim to run through a putty session... :( Any tips? -- Hugo Ahlenius fraxinus (at) oxel.net http://www.oxel.net

RE: console vim on win - double CR's

2006-05-03 Thread Hugo Ahlenius
| I suspect this is a telnet thing...that you have CR<->CR/LF | translation enabled for the connection; that your telnet software is | doing a translation of your single CR into a CR/LF which gets passed | to vim. Cheers, man - that did it! Pressing the ^] in the client and then unset crlf fix

netrw v103b

2006-07-31 Thread Hugo Ahlenius
o/products.cfm?pageID=13 * FTP listings from a windows ftp server * a http url with a trailing slash starts an ftp session, like http://maps.grida.no/arctic/ -- Hugo Ahlenius fraxinus (at) oxel.net http://www.oxel.net

RE: netrw v103b

2006-08-01 Thread Hugo Ahlenius
| Do you still have the distribution copy of netrw v98 installed to | $vimruntime? Yes I had -- your change did it! Thanks, Hugo

RE: netrw v103b

2006-08-02 Thread Hugo Ahlenius
ately not attaching anything to them! :) Cheers and thanks, Hugo -- Hugo Ahlenius fraxinus (at) oxel.net http://www.oxel.net

RE: netrw v103b

2006-08-02 Thread Hugo Ahlenius
| -Original Message- | From: A.J.Mechelynck [mailto:[EMAIL PROTECTED] | IIUC, when an http: URL ends in a slash, or when it names a directory | even without a slash, the server retrieves the default page (if any) | in the directory in question; and it is up to the server to determine | w

RE: netrw v103b

2006-08-02 Thread Hugo Ahlenius
|Hmm, well using your example (http://www.grida.no/arctic/) both curl |and wget yield an empty file. Maybe that was a very bad example, if you look at the headers in curl, that yields a 302 redirect and not an empty page (which should be a 404) - my wget follows that redirect (there might be a sw

completion + case bug?

2006-08-08 Thread Hugo Ahlenius
first line to the first suggestion "asdf". * If I now delete the "f" in asdf on that line by pressing backspace - this is where the case sensitivity breaks, now the "ASDF" suggestion disappears, and I am left with the "asdf" suggestion in the popup menu. Cheers, Hugo -- Hugo Ahlenius fraxinus (at) oxel.net http://www.oxel.net

--remote diff to tab

2006-11-01 Thread Hugo Ahlenius
each file in a separate tab... Any tips? This is gvim 7 on win xp, btw Cheers and thanks! /Hugo -- Hugo Ahlenius fraxinus (at) oxel.net http://www.oxel.net

RE: --remote diff to tab

2006-11-02 Thread Hugo Ahlenius
| I don't know how to do exactly what you ask, but have you seen | vcscommand.vim? | | http://www.vim.org/scripts/script.php?script_id=90 | | It has a VCSVimDiff command that will use the svn client to get a diff | and then show the result as a vimdiff. Hi Al, I have that, and that is what I w

RE: --remote diff to tab

2006-11-05 Thread Hugo Ahlenius
|> I am trying to set up my subversion client(s) so that I can get any |> diffs open in a proper diff mode, in an existing gvim |session, in a new tab... | | Did you try (untested by me) | |--remote-tab +"diffsplit %2" %1 | |(Will the %2 need any special escaping inside the quotes? |What if

RE: --remote diff to tab

2006-11-16 Thread Hugo Ahlenius
| |> I am trying to set up my subversion client(s) so that I | can get any | |> diffs open in a proper diff mode, in an existing gvim | |session, in a new tab... | | | | Did you try (untested by me) | | | |--remote-tab +"diffsplit %2" %1 | | | |(Will the %2 need any special escaping in

RE: .vimrc from URL

2007-01-05 Thread Hugo Ahlenius
vimfiles directory + .vimrc under subversion, and it works very well. I don't synchronize these daily with the repository, unless there are some major changes, but now and then (weekly?). Cheers, Hugo -- Hugo Ahlenius fraxinus (at) oxel.net http://www.oxel.net