annotate runtime/keymap/greek.vim @ 29369:b1f345ec827e v9.0.0027

patch 9.0.0027: the command line test is getting quite big Commit: https://github.com/vim/vim/commit/2d2950198231a31bf87c1cd4322099cc36b0bb93 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 2 16:29:34 2022 +0100 patch 9.0.0027: the command line test is getting quite big Problem: The command line test is getting quite big. Solution: Move command line window tests to a separate file.
author Bram Moolenaar <Bram@vim.org>
date Sat, 02 Jul 2022 17:30:02 +0200
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