From 1db240f243f6263dc2f85b9a65c0f9615e3c7cf9 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 10 Jun 2020 11:43:05 -0400 Subject: Replaced `lfs.dir_foreach()` with `lfs.walk()` generator. --- doc/manual.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/manual.md b/doc/manual.md index 0021e971..3aeefdc6 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -2023,6 +2023,8 @@ N/A |Added |[to_eol()][] delimited\_range() |Replaced|[range()][] nested\_pair() |Replaced|[range()][] N/A |Added |[number][] +**lfs** | | +dir\_foreach() |Replaced|for filename in [`lfs.walk()`][] do ... end **textadept.bookmarks** | | toggle(line, on) |Changed |[toggle()][] **textadept.file_types**| | @@ -2054,6 +2056,7 @@ section below. [to_eol()]: api.html#lexer.to_eol [range()]: api.html#lexer.range [number]: api.html#lexer.number +[`lfs.walk()`]: api.html#lfs.walk [toggle()]: api.html#textadept.bookmarks.toggle [insert()]: api.html#textadept.snippets.insert [previous()]: api.html#textadept.snippets.previous -- cgit v1.2.3