Mars Peng

Results 4 comments of Mars Peng

I've found a solution. Add the following snippet to the `.vimrc`. ```vim augroup incsearch_settings autocmd! autocmd BufWinLeave,WinLeave * call s:clear_incsearch_nohlsearch() augroup END function! s:clear_incsearch_nohlsearch() nohlsearch silent! autocmd! incsearch-auto-nohlsearch endfunction ```...

Ah, yes. When the whole body is not actually ended with CRLF and there isn't `l=` in signature, OpenDKIM should throw syntax error. Otherwise, OpenDKIM should not care about CRLF...

Hi @SmiteshP, I've also got the same error in a html files. It's a sendmail's libmilter's document which can be downloaded in [this website](https://ftp.sendmail.org/). Download the [sendmail-current.tar.gz](https://ftp.sendmail.org/sendmail-current.tar.gz), untar it and...

I think it's better to use `LC_ALL=C` to force git to display English. (ref: [https://man7.org/linux/man-pages/man3/setlocale.3.html](https://man7.org/linux/man-pages/man3/setlocale.3.html)) And of course, it's only for Unix-like OS.