We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31dd31d commit 369711cCopy full SHA for 369711c
ivy-file-preview.el
@@ -148,7 +148,7 @@ POS can either be an integer or cons cell represent line number and columns."
148
(ivy-file-preview--goto-line (car pos))
149
(move-to-column (cdr pos)))
150
((integerp pos) (goto-char (1+ pos)))
151
- (t (error "Undefined position details: %s" pos))))
+ (t (error "Invalid position details: %s" pos))))
152
153
(defun ivy-file-preview--do-preview (project-dir fn pos)
154
"Do file preview execution.
0 commit comments