Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Moved a few functions from vim::api out of unstable feature (#7)
Browse files Browse the repository at this point in the history
* `nvim_get_current_buf`
* `nvim_get_current_line`
* `nvim_get_current_tabpage`
* `nvim_get_current_win`
* `nvim_list_bufs`
* `nvim_exec`
  • Loading branch information
willothy authored Feb 24, 2023
1 parent e1aac29 commit 1bdb204
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 49 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nvim-utils"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
description = "Utilities for writing neovim plugins in rust"
authors = ["Will Hopkins <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Using `nvim-utils` is as simple as adding it to your `Cargo.toml`:

```toml
[dependencies]
nvim-utils = "0.1.3"
nvim-utils = "0.1.4"
```

or
Expand Down
Loading

0 comments on commit 1bdb204

Please sign in to comment.