Skip to content

Commit 39a536b

Browse files
committed
Bump version to v2.1.0
1 parent be20007 commit 39a536b

24 files changed

+24
-24
lines changed

after/plugin/ctrlsf.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
" Description: An ack/ag/pt/rg powered code search and view tool.
33
" Author: Ye Ding <dygvirus@gmail.com>
44
" Licence: Vim licence
5-
" Version: 2.0.2
5+
" Version: 2.1.0
66
" ============================================================================
77

88
" Loading Guard {{{1

autoload/ctrlsf.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
" Description: An ack/ag/pt/rg powered code search and view tool.
33
" Author: Ye Ding <dygvirus@gmail.com>
44
" Licence: Vim licence
5-
" Version: 2.0.2
5+
" Version: 2.1.0
66
" ============================================================================
77

88
"""""""""""""""""""""""""""""""""

autoload/ctrlsf/async.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
" Description: An ack/ag/pt/rg powered code search and view tool.
33
" Author: Ye Ding <dygvirus@gmail.com>
44
" Licence: Vim licence
5-
" Version: 2.0.2
5+
" Version: 2.1.0
66
" ============================================================================
77

88
let s:job_id = -1

autoload/ctrlsf/backend.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
" Description: An ack/ag/pt/rg powered code search and view tool.
33
" Author: Ye Ding <dygvirus@gmail.com>
44
" Licence: Vim licence
5-
" Version: 2.0.2
5+
" Version: 2.1.0
66
" ============================================================================
77

88
" Log file that collects error messages from backend

autoload/ctrlsf/buf.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
" Description: An ack/ag/pt/rg powered code search and view tool.
33
" Author: Ye Ding <dygvirus@gmail.com>
44
" Licence: Vim licence
5-
" Version: 2.0.2
5+
" Version: 2.1.0
66
" ============================================================================
77

88
" WriteString()

autoload/ctrlsf/class/line.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
" Description: An ack/ag/pt/rg powered code search and view tool.
33
" Author: Ye Ding <dygvirus@gmail.com>
44
" Licence: Vim licence
5-
" Version: 2.0.2
5+
" Version: 2.1.0
66
" ============================================================================
77

88
" New()

autoload/ctrlsf/class/match.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
" Description: An ack/ag/pt/rg powered code search and view tool.
33
" Author: Ye Ding <dygvirus@gmail.com>
44
" Licence: Vim licence
5-
" Version: 2.0.2
5+
" Version: 2.1.0
66
" ============================================================================
77

88
" New()

autoload/ctrlsf/class/paragraph.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
" Description: An ack/ag/pt/rg powered code search and view tool.
33
" Author: Ye Ding <dygvirus@gmail.com>
44
" Licence: Vim licence
5-
" Version: 2.0.2
5+
" Version: 2.1.0
66
" ============================================================================
77

88
" New()

autoload/ctrlsf/comp.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
" Description: An ack/ag/pt/rg powered code search and view tool.
33
" Author: Ye Ding <dygvirus@gmail.com>
44
" Licence: Vim licence
5-
" Version: 2.0.2
5+
" Version: 2.1.0
66
" ============================================================================
77

88
" Completion()

autoload/ctrlsf/db.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
" Description: An ack/ag/pt/rg powered code search and view tool.
33
" Author: Ye Ding <dygvirus@gmail.com>
44
" Licence: Vim licence
5-
" Version: 2.0.2
5+
" Version: 2.1.0
66
" ============================================================================
77

88
" List of paragraphs, paragraph is main object which stores parsed query result

0 commit comments

Comments
 (0)