Releases: lee-lindley/vim_plsql_syntax
Releases · lee-lindley/vim_plsql_syntax
v20250309_1.6
Moves fold option setting from syntax to ftplugin file per requested optimization and PR by konfekt. No functional changes.
v20220924_1.5
Add support for some SqlPlus command plus highlight of define variables used in code as preprocessor type.
v20220821_1.4
Adds option to disable procedure folding for performance reasons.
Adds CURSOR folding.
Internally uses "get" instead of "exists" for checking global variables that control configuration.
v20220503_1.3
Add folding for procedure/function, select column list, update/merge set assignment list.
v20220426_1.2
This is the release pushed to the VIM project after remediating per maintainer request. Functionally, it adds paren folding.
v20220419_1.0
First release by this maintainer. It is built off the 2002 Oracle 9i version that has shipped with vim ever since.