Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelb committed Feb 3, 2022
1 parent 11a6770 commit 66a3e11
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
32 changes: 16 additions & 16 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.1.2"
version = "1.2"
authors = ["michaelb <[email protected]>"]
edition = "2018"

Expand Down
1 change: 0 additions & 1 deletion src/display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ pub fn display_virtual_text(
) {
let namespace_id = nvim.lock().unwrap().create_namespace("sniprun").unwrap();
if is_ok != result.is_ok() {

if let Err(SniprunError::InterpreterLimitationError(_)) = result {
return; // without clearing the line
}
Expand Down

0 comments on commit 66a3e11

Please sign in to comment.