JodiMcJodson
JodiMcJodson
thanks that's exactly what I was looking for!
it may be better to take a `&str` for each function, which should be pretty easy to change I decided to use a `String` for all of them since `get_current_str()`...
alright, just changed those 2 to take a `&str`
I also just added a way to get the number of frames in the current animation, which could be useful, would you want me to commit that to the PR...
`:w` being an alias for `:Save` would be really nice
Im not a vim plugin developer but this is how rust.vim does it, seems relatively simple: ``` if get(g:, 'rust_recommended_style', 1) let b:rust_set_style = 1 setlocal shiftwidth=4 softtabstop=4 expandtab setlocal...
Ended up trying an older commit and it just worked, not sure if it's something you'd need to fix but maybe note it somewhere that using an older commit may...