Merge "Do not navigate to next file if n key is held down"
diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt
index 25d6518..3bb6564 100644
--- a/Documentation/rest-api-changes.txt
+++ b/Documentation/rest-api-changes.txt
@@ -7427,24 +7427,24 @@
 
 [options="header",cols="1,^1,5"]
 |============================
-|Field Name                         ||Description
-|`message`                          |optional|
+|Field Name                           ||Description
+|`message`                            |optional|
 The message to be added as review comment.
-|`tag`                              |optional|
+|`tag`                                |optional|
 Apply this tag to the review comment message, votes, and inline
 comments. Tags may be used by CI or other automated systems to
 distinguish them from human reviews. Votes/comments that contain `tag` with
 'autogenerated:' prefix can be filtered out in the web UI.
-|`labels`                           |optional|
+|`labels`                             |optional|
 The votes that should be added to the revision as a map that maps the
 label names to the voting values.
-|`comments`                         |optional|
+|`comments`                           |optional|
 The comments that should be added as a map that maps a file path to a
 list of link:#comment-input[CommentInput] entities.
-|`robot_comments`                   |optional|
+|`robot_comments`                     |optional|
 The robot comments that should be added as a map that maps a file path
 to a list of link:#robot-comment-input[RobotCommentInput] entities.
-|`drafts`                           |optional|
+|`drafts`                             |optional|
 Draft handling that defines how draft comments are handled that are
 already in the database but that were not also described in this
 input. +
@@ -7453,36 +7453,36 @@
 Only `KEEP` is allowed when used in conjunction with `on_behalf_of`. +
 If not set, the default is `KEEP`. If `on_behalf_of` is set, then no other value
 besides `KEEP` is allowed.
-|`notify`                          |optional|
+|`notify`                            |optional|
 Notify handling that defines to whom email notifications should be sent
 after the review is stored. +
 Allowed values are `NONE`, `OWNER`, `OWNER_REVIEWERS` and `ALL`. +
 If not set, the default is `ALL`.
-|`notify_details`                  |optional|
+|`notify_details`                    |optional|
 Additional information about whom to notify about the update as a map
 of recipient type to link:#notify-info[NotifyInfo] entity.
-|`omit_duplicate_comments`         |optional|
+|`omit_duplicate_comments`           |optional|
 If `true`, comments with the same content at the same place will be omitted.
-|`on_behalf_of`                    |optional|
+|`on_behalf_of`                      |optional|
 link:rest-api-accounts.html#account-id[\{account-id\}] the review
 should be posted on behalf of. To use this option the caller must
 have been granted `labelAs-NAME` permission for all keys of labels.
-|`reviewers`                       |optional|
+|`reviewers`                         |optional|
 A list of link:rest-api-changes.html#reviewer-input[ReviewerInput]
 representing reviewers that should be added to the change.
-|`ready`                           |optional|
+|`ready`                             |optional|
 If true, and if the change is work in progress, then start review.
 It is an error for both `ready` and `work_in_progress` to be true.
-|`work_in_progress`                |optional|
+|`work_in_progress`                  |optional|
 If true, mark the change as work in progress. It is an error for both
 `ready` and `work_in_progress` to be true.
-|`add_to_attention_set`            |optional|
+|`add_to_attention_set`              |optional|
 list of link:#attention-set-input[AttentionSetInput] entities to add
 to the link:#attention-set[attention set].
-remove_from_attention_set`         |optional|
+|`remove_from_attention_set`         |optional|
 list of link:#attention-set-input[AttentionSetInput] entities to remove
 from the link:#attention-set[attention set].
-ignore_default_attention_set_rules`|optional|
+|`ignore_default_attention_set_rules`|optional|
 If set to true, ignore all default attention set rules described in the
 link:#attention-set[attention set]. Updates in add_to_attention_set
 and remove_from_attention_set are not ignored.
diff --git a/plugins/download-commands b/plugins/download-commands
index 47b783e..c4ef993 160000
--- a/plugins/download-commands
+++ b/plugins/download-commands
@@ -1 +1 @@
-Subproject commit 47b783ea75036664dd591d2d3f1bcd06b68cdd5e
+Subproject commit c4ef993fa5e8578641d6447c831ace13743dd5de