diff options
author | ZyX <kp-pav@yandex.ru> | 2017-05-20 03:21:18 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-05-20 03:21:18 +0300 |
commit | 2411b6f137feaf49ff8a09985cd4d9c447030309 (patch) | |
tree | 3367aa8a0b68caa83a577b4b642d230eac612e17 /src/nvim/buffer.c | |
parent | 3280765f2dde4ba6d120387908d735ed763db01c (diff) | |
download | rneovim-2411b6f137feaf49ff8a09985cd4d9c447030309.tar.gz rneovim-2411b6f137feaf49ff8a09985cd4d9c447030309.tar.bz2 rneovim-2411b6f137feaf49ff8a09985cd4d9c447030309.zip |
charset: Fix V695: dead branches
Based on comments it appears that some non-printable characters intended to be
shown as `|x` (0xA0..0xFE) and some as `~x` (0x80..0x9F, 0xFF, excluding
previous). But this never happens because this is being catched by condition `c
>= 0x80` above which makes them be represented as `<A0>`. Since I find this
variant more useful and it additionally is backwards compatible (Vim does the
same thing) I just dropped dead branches.
Diffstat (limited to 'src/nvim/buffer.c')
0 files changed, 0 insertions, 0 deletions