Skip to content

Releases: KnoP-01/krl-for-vim

krl_for_vim_v229_20230110

10 Jan 15:04
Compare
Choose a tag to compare
  • List use on enum name skipped enum declaration and some more minor fixes

krl_for_vim_v226_20220105

05 Jan 11:19
Compare
Choose a tag to compare
  • Fix: Catch E479
  • Add 'bin' and 'binin' to be highlighted in folds

krl_for_vim_v225_20211223

23 Dec 22:52
Compare
Choose a tag to compare
  • Fix g:krlKeyWord usage
  • Make Go Definition for vkrc binin case insensitive
  • Use quickfixtextfunc instead of temp file
  • Raise chars of shortened path in quickfix window from 3 to 5 for
    readability
  • Use argument for bufnr(), compatiblity with vim <=8.1
  • Add missing safe robot build in functions
  • Optimize 'path' generation
  • Enable spell checking only for comments and strings
  • Highlight more stuff in fold lines, especially, but not only, for Vkrc
  • Fix integer highlight

krl_for_vim_v222_20201216

15 Dec 23:36
Compare
Choose a tag to compare
* Fix BRAKE highlight
* Fix setlocal foldmethod=marker if syntax is off
* Fix Indent and Auto Form: Accept $ as first character of DEF names
* Fix Auto Form: Don't add GLOBAL if new body starts at line 1
* Fix case sensitivity of file name extentions
* Fix bug in Fold Text Object
* Feature for folding mappings: Enable those mappings (default F2-F4)
  also if g:krlFoldLevel is equal to 0
* Feature for Endwise: Automatically detect upper/lower case
  (abandoning g:krlEndwiseUpperCase)
* Feature for List Usage: List ENUM values in their declaration
* Feature for Go To Definition: Make look up for definition on ENUM
  values possible

krl_for_vim_v212_20200116

16 Jan 21:07
Compare
Choose a tag to compare
  • fix bug where gd does not always work on global def/deffct (appeared in Vim version 8.2)

krl_for_vim_v211_20191212

13 Dec 15:56
Compare
Choose a tag to compare
  • add missing KSS functions
  • add $config.dat etc to 'complete', customizable (see :help krl-complete)

krl_for_vim_v201_20191022

22 Oct 12:49
Compare
Choose a tag to compare
  • Fix bug where unnamed buffers are created for each use of gd, <leader>f and <leader>u
  • Fix fold text object
  • Clarifications and fixes in documentation

krl_for_vim_v200_20190429

29 Apr 12:28
Compare
Choose a tag to compare
  • enable most features by default
  • change default fold method to syntax to make it case insensitive
  • add text objects for DEF/DEFFCT, folds and comment blocks
  • [[, [], ... work in operator pending mode
  • add support of KRC1 archives

krl_for_vim_v155_20171208

08 Dec 17:39
Compare
Choose a tag to compare
  • added more spline instructions
  • added more kss functions and data types
  • highlight of vars and funcs >24 chars as error
  • highlight of "interrupt on" as error
  • fixed minor highlight bug

krl_for_vim_v152_20171104

04 Nov 04:23
Compare
Choose a tag to compare
  • changed highlight to highlight default in syntax file
  • added channel to data types for gd
  • fixed bug in ftdetext where a defdat was not recognized when there where two spaces between defdat and the name
  • made KrlFormatComments() global again
  • changes in help file