- Signature 1
events.on(event: BufEvents, handler: (bufnr: number) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: BufEvents
- No parameter description is present in the pinned declaration.
- handler: (bufnr: number) => EventResult
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 2
events.on(event: MoveEvents, handler: (bufnr: number, cursor: [number, number], hasInsert: boolean) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: MoveEvents
- No parameter description is present in the pinned declaration.
- handler: (bufnr: number, cursor: [number, number], hasInsert: boolean) => EventResult
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 3
events.on(event: HoldEvents, handler: (bufnr: number, cursor: [number, number], winid: number) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: HoldEvents
- No parameter description is present in the pinned declaration.
- handler: (bufnr: number, cursor: [number, number], winid: number) => EventResult
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 4
events.on(event: InsertChangeEvents, handler: (bufnr: number, info: InsertChange) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- handler: (bufnr: number, info: InsertChange) => EventResult
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 5
events.on(event: WindowEvents, handler: (winid: number) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: WindowEvents
- No parameter description is present in the pinned declaration.
- handler: (winid: number) => EventResult
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 6
events.on(event: WindowEvents, handler: (winid: number, bufnr: number) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: WindowEvents
- No parameter description is present in the pinned declaration.
- handler: (winid: number, bufnr: number) => EventResult
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 7
events.on(event: 'FloatBtnClick', handler: (bufnr: number, index: number) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: 'FloatBtnClick'
- No parameter description is present in the pinned declaration.
- handler: (bufnr: number, index: number) => EventResult
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 8
events.on(event: 'PromptKeyPress', handler: (bufnr: number, key: PromptWidowKeys) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: 'PromptKeyPress'
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 9
events.on(event: 'TextChanged', handler: (bufnr: number, changedtick: number) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: 'TextChanged'
- No parameter description is present in the pinned declaration.
- handler: (bufnr: number, changedtick: number) => EventResult
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 10
events.on(event: 'TaskExit', handler: (id: string, code: number) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: 'TaskExit'
- No parameter description is present in the pinned declaration.
- handler: (id: string, code: number) => EventResult
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 11
events.on(event: 'TaskStderr' | 'TaskStdout', handler: (id: string, lines: string[]) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: 'TaskStderr' | 'TaskStdout'
- No parameter description is present in the pinned declaration.
- handler: (id: string, lines: string[]) => EventResult
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 12
events.on(event: 'BufReadCmd', handler: (scheme: string, fullpath: string) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: 'BufReadCmd'
- No parameter description is present in the pinned declaration.
- handler: (scheme: string, fullpath: string) => EventResult
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 13
events.on(event: 'VimResized', handler: (columns: number, lines: number) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: 'VimResized'
- No parameter description is present in the pinned declaration.
- handler: (columns: number, lines: number) => EventResult
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 14
events.on(event: 'MenuPopupChanged', handler: (event: PopupChangeEvent, cursorline: number) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: 'MenuPopupChanged'
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 15
events.on(event: 'CompleteDone', handler: (item: VimCompleteItem & CompleteDoneItem | CompletionItem & CompleteDoneItem | {}) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: 'CompleteDone'
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 16
events.on(event: 'CompleteStart', handler: (option: CompleteOption) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: 'CompleteStart'
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 17
events.on(event: 'InsertCharPre', handler: (character: string) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: 'InsertCharPre'
- No parameter description is present in the pinned declaration.
- handler: (character: string) => EventResult
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 18
events.on(event: 'FileType', handler: (filetype: string, bufnr: number) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: 'FileType'
- No parameter description is present in the pinned declaration.
- handler: (filetype: string, bufnr: number) => EventResult
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 19
events.on(event: 'BufWinEnter' | 'BufWinLeave', handler: (bufnr: number, winid: number) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: 'BufWinEnter' | 'BufWinLeave'
- No parameter description is present in the pinned declaration.
- handler: (bufnr: number, winid: number) => EventResult
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 20
events.on(event: 'DirChanged', handler: (cwd: string) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: 'DirChanged'
- No parameter description is present in the pinned declaration.
- handler: (cwd: string) => EventResult
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 21
events.on(event: 'OptionSet' | 'GlobalChange', handler: (option: string, oldVal: OptionValue, newVal: OptionValue) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: 'OptionSet' | 'GlobalChange'
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 22
events.on(event: 'InputChar', handler: (session: string, character: string, mode: number) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: 'InputChar'
- No parameter description is present in the pinned declaration.
- handler: (session: string, character: string, mode: number) => EventResult
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 23
events.on(event: 'PromptInsert', handler: (value: string, bufnr: number) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: 'PromptInsert'
- No parameter description is present in the pinned declaration.
- handler: (value: string, bufnr: number) => EventResult
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 24
events.on(event: 'Command', handler: (name: string) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: 'Command'
- No parameter description is present in the pinned declaration.
- handler: (name: string) => EventResult
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 25
events.on(event: 'WinScrolled', handler: (winid: number, bufnr: number, region: Readonly<[number, number]>) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: 'WinScrolled'
- No parameter description is present in the pinned declaration.
- handler: (winid: number, bufnr: number, region: Readonly<[number, number]>) => EventResult
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 26
events.on(event: 'WindowVisible', handler: (event: VisibleEvent) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: 'WindowVisible'
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 27
events.on(event: 'TextInsert', handler: (bufnr: number, info: InsertChange, character: string) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: 'TextInsert'
- No parameter description is present in the pinned declaration.
- handler: (bufnr: number, info: InsertChange, character: string) => EventResult
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 28
events.on(event: EmptyEvents, handler: () => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: EmptyEvents
- No parameter description is present in the pinned declaration.
- handler: () => EventResult
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.
- Signature 29
events.on(event: AllEvents[], handler: (...args: unknown[]) => EventResult, thisArg?: any, disposables?: Disposable[]): Disposable
- event: AllEvents[]
- No parameter description is present in the pinned declaration.
- handler: (...args: unknown[]) => EventResult
- No parameter description is present in the pinned declaration.
- thisArg?: any
- No parameter description is present in the pinned declaration.
- disposables?: Disposable[]
- No parameter description is present in the pinned declaration.