Mercurial > vim
annotate runtime/macros/shellmenu.vim @ 17454:37afc0146eab v8.1.1725
patch 8.1.1725: MS-Windows: E325 message may use incorrect date format
commit https://github.com/vim/vim/commit/663bbc09babea1ff8dfa7ccd58801ac9219fc2b2
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jul 21 15:23:35 2019 +0200
patch 8.1.1725: MS-Windows: E325 message may use incorrect date format
Problem: MS-Windows: E325 message may use incorrect date format.
Solution: Convert strftime() result to 'encoding'. Also make the message
translatable. (Ken Takata, closes #4685, closes #4681)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 21 Jul 2019 15:30:04 +0200 |
parents | d5136647ce31 |
children |
rev | line source |
---|---|
8775
d5136647ce31
commit https://github.com/vim/vim/commit/fead3ac9a35e0fc358141d3eb19574cd8a3ecb55
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
1 " Load the shellmenu package. |
d5136647ce31
commit https://github.com/vim/vim/commit/fead3ac9a35e0fc358141d3eb19574cd8a3ecb55
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
2 " For those users who were loading the shellmenu plugin from here. |
d5136647ce31
commit https://github.com/vim/vim/commit/fead3ac9a35e0fc358141d3eb19574cd8a3ecb55
Christian Brabandt <cb@256bit.org>
parents:
7
diff
changeset
|
3 packadd shellmenu |