fsharp / zarchive-vim-fsharp

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

Ensure python/mono stop on exit #95

Closed 0x6a62 closed 7 years ago

0x6a62 commented 7 years ago

When exiting, force-kill the python/mono process for fsautocomplete and fsi.

Reason: I have run into semi-rare cases where the mono process hangs around after vim closes. In these cases mono manically consumes cpu and memory until it crashes. The force kill fixes this for me.

kjnilsson commented 7 years ago

Great, thank you .