()
| 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 | } |