diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index ebf895567..ce6b281e6 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -29,6 +29,13 @@ Changed
 - `:scroll-perc` now prefers a count over the argument given to it, which means
   `gg` can be used with a count.
 - Aliases can now use `;;` to have an alias which executed multiple commands.
+- `:edit-url` now does nothing if the URL isn't changed in the spawned editor.
+
+Removed
+------
+
+- `:edit-url` now doesn't accept a count anymore as its behaviour was confusing
+  and it doesn't make much sense to add a count.
 
 Fixed
 -----
diff --git a/README.asciidoc b/README.asciidoc
index 4fb2f5c79..a9d24dbe0 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -175,6 +175,7 @@ Contributors, sorted by the number of commits in descending order:
 * Jonas Schürmann
 * error800
 * Liam BEGUIN
+* Jan Verbeek
 * skinnay
 * Zach-Button
 * Tomasz Kramkowski
@@ -186,7 +187,6 @@ Contributors, sorted by the number of commits in descending order:
 * Michał Góral
 * Michael Ilsaas
 * Martin Zimmermann
-* Jan Verbeek
 * Fritz Reichwald
 * Brian Jackson
 * sbinix
diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc
index 11706eac8..bd85f2eac 100644
--- a/doc/help/commands.asciidoc
+++ b/doc/help/commands.asciidoc
@@ -243,9 +243,6 @@ The editor which should be launched can be configured via the `general -> editor
 * +*-t*+, +*--tab*+: Open in a new tab.
 * +*-w*+, +*--window*+: Open in a new window.
 
-==== count
-The tab index to open the URL in.
-
 [[fake-key]]
 === fake-key
 Syntax: +:fake-key [*--global*] 'keystring'+