Mercurial > vim
view runtime/keymap/hebrew.vim @ 31087:a220f176350a v9.0.0878
patch 9.0.0878: Coverity warns for dead code
Commit: https://github.com/vim/vim/commit/b298fe6cbae3b240b10dbd55d9c38d0cc8e033d3
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Nov 14 14:36:41 2022 +0000
patch 9.0.0878: Coverity warns for dead code
Problem: Coverity warns for dead code.
Solution: Remove the dead code.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 14 Nov 2022 15:45:04 +0100 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
let encoding = &enc if encoding == 'latin1' if has("unix") let encoding = 'iso-8859-8' else let encoding = 'cp1255' endif endif if encoding == 'utf-8' source <sfile>:p:h/hebrew_utf-8.vim elseif encoding == 'cp1255' source <sfile>:p:h/hebrew_cp1255.vim else source <sfile>:p:h/hebrew_iso-8859-8.vim endif