Skip to content

Commit e7434fb

Browse files
author
yssl
committed
version 1.3.0
1 parent 0bd0d89 commit e7434fb

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

doc/VIntSearch.txt

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ Search for keyword under the cursor by grep.
401401
*:VIntSearchCFGrepCursor* [vimmode] [action]
402402
Search for keyword under the cursor by grep in the current file.
403403

404-
**:VIntSearchFindCursor** [vimmode] [action]
404+
*:VIntSearchFindCursor* [vimmode] [action]
405405
Search for *keyword* under the cursor by find (file search).
406406

407407
*g:vintsearch_search_include_patterns*
@@ -432,6 +432,23 @@ Default: >
432432
==============================================================================
433433
10. Changelog *VIntSearch-changelog*
434434

435+
1.3.0 2015/08/02
436+
- Bug fix related to :vintsearch_search_exclude_patterns
437+
- Change names of include/exclude pattern options
438+
- Refactor all search commands to be more extensible
439+
- Rename VIntSearchBuildTag to VIntSearchBuildSymbolDB
440+
- Following deprecated commands & options will be removed in version 1.4.0
441+
- :VIntSearchBuildTag, :VSbtag
442+
- :VIntSearchCtags, :VSctags
443+
- :VIntSearchGrep, :VSgrep
444+
- :VIntSearchCFGrep, :VScfgrep
445+
- :VIntSearchFind, :VSfind
446+
- :VIntSearchCtagsCursor
447+
- :VIntSearchGrepCursor
448+
- :VIntSearchCFGrepCursor
449+
- :VIntSearchFindCursor
450+
- g:vintsearch_search_include_patterns
451+
- g:vintsearch_search_exclude_patterns
435452
1.2.2 2015/07/09
436453
- Add hightlight option for search result (g:vintsearch_highlight_group)
437454
1.2.1 2015/06/10

0 commit comments

Comments
 (0)