File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 3.0.0-beta10
2
+ ` let g:AutoPairsVersion = 30055 `
3
+
4
+ * Some docs
5
+ * Accidental debug logging
6
+
1
7
# 3.0.0-beta9
2
8
` let g:AutoPairsVersion = 30054 `
3
9
4
10
## Fixed
5
11
* Broken open == close balance check ([ #30 ] ( https://github.com/LunarWatcher/auto-pairs/issues/30 ) )
6
12
* Fix single-quote edge case for balance checks
7
13
* Fix no ft edge-case for syntax checking
8
- * Accidental debug logging
9
14
10
15
# 3.0.0-beta8
11
16
` let g:AutoPairsVersion = 30053 `
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ scriptencoding utf-8
9
9
" Current version; not representative of tags or real versions, but purely
10
10
" meant as a number associated with the version. Semantic meaning on the first
11
11
" digit will take place. See the documentation for more details.
12
- let g: AutoPairsVersion = 30054
12
+ let g: AutoPairsVersion = 30055
13
13
14
14
let s: save_cpo = &cpoptions
15
15
set cpoptions &vim
You can’t perform that action at this time.
0 commit comments