Testing vim plugin kkoomen/vim-doge

This commit is contained in:
jpk 2019-12-04 09:42:07 +01:00
parent 051a441a50
commit fc22e35e2b
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ def serve(recursive, filename):
"""Start a SuperBeam serve to serve FILENAME [FILENAME ...].
FILENAME can be one or more files or directories.
:param recursive boolean: recursive directory processing
:param filename str: filename or directory to serve
"""
filelist = SuperBeam.build_filelist(filename, recursive)
SuperBeam.serve_forever(filelist)