Christian Brabandt
Christian Brabandt
so let's close this as intended behaviour.
yes, it seems like vim doesn't handle the case when the previous line ends with whitespace
should be fixed by https://github.com/vim/vim/commit/fff10d9a76099aa9b944f3c33a911127ca1a0c72
I leave this open, as there still seems to be an issue with zsh
I think your linker flags did not include `sodium`. Not sure how this happens. You should check configure and either enable libsodium feature if you want it (and make sure...
You need to check the configure log. There is a check for libsodium and that should actually fail so that make does not try to include the libsodium feature. Also...
There is either a dependency problem of the Debian package (which I doubt), or some problem with your system. I don't think this is a vim issue here. So let's...
so try installing libsodium-dev then :)
okay, can we please reduce this to plain configure and make without all the debian magic?
I am not sure if there is an actual bug lying here. When configure fails to find `libsodium-dev`, `src/auto/config.h` should contain a line ``` /* #define HAVE_SODIUM 1 */ ```...