Skip to content

Instantly share code, notes, and snippets.

@alecthegeek
Created June 4, 2009 04:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alecthegeek/123436 to your computer and use it in GitHub Desktop.
Save alecthegeek/123436 to your computer and use it in GitHub Desktop.
Oracle SQLplus. Add this to $SQLPATH/login.sql
set sqlprompt "&_USER@&_CONNECT_IDENTIFIER> "
define _editor='c:\Progra~1\Vim\vim72\gvim.exe --nofork'
rem -----
rem Also add to filetype.vim
rem ------------------
augroup filetypedetect
au BufNewFile,BufRead afiedt.buf setf sqloracle
augroup END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment