annotate runtime/keymap/persian.vim @ 17500:b7d85c5af64e v8.1.1748

patch 8.1.1748: :args output is not aligned commit https://github.com/vim/vim/commit/74da39373c90fcb390068903b5bbb93ce7ac16fa Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 25 21:52:39 2019 +0200 patch 8.1.1748: :args output is not aligned Problem: :args output is not aligned. Solution: Output a line break after the last item in a row.
author Bram Moolenaar <Bram@vim.org>
date Thu, 25 Jul 2019 22:00:04 +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 let encoding = &enc
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
2 if encoding == ''
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
3 let encoding = 'utf-8'
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
4 endif
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
5
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
6 if encoding == 'utf-8'
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
7 source <sfile>:p:h/persian-iranian_utf-8.vim
3fc0f57ecb91 updated for version 7.0001
vimboss
parents:
diff changeset
8 endif