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

Commit 1bdb204

Browse files
authored
Moved a few functions from vim::api out of unstable feature (#7)
* `nvim_get_current_buf` * `nvim_get_current_line` * `nvim_get_current_tabpage` * `nvim_get_current_win` * `nvim_list_bufs` * `nvim_exec`
1 parent e1aac29 commit 1bdb204

4 files changed

Lines changed: 108 additions & 49 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nvim-utils"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55
description = "Utilities for writing neovim plugins in rust"
66
authors = ["Will Hopkins <willothyh@gmail.com>"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Using `nvim-utils` is as simple as adding it to your `Cargo.toml`:
99

1010
```toml
1111
[dependencies]
12-
nvim-utils = "0.1.3"
12+
nvim-utils = "0.1.4"
1313
```
1414

1515
or

0 commit comments

Comments
 (0)