-
-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
featureNew feature or requestNew feature or request
Description
Something like this
- Lua
---Wraps all the functions with `lockmarks` to preserve marks/jumps
---@type table
---@usage `
---require('Comment.api').locked.toggle_current_linewise({
--- padding = false
---})
---`
api.locked = setmetatable({}, {})- Help
api.locked *comment.api.locked*
Wraps all the functions with `lockmarks` to preserve marks/jumps
Type: ~
(table)
Usage: ~
>
require('Comment.api').locked.toggle_current_linewise({
padding = true
})
<Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request