fsharp / zarchive-vim-fsharp

F# bindings for vim
MIT License
143 stars 34 forks source link

automatically show fsi-out buffer when executing fsieval #91

Closed 0x6a62 closed 7 years ago

0x6a62 commented 7 years ago

This PR adds an optional feature to automatically show the fsi-out buffer when an FsiEval is run (if it's not already displayed). It's a small thing, but it saves the user from having to explicitly open the buffer to see execution results. I also setup a global config value. No default functionality was changed; this is an optional feature.

kjnilsson commented 7 years ago

Thanks!