summaryrefslogtreecommitdiff
path: root/helm-help.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-05-06 09:18:30 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-05-06 09:18:30 +0200
commit2e7e6a49dec9aa451f33c8bb299f575db4942074 (patch)
treed5c9ee8fc716c489adcb67738725dea3805cc3de /helm-help.el
parent52cfb37f1021126807f198fde62e527f52c1742b (diff)
Allow jumping to linum with hff when (#2154 #1014)
helm-ff-allow-non-existing-file-at-point is non nil * helm-files.el (helm-find-files-initial-input): Do it. (helm-find-library-at-point): Fix some regexps while I am at it. * helm-help.el (helm-ff-help-message): Update documentation.
Diffstat (limited to 'helm-help.el')
-rw-r--r--helm-help.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/helm-help.el b/helm-help.el
index 43d60be4..eca5a4d5 100644
--- a/helm-help.el
+++ b/helm-help.el
@@ -271,8 +271,11 @@ Helm uses `ffap' partially or completely to find file at point depending on the
value of `helm-ff-guess-ffap-filenames': if non-nil, support is complete
\(annoying), if nil, support is partial.
-Note that when the variable `helm-ff-allow-non-existing-file-at-point' is non nil
-Helm will insert the filename at point even if file with this name doesn't exists.
+Note that when the variable
+`helm-ff-allow-non-existing-file-at-point' is non nil Helm will
+insert the filename at point even if file with this name doesn't
+exists. If non existing file at point ends with numbers prefixed
+with \":\" the \":\" and numbers are stripped.
**** Find file at line number
@@ -282,9 +285,6 @@ When text at point is in the form of
Helm finds this file at the indicated line number, here 1234.
-Note that for this feature to work you have to disable
-`helm-ff-allow-non-existing-file-at-point'.
-
**** Find URL at point
When a URL is found at point, Helm expands to that URL only.