Skip to content

Update README with crystal clear example of args $1 through $5 #60

@ahw

Description

@ahw

From hooks.vim:

let arg1 = shellescape(a:originalBufferName)
let arg2 = shellescape(a:vimHook.event)
let arg3 = shellescape(fullPathWithoutExtension)
let arg4 = shellescape(a:filenameHead)
let arg5 = shellescape(tailWithoutExtension)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions