Created
June 4, 2009 04:30
-
-
Save alecthegeek/123436 to your computer and use it in GitHub Desktop.
Oracle SQLplus. Add this to $SQLPATH/login.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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