Skip to content

Releases: lee-lindley/vim_plsql_syntax

v20250309_1.6

Choose a tag to compare

@lee-lindley lee-lindley released this 09 Mar 12:01
ac0df75

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

v20220924_1.5

Choose a tag to compare

@lee-lindley lee-lindley released this 24 Sep 16:18

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

v20220821_1.4

Choose a tag to compare

@lee-lindley lee-lindley released this 21 Aug 12:21

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

Choose a tag to compare

@lee-lindley lee-lindley released this 03 May 10:35

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

v20220426_1.2

Choose a tag to compare

@lee-lindley lee-lindley released this 27 Apr 03:03

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

v20220419_1.0

Choose a tag to compare

@lee-lindley lee-lindley released this 20 Apr 00:06

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