Skip to content

Commit 7b3029d

Browse files
committed
Bump version to v1.8.3
1 parent 3b154d5 commit 7b3029d

File tree

23 files changed

+23
-23
lines changed

23 files changed

+23
-23
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: 1.8.2
5+
" Version: 1.8.3
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: 1.8.2
5+
" Version: 1.8.3
66
" ============================================================================
77

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

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: 1.8.2
5+
" Version: 1.8.3
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: 1.8.2
5+
" Version: 1.8.3
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: 1.8.2
5+
" Version: 1.8.3
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: 1.8.2
5+
" Version: 1.8.3
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: 1.8.2
5+
" Version: 1.8.3
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: 1.8.2
5+
" Version: 1.8.3
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: 1.8.2
5+
" Version: 1.8.3
66
" ============================================================================
77

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

autoload/ctrlsf/edit.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: 1.8.2
5+
" Version: 1.8.3
66
" ============================================================================
77

88
" s:DiffFile()

0 commit comments

Comments
 (0)