484485486487488489490491492493494
return parseVimRuntimePathResults(tempFile); } if (executor.isShutdown()){ return null; } executor.destroy(); } }catch(Exception e){ GuiDialogs.showError("Error determining your vim runtime path.", e); }