MCPcopy Create free account
hub / github.com/VSCodeVim/Vim / SearchHitTop

Method SearchHitTop

src/error.ts:199–201  ·  view source on GitHub ↗
(pattern: string)

Source from the content-addressed store, hash-verified

197 return new VimError(ErrorCode.InvalidRegisterName, `Invalid register name: '${register}'`);
198 }
199 static SearchHitTop(pattern: string): VimError {
200 return new VimError(ErrorCode.SearchHitTop, `Search hit TOP without match for: ${pattern}`);
201 }
202 static SearchHitBottom(pattern: string): VimError {
203 return new VimError(
204 ErrorCode.SearchHitBottom,

Callers 5

execActionMethod · 0.80
execActionMethod · 0.80
execMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected