Skip to content

Commit

Permalink
bump to v1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelb committed Nov 5, 2022
1 parent 20508c9 commit fcf764a
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 54 deletions.
116 changes: 65 additions & 51 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sniprun"
version = "1.2.7"
version = "1.2.8"
authors = ["michaelb <[email protected]>"]
rust-version="1.55"
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! Sniprun is a neovim plugin that run parts of code.
use dirs::cache_dir;
pub use display::{display, display_floating_window, DisplayType, DisplayFilter::*};
pub use display::{display, display_floating_window, DisplayFilter::*, DisplayType};
use log::{info, LevelFilter};
use neovim_lib::{Neovim, NeovimApi, Session, Value};
use simple_logging::log_to_file;
Expand Down Expand Up @@ -545,7 +545,7 @@ pub fn start() {
&event_handler2.nvim,
&event_handler.data,
false,
Both
Both,
);
}
}
Expand Down

0 comments on commit fcf764a

Please sign in to comment.