Skip to content

Commit

Permalink
add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpasmantier committed Aug 3, 2024
1 parent 4087a66 commit 1c113fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gendocs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ docs.test = function()
-- Output file
local output_file_handle = io.open(OUTPUT_FILE, "w")

output_file_handle:write("*pymple.nvim* pymple.nvim Help File")
output_file_handle:write("*pymple.txt* pymple.nvim Help File\n")

for _, input_file in ipairs(input_files) do
docgen.write(input_file, output_file_handle)
Expand Down

0 comments on commit 1c113fd

Please # to comment.