Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarWatcher committed Jan 24, 2023
1 parent 25b3caa commit 130d9df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 4.0.1
`let g:AutopairsVersion = 40001`

## Fixed
* Missing escape ([#74](https://github.com/LunarWatcher/auto-pairs/issues/74))

# 4.0.0
`let g:AutoPairsVersion = 40000`

Expand Down
2 changes: 1 addition & 1 deletion autoload/autopairs.vim
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endif
" meant as a number associated with the version. Semantic meaning on the first
" digit will take place. See the documentation for more details.

let g:AutoPairsVersion = 40000
let g:AutoPairsVersion = 40001

let s:save_cpo = &cpoptions
set cpoptions&vim
Expand Down

0 comments on commit 130d9df

Please sign in to comment.