Skip to content

Releases: yssl/VIntSearch

1.4.2

23 Mar 22:48

Choose a tag to compare

Support both Python 2 & Python 3

1.4.1

05 Jul 23:00

Choose a tag to compare

  • Add cyclic version of cprev & cnext : VScnextc and VScprevc

1.4.0

28 Apr 01:10

Choose a tag to compare

  • Support MS Windows
  • Improve handling exceptional cases
  • Add VIntSearch#SearchCursorWithCmd()
  • Delete deprecated features from 1.3.0

1.3.1

30 Oct 14:53

Choose a tag to compare

  • Bug fix for find option used by VSfile & VSbuild

1.3.0

01 Aug 17:09

Choose a tag to compare

  • Bug fix related to :vintsearch_search_exclude_patterns
  • Change names of include/exclude pattern options
  • Refactor all search commands to be more extensible
  • Rename VIntSearchBuildTag to VIntSearchBuildSymbolDB
  • Following deprecated commands & options will be removed in version 1.4.0
    • :VIntSearchBuildTag, :VSbtag
    • :VIntSearchCtags, :VSctags
    • :VIntSearchGrep, :VSgrep
    • :VIntSearchCFGrep, :VScfgrep
    • :VIntSearchFind, :VSfind
    • :VIntSearchCtagsCursor
    • :VIntSearchGrepCursor
    • :VIntSearchCFGrepCursor
    • :VIntSearchFindCursor
    • g:vintsearch_search_include_patterns
    • g:vintsearch_search_exclude_patterns

1.2.2

08 Jul 21:00

Choose a tag to compare

  • Add hightlight option for search result (g:vintsearch_highlight_group)

1.2.1

10 Jun 20:57

Choose a tag to compare

  • Add file find commands. :VIntSearchFind & VintSearchFindCursor
  • Fix script errors

1.2.0

07 Jun 00:00

Choose a tag to compare

  • Fix find option bug related to grep search
  • Rename & refactor all commands and whole code. The old commands (e.g. :VIntSearchListCursorGrep) are deprecated and will be removed in 1.3.0 version.

1.1.3

03 Jun 23:51

Choose a tag to compare

  • Update key mapping example
  • Update documents for Search Path / Tag Commands
  • Add VSbtag command
  • Fix :helptag build error

1.1.2

25 May 23:06

Choose a tag to compare

  • Add local search commands (search in current file)
  • Escaping double quotation mark in search keyword
  • Handle vim pattern character (%, #) in search keyword
  • Change grep option a bit internally