MCPcopy
hub / github.com/VSCodeVim/Vim / RecursiveMapping

Method RecursiveMapping

src/error.ts:187–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185 return new VimError(ErrorCode.FileNoLongerAvailable, 'File no longer available');
186 }
187 static RecursiveMapping(): VimError {
188 return new VimError(ErrorCode.RecursiveMapping, 'Recursive mapping');
189 }
190 static NoStringUnderCursor(): VimError {
191 return new VimError(ErrorCode.NoStringUnderCursor, 'No string under cursor');
192 }

Callers 1

sendKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected