blankname
blankname
Should be a more complete fix for the race condition issues in #54.
```rust use quick_xml::de::from_str; use serde::Deserialize; #[derive(Debug, Deserialize)] struct Child { } #[derive(Debug, Deserialize)] struct Parent { #[serde(rename = "child")] children: Vec } fn main() { let xml = r#" "#;...
If you visually select the question mark and press star in the following text: ``` texttext ``` It will search for ```\V\``` and not find it. I don't understand the...
Hi, I've created a fork and merged some of the open prs. Please see this issue: blankname/vim-fish/issues/1 This is my first time doing this and I'm not exactly sure what...
Status
Since @dag is less active with vim-fish I decided it would be a good learning experience to try maintaining a fork and merging some prs. Merged: - dag/vim-fish#48 - dag/vim-fish#25...