Skip to main content

add_zsed

Function add_zsed 

Source
pub fn add_zsed(lua: &Lua, quiet: bool) -> Result<(), Error>
Expand description

Adds the zsed function to the Lua environment for text replacements in files.

ยงErrors

Returns an error if the zsed function cannot be set in the global environment.