-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
912 additions
and
879 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
*snacks-bufdelete.txt* For Neovim Last change: 2024 November 05 | ||
|
||
============================================================================== | ||
Table of Contents *snacks-bufdelete-table-of-contents* | ||
|
||
1. Module |snacks-bufdelete-module| | ||
- Snacks.bufdelete() |snacks-bufdelete-module-snacks.bufdelete()| | ||
- Snacks.bufdelete.delete()|snacks-bufdelete-module-snacks.bufdelete.delete()| | ||
|
||
============================================================================== | ||
1. Module *snacks-bufdelete-module* | ||
|
||
>lua | ||
---@class snacks.bufdelete | ||
Snacks.bufdelete = {} | ||
< | ||
|
||
|
||
SNACKS.BUFDELETE() *snacks-bufdelete-module-snacks.bufdelete()* | ||
|
||
>lua | ||
---@type fun(buf?: number) | ||
Snacks.bufdelete() | ||
< | ||
|
||
|
||
SNACKS.BUFDELETE.DELETE() *snacks-bufdelete-module-snacks.bufdelete.delete()* | ||
|
||
>lua | ||
---@param buf number? | ||
Snacks.bufdelete.delete(buf) | ||
< | ||
|
||
Generated by panvimdoc <https://github.com/kdheepak/panvimdoc> | ||
|
||
vim:tw=78:ts=8:noet:ft=help:norl: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
*snacks-debug.txt* For Neovim Last change: 2024 November 05 | ||
|
||
============================================================================== | ||
Table of Contents *snacks-debug-table-of-contents* | ||
|
||
1. Module |snacks-debug-module| | ||
- Snacks.debug() |snacks-debug-module-snacks.debug()| | ||
- Snacks.debug.backtrace() |snacks-debug-module-snacks.debug.backtrace()| | ||
- Snacks.debug.inspect() |snacks-debug-module-snacks.debug.inspect()| | ||
- Snacks.debug.profile() |snacks-debug-module-snacks.debug.profile()| | ||
|
||
============================================================================== | ||
1. Module *snacks-debug-module* | ||
|
||
>lua | ||
---@class snacks.debug | ||
Snacks.debug = {} | ||
< | ||
|
||
|
||
SNACKS.DEBUG() *snacks-debug-module-snacks.debug()* | ||
|
||
>lua | ||
---@type fun(...) | ||
Snacks.debug() | ||
< | ||
|
||
|
||
SNACKS.DEBUG.BACKTRACE() *snacks-debug-module-snacks.debug.backtrace()* | ||
|
||
>lua | ||
Snacks.debug.backtrace() | ||
< | ||
|
||
|
||
SNACKS.DEBUG.INSPECT() *snacks-debug-module-snacks.debug.inspect()* | ||
|
||
>lua | ||
Snacks.debug.inspect(...) | ||
< | ||
|
||
|
||
SNACKS.DEBUG.PROFILE() *snacks-debug-module-snacks.debug.profile()* | ||
|
||
>lua | ||
---@param fn fun() | ||
---@param opts? {count?: number, flush?: boolean} | ||
Snacks.debug.profile(fn, opts) | ||
< | ||
|
||
Generated by panvimdoc <https://github.com/kdheepak/panvimdoc> | ||
|
||
vim:tw=78:ts=8:noet:ft=help:norl: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.