Load help files when needed

This commit is contained in:
boombuler
2016-09-13 08:53:20 +02:00
parent d0fa467a3c
commit a7f159bddc
4 changed files with 27 additions and 32 deletions

View File

@@ -242,9 +242,6 @@ func main() {
// Load the syntax files, including the colorscheme
LoadSyntaxFiles()
// Load the help files
LoadHelp()
// Start the screen
InitScreen()