diff options
Diffstat (limited to 'modules/textadept/snippets.lua')
-rw-r--r-- | modules/textadept/snippets.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/snippets.lua b/modules/textadept/snippets.lua index c5be6a34..5fcb6a31 100644 --- a/modules/textadept/snippets.lua +++ b/modules/textadept/snippets.lua @@ -100,7 +100,7 @@ local M = {} -- A single set of line ending delimiters based on the buffer's end of line mode -- ([`buffer.eol_mode`]()). -- --- [`io.popen()`]: http://www.lua.org/manual/5.3/manual.html#pdf-io.popen +-- [`io.popen()`]: https://www.lua.org/manual/5.3/manual.html#pdf-io.popen -- -- @field INDIC_PLACEHOLDER (number) -- The snippet placeholder indicator number. |