Two spaces after punctuation and SpellCap issues

2018-04-15 Thread Tim Chase
To reproduce: $ vim -u NONE :syntax on :set spell cpo+=J to let vim know I always put two spaces after a sentence. However, if I enter text like Call Bob re. the faucet. or Take Main St. the whole way down. vim's syntax highlighting flags "the" in SpellCap as if it's expecting the

help for Vim binding development (Freeplane) wanted

2018-04-15 Thread Nnako
Hi, my name is Nnako and I am natively a C and Python programmer. I use Vim every day and have learned to just smile when yet another new graphical code development environment appears (e.g. VS Code and JupyterLab)... For some years now, I have been structuring my work and private life using a

Re: Is ANSI C support still needed?

2018-04-15 Thread Shlomi Fish
Hi Bram and all, On Sun, 15 Apr 2018 12:43:23 +0200 Bram Moolenaar wrote: > Hello Vimmers, > > For a long time Vim code was made to be compiled with ANSI C (also known > as C89 and ISO C90). This means it can also be compiled on very old > systems. And since it wasn't too

Is ANSI C support still needed?

2018-04-15 Thread Bram Moolenaar
Hello Vimmers, For a long time Vim code was made to be compiled with ANSI C (also known as C89 and ISO C90). This means it can also be compiled on very old systems. And since it wasn't too much work to support it, that was the choice. Now that we are adding checks for C89 compliance, it turns