Compiler vlty: respect Vim variable fileencoding#1839
Compiler vlty: respect Vim variable fileencoding#1839matze-dd wants to merge 3 commits intolervag:masterfrom matze-dd:master
Conversation
|
Thanks! I think this is good enough for an immediate merge (I just had to fix a minor typo).
The option description comes in a consistent order compared to the default dict, which is nice. In many cases, the order is irrelevant, and I often try to use e.g. alphabetic order. However, in some cases it feels right to put the important things on top. This does result in some things being in semi random order. I don't think it's a problem, but if anyone does I'm glad to discuss it.
I've often tried to keep things wrapped to 79 or 80 characters on the visual columns. E.g., in lines that have a lot of concealed characters, I tend to allow more than 80 characters. But then I guess there's some/many who don't have conceals enabled at all, so perhaps that's a bad idea. |
|
Thanks for merging!
Ah, I see. For instance, there was a line with 81 characters: With my simple configuration, in |
|
Yes, that makes sense. I'll revert my silly practice of considering the visual columns in future updates to the docs. :) |
This relates to issue #1829.
fileencodingmay be empty. Thenencodingis used.