annotate runtime/keymap/greek.vim @ 10676:b8c04c007d39 v8.0.0228

patch 8.0.0228: pasting in xterm on the command line has PasteStart commit https://github.com/vim/vim/commit/abbc448bc09a292ec1263ffe69b4cb3d1c57f020 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 24 15:57:55 2017 +0100 patch 8.0.0228: pasting in xterm on the command line has PasteStart Problem: When pasting test in an xterm on the command line it is surrounded by <PasteStart> and <PasteEnd>. (Johannes Kaltenbach) Solution: Add missing changes.
author Christian Brabandt <cb@256bit.org>
date Tue, 24 Jan 2017 16:00:05 +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