[patch] replaced apostrophe U+2019 into ASCII apostrophe U+0027 in :help if_pyth.txt
26 views
Skip to first unread message
Dominique Pellé
unread,
Sep 22, 2012, 3:13:39 AM9/22/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim_dev
Hi
Attached patch replaces a fancy apostrophe (U+2019) into
a normal ASCII apostrophe ' (U+0027) in ":help if_pyth.txt".
It was the only place in Vim help files where such a fancy
apostrophe was used, so I don't think that it should be
used. Help files should be readable as much as possible
even when not using Unicode.