Open proofit404 opened 8 years ago
Sorry, I can't really reproduce your setup. Can you give more reproducible details, e.g. make file with contents, turn on this major-mode and press these keys...
Something like this should work:
vc-pull
+
and -
signs)next-error
commandivy-mode
asks for filename with interactive input and wrong default candidateHope that helps.
For example we do
vc-pull
and result buffer contains something like thisPoint stays at front of any of two filenames. With
ivy-mode
turned off when I press RET it immediately opens file under the point. Withivy-mode
enabled it asks me to type file name myself with default variant points to file under the point surrounded with whitespace symbols. Is there a way to have default behavior withivy-mode
on?