forked from vim-scripts/sql_iabbr.vim
-
Notifications
You must be signed in to change notification settings - Fork 0
Makes all your favorite SQL keywords uppercase automatically.
hjkatz/sql_iabbr.vim
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a mirror of http://www.vim.org/scripts/script.php?script_id=305 With this ftplugin you can type "create table foo (foo_id int);" and get "CREATE TABLE foo (foo_id INT);". It is based on both sql.vim and the output from postgresql's \dT command while in psql. That makes it a tad bit tailored to postgresql, but it will work with any SQL compliant dbms. Please note that I am not an SQL wizard. I just know how to copy and paste and use ":%s///". :) Enjoy! Comments are welcome. Many thanks to Hari Krishna Dara for improving this plugin and making it generally more useful.
About
Makes all your favorite SQL keywords uppercase automatically.
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Vim Script 100.0%