aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/messages_spec.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-10-18 18:42:32 +0800
committerGitHub <noreply@github.com>2022-10-18 03:42:32 -0700
commit97164748b933a351423824b1988c863cc5994cdb (patch)
treef3e72fe8219e608023fdca79e3a212bedc474271 /test/functional/ui/messages_spec.lua
parent72b2353ab2f01ea96d7526c19f05571688d81e13 (diff)
downloadrneovim-97164748b933a351423824b1988c863cc5994cdb.tar.gz
rneovim-97164748b933a351423824b1988c863cc5994cdb.tar.bz2
rneovim-97164748b933a351423824b1988c863cc5994cdb.zip
fix(intro): omit patch version in ":help news" item #20713
Because maintenance releases share the same news.txt as the last non-maintenance release.
Diffstat (limited to 'test/functional/ui/messages_spec.lua')
-rw-r--r--test/functional/ui/messages_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/ui/messages_spec.lua b/test/functional/ui/messages_spec.lua
index 8ab25d0102..a042291b54 100644
--- a/test/functional/ui/messages_spec.lua
+++ b/test/functional/ui/messages_spec.lua
@@ -1273,7 +1273,7 @@ describe('ui/ext_messages', function()
{1:~ }type :q{5:<Enter>} to exit {1: }|
{1:~ }type :help{5:<Enter>} for help {1: }|
{1:~ }|
- {1:~ }type :help news{5:<Enter>} to see changes in v{MATCH:.*}|
+ {1:~ }type :help news{5:<Enter>} to see changes in v{MATCH:%d+%.%d+}|
{1:~ }|
{MATCH:.*}|
{MATCH:.*}|
@@ -1329,7 +1329,7 @@ describe('ui/ext_messages', function()
type :q{5:<Enter>} to exit |
type :help{5:<Enter>} for help |
|
- type :help news{5:<Enter>} to see changes in {MATCH:.*}|
+ type :help news{5:<Enter>} to see changes in v{MATCH:%d+%.%d+}|
|
{MATCH:.*}|
{MATCH:.*}|