aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcoqbot-app[bot]2021-02-09 15:11:48 +0000
committerGitHub2021-02-09 15:11:48 +0000
commit0e70966f73e9298254ac5f2e52668f2ead6a0452 (patch)
tree41cb8e004ee5793c4d22d4526dc18e1facec2adc /doc
parent16765871394a81975047b37f15a902fcc112dc40 (diff)
parentf6a695c81f7833683e846dddce5d5156254eaa92 (diff)
Merge PR #13810: ide: shift+enter to find backwards
Reviewed-by: herbelin
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/09-coqide/13810-shift-return-search-backwards.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog/09-coqide/13810-shift-return-search-backwards.rst b/doc/changelog/09-coqide/13810-shift-return-search-backwards.rst
new file mode 100644
index 0000000000..e78280d91d
--- /dev/null
+++ b/doc/changelog/09-coqide/13810-shift-return-search-backwards.rst
@@ -0,0 +1,3 @@
+- **Added:**
+ Shift-return in the Find dialog now searches backwards (`#13810 <https://github.com/coq/coq/pull/13810>`_,
+ by slrnsc).