vim S (#2929)
Release Notes: - vim: Add `S` to substitute line ([#1897](https://github.com/zed-industries/community/issues/1897)).
This commit is contained in:
commit
c2c04616b4
5 changed files with 129 additions and 11 deletions
|
@ -237,6 +237,9 @@ impl NeovimConnection {
|
|||
|
||||
#[cfg(not(feature = "neovim"))]
|
||||
pub async fn set_option(&mut self, value: &str) {
|
||||
if let Some(NeovimData::Get { .. }) = self.data.front() {
|
||||
self.data.pop_front();
|
||||
};
|
||||
assert_eq!(
|
||||
self.data.pop_front(),
|
||||
Some(NeovimData::SetOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue