Skip to content

Releases: lee-lindley/vim_plsql_syntax

v20250309_1.6

09 Mar 12:01
ac0df75

Choose a tag to compare

Moves fold option setting from syntax to ftplugin file per requested optimization and PR by konfekt. No functional changes.

v20220924_1.5

24 Sep 16:18

Choose a tag to compare

Add support for some SqlPlus command plus highlight of define variables used in code as preprocessor type.

v20220821_1.4

21 Aug 12:21

Choose a tag to compare

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

03 May 10:35

Choose a tag to compare

Add folding for procedure/function, select column list, update/merge set assignment list.

v20220426_1.2

27 Apr 03:03

Choose a tag to compare

This is the release pushed to the VIM project after remediating per maintainer request. Functionally, it adds paren folding.

v20220419_1.0

20 Apr 00:06

Choose a tag to compare

First release by this maintainer. It is built off the 2002 Oracle 9i version that has shipped with vim ever since.