Mercurial > vim
view src/gvimtutor @ 27553:0ea5147a95f7 v8.2.4303
patch 8.2.4303: a few messages should not be translated
Commit: https://github.com/vim/vim/commit/cd53eed2c55f2256008962965b1de1d1df76d535
Author: Dominique Pelle <dominique.pelle@gmail.com>
Date: Sat Feb 5 18:53:06 2022 +0000
patch 8.2.4303: a few messages should not be translated
Problem: A few messages should not be translated.
Solution: Remove _(). (Dominique Pell?, closes https://github.com/vim/vim/issues/9702)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 05 Feb 2022 20:00:05 +0100 |
parents | d4faa2c5211b |
children |
line wrap: on
line source
#!/bin/sh # Start GUI Vim on a copy of the tutor file. # Usage: gvimtutor [xx] # See vimtutor for usage. exec $(dirname $0)/vimtutor -g "$@"