Skip to content

Commit

Permalink
correct requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhuster committed Nov 7, 2024
1 parent 12deed9 commit debae91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ autosave.nvim is a Neovim and Vim plugin that provides automatic saving function

# Installation

This plugin requires Vim >= 8.2 with `+lua` or Neovim >= 0.9
This plugin requires Vim >= 8.2.3288 with `+lua` or Neovim >= 0.9

<details>
<summary>Using lazy.nvim (recommended) 💤</summary>
Expand Down
2 changes: 1 addition & 1 deletion plugin/autosave.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let compatible = v:false
let min_nvim = '0.9'
let min_vim = '8.2.0'
let min_vim = '8.2.3288'
if has('nvim-' .. min_nvim)
let compatible = v:true
endif
Expand Down

0 comments on commit debae91

Please sign in to comment.