Skip to content

Commit

Permalink
Rename popupmenu option
Browse files Browse the repository at this point in the history
  • Loading branch information
daa84 committed May 21, 2017
1 parent 87444bf commit 4737f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neovim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ impl UiAttachOptions {

fn to_value_map(&self) -> Value {
Value::Map(vec![(Value::from("rgb"), Value::from(self.rgb)),
(Value::from("popupmenu_external"), Value::from(self.popupmenu_external)),
(Value::from("ext_popupmenu"), Value::from(self.popupmenu_external)),
(Value::from("ext_tabline"), Value::from(self.tabline_external))])
}
}
Expand Down

0 comments on commit 4737f86

Please sign in to comment.