annotate runtime/keymap/persian.vim @ 30602:001c228efdab v9.0.0636

patch 9.0.0636: underline color may not work in some terminals Commit: https://github.com/vim/vim/commit/b393275ae91eb9a8df7a9a611bd75590db9b22db Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 1 21:22:17 2022 +0100 patch 9.0.0636: underline color may not work in some terminals Problem: Underline color does not work in terminals that don't send a termresponse. Solution: Do output t_8u if it was set explicitly. (closes #11253)
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Oct 2022 22:30:03 +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