Mercurial > vim
view runtime/ftplugin/less.vim @ 20267:456c3b98d4c8 v8.2.0689
patch 8.2.0689: when using getaddrinfo() the error message is unclear
Commit: https://github.com/vim/vim/commit/a38b2b737e244eb2e4f199e070b05f86f4d433d4
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun May 3 17:03:29 2020 +0200
patch 8.2.0689: when using getaddrinfo() the error message is unclear
Problem: When using getaddrinfo() the error message is unclear.
Solution: Use gai_strerror() to get the message. (Ozaki Kiichi,
closes #6034)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 03 May 2020 17:15:04 +0200 |
parents | 11d78e58a487 |
children |
line wrap: on
line source
" Vim filetype plugin " Language: less " Maintainer: Alessandro Vioni <jenoma@gmail.com> " URL: https://github.com/genoma/vim-less " Last Change: 2014 November 24 " Only do this when not done yet for this buffer if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let b:undo_ftplugin = "setl cms< def< inc< inex< ofu< sua<" setlocal formatoptions-=t formatoptions+=croql setlocal comments=:// commentstring=//\ %s setlocal omnifunc=csscomplete#CompleteCSS setlocal suffixesadd=.less