mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
patch 7.4.1981
Problem: No testing for Farsi code. Solution: Add a minimal test. Clean up Farsi code.
This commit is contained in:
@@ -571,7 +571,7 @@ transchar(int c)
|
||||
(c >= ' ' && c <= '~')
|
||||
#endif
|
||||
#ifdef FEAT_FKMAP
|
||||
|| F_ischar(c)
|
||||
|| (p_altkeymap && F_ischar(c))
|
||||
#endif
|
||||
)) || (c < 256 && vim_isprintc_strict(c)))
|
||||
{
|
||||
|
Reference in New Issue
Block a user