Mercurial > vim
view src/testdir/test22.in @ 32383:b8e9ea3c1ed0 v9.0.1523
patch 9.0.1523: some error messages are not marked for translation
Commit: https://github.com/vim/vim/commit/276410e78f0b82e3123059383994d2f4c578dfbd
Author: zeertzjq <zeertzjq@outlook.com>
Date: Sun May 7 21:59:33 2023 +0100
patch 9.0.1523: some error messages are not marked for translation
Problem: Some error messages are not marked for translation.
Solution: Surround the messages in _(). (closes https://github.com/vim/vim/issues/12356)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 07 May 2023 23:00:03 +0200 |
parents | 30bdd2e4a6f9 |
children |
line wrap: on
line source
Tests for complicated + argument to :edit command STARTTEST :$-1w! Xfile1 :$w! Xfile2 :edit +1|s/|/PIPE/|w Xfile1| e Xfile2|1 | s/\//SLASH/|w :w! test.out :e Xfile1 :w >> test.out :qa! ENDTEST The result should be in Xfile1: "fooPIPEbar", in Xfile2: "fooSLASHbar" foo|bar foo/bar