@@ -401,7 +401,7 @@ Search for keyword under the cursor by grep.
401401*:VIntSearchCFGrepCursor* [vimmode] [action]
402402Search for keyword under the cursor by grep in the current file.
403403
404- ** :VIntSearchFindCursor* * [vimmode] [action]
404+ *:VIntSearchFindCursor* [vimmode] [action]
405405Search for *keyword* under the cursor by find (file search).
406406
407407*g:vintsearch_search_include_patterns*
@@ -432,6 +432,23 @@ Default: >
432432==============================================================================
43343310. 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
4354521.2.2 2015/07/09
436453 - Add hightlight option for search result (g:vintsearch_highlight_group)
4374541.2.1 2015/06/10
0 commit comments