annotate runtime/keymap/greek.vim @ 27488:07da466dcf6d v8.2.4272

patch 8.2.4272: Vim9 expr test fails without the channel feature Commit: https://github.com/vim/vim/commit/eb6c2765959c91ddbb527f96f91ba5be199b8d41 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jan 31 13:36:36 2022 +0000 patch 8.2.4272: Vim9 expr test fails without the channel feature Problem: Vim9 expr test fails without the channel feature. (Dominique Pell?) Solution: Remove "g:" before "CheckFeature". (closes #9671)
author Bram Moolenaar <Bram@vim.org>
date Mon, 31 Jan 2022 14:45:04 +0100
parents 3fc0f57ecb91
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
1 " Assume 'encoding' is set to "latin1" while actually cp1253 or iso-8859-7 is
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2 " being used
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 if has("win16") || has("win32") || has("win32unix")
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 source <sfile>:p:h/greek_cp1253.vim
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5 else
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6 source <sfile>:p:h/greek_iso-8859-7.vim
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7 endif