Re: dbext and sqlplus without tnsnames

2013-02-27 Thread Vitor Eiji Justus Sakaguti
Hi David, On Tue, Feb 26, 2013 at 10:17 PM, David Fishburn wrote: > Two suggestions: > > 1. :DBSetOption display_cmd_line=1 > 2. Try each profile setting. > - Show us the profile string you used. > - Show us the sqlplus cmd line generated. > - Show us the error. Thank you, that really helped m

dbext and sqlplus without tnsnames

2013-02-26 Thread Vitor Eiji Justus Sakaguti
Hi, This is actually a question about a vim plugin, but I guess this is the best place to ask it. Please forgive me if I'm wrong. I'm trying to setup a dbext environment on a Windows machine to connect to a remote Oracle database. However, I don't have write access to tnsnames.ora and cannot add

Re: Problem with character encoding

2011-01-13 Thread Vitor Eiji Justus Sakaguti
Hi folks, Sorry for ressurecting this somewhat old thread, but I feel like I owe you guys some feedback. On Tue, Dec 7, 2010 at 3:22 PM, Tom Link wrote: >> The text contains some latin characters like á é í ó ú etc, and all >> these show up in vim (in linux) as their hex codes (for example, á >>

Problem with character encoding

2010-12-07 Thread Vitor Eiji Justus Sakaguti
Hi, When copying text from Internet Explorer on a remote Windows machine to my Linux box via rdesktop I get a strange result. The text contains some latin characters like á é í ó ú etc, and all these show up in vim (in linux) as their hex codes (for example, á appears as ) If I type in vim the char

Re: Trouble with syntax pattern offset

2010-03-24 Thread Vitor Eiji Justus Sakaguti
Ben, thank you very much! On Tue, Mar 16, 2010 at 4:45 AM, Benjamin R. Haskell wrote: > Three things that help it work: > ... I will study these subjects. > This was a fun one, even though I suspect you already worked around it > somehow. I hadn't, was living with the wrong coloring up to now.

Re: Pasting columns with space or tab

2010-03-03 Thread Vitor Eiji Justus Sakaguti
2010/3/2 Dominique Pellé : > Try this: > :%s/^\(\S\+\s\+\)\{8}\(.*\)/\2 \2/ > It should work even if file names contain spaces. Nice. Also, it will work regardless the username, group name, file size etc. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply

Re: file manager recommendations

2010-03-01 Thread Vitor Eiji Justus Sakaguti
On Sun, Feb 28, 2010 at 2:16 PM, Daniel Fetchinson wrote: > Hi vimmers! > > There are a couple of vim-like file managers out there, most notably > vifm, but also there are plugins for vim itself, like VimExplorer. I'm > wondering if anybody has experiences with any such vim-like file > manager fun

Re: put html tags around selected text

2010-03-01 Thread Vitor Eiji Justus Sakaguti
On Mon, Mar 1, 2010 at 3:31 PM, rameo wrote: > I'm searching for a script to: > > select a text and put a html tag around Take a look into this one http://www.vim.org/scripts/script.php?script_id=1697 -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply bel

Re: middle click close tab

2010-03-01 Thread Vitor Eiji Justus Sakaguti
On Sat, Feb 27, 2010 at 5:59 PM, Christian Brabandt wrote: > Try > :map :tabclose Maybe :map :tabclose Please notice that middle clicking _anywhere_ will close the tab. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying

Re: Saving signs

2010-02-26 Thread Vitor Eiji Justus Sakaguti
On Fri, Feb 26, 2010 at 6:16 AM, Christian Brabandt wrote: > BTW: I noticed some unexpected behaviour when writing savesigns.vba. > Is this behaviour a feature or a bug? > :redir => a | sil sign list | redir end > (this errors "E155: Unknown sign: |") > so one has to wrap this command into > :redi

Re: Trouble with syntax pattern offset

2010-02-25 Thread Vitor Eiji Justus Sakaguti
On Wed, Feb 3, 2010 at 5:14 PM, Vitor Eiji Justus Sakaguti wrote: > This works fine for the SQL code, but I dont want the tags themselves > being highlighted as SQL, so I tried using offsets, but I can't seem > to get it working, whenever I use ms or me, the SQL is not highlighted

Re: minor mode?

2010-02-23 Thread Vitor Eiji Justus Sakaguti
On Tue, Feb 23, 2010 at 4:13 PM, Manfred Lotz wrote: > Is there a possiblity to have something like a minor mode in the > following sense? > > I have a documentation in a .txt file (filetype txt) and > inside I like to have some code, e.g. OCaml or Python and I like to > have those parts syntax hi

Trouble with syntax pattern offset

2010-02-03 Thread Vitor Eiji Justus Sakaguti
Hi, I'm trying to write a syntax file for an XML based filetype that contais SQL code. The ft is jelly script (form apache), well actually a variation of it (gel script) but it doesn't really matter, I think. So, there's the tag pair . What I did: I copied xml.vim to jelly.vim and then :%s/xml/j

Re: Mappings for tab navigation don't work

2008-11-18 Thread Vitor Eiji Justus Sakaguti
2008/11/18 Mr. SpOOn <[EMAIL PROTECTED]>: > > Hi, > in my .vimrc I have this: > > map :tabnew > map :tabn > map:tabp > > So I should open a tab just pressing Alt + t, and moving with alt left > or right arrow. This just doesn't work and when I press them nothing > happens. The one is not g