:help syntastic-checkers error

396 Aufrufe
Direkt zur ersten ungelesenen Nachricht

Wink Saville

ungelesen,
22.07.2016, 19:12:3622.07.16
an vim-syntastic
When I try to ask for :help syntastic-checkers I get an error:

E149: Sorry, no help for syntastic-checkers

I then updated to the lastest with a git pull in .vim/bundle/syntastic and when I say :echo g:_SYNTASTIC_VERSION I get 3.7.0-167. Also, doing log -1 I see:

$ git log -1
commit 663fea9dc9371d574f1a4a6ba15cc9e60ebbe510
Author: LCD 47 <...@gmail.com>
Date:   Thu Jul 21 00:06:18 2016 +0300

    Manual: fix typos.


So it looks like I'm up to date, finally my .local.vimrc is:

" Syntastic suggested values for status line and operation
set statusline+=%#warningmsg#
set statusline+=%{SyntasticStatuslineFlag()}
set statusline+=%*

" Enable synstastic debugging
"let g:syntastic_debug = 255

let g:always_populate_loc_list = 1
let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1
let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 0

" What compiler to use and the config file
let g:syntastic_c_compiler='clang'

" Compiler options
let g:syntastic_c_compiler_options='-std=c11'
let g:syntastic_c_compiler_options+='-ffreestanding -nostdlib -nostartfiles'
let g:syntastic_c_compiler_options+='-nodefaultlibs'
let g:syntastic_c_compiler_options+='-pipe -Wall -Winvalid-pch'
let g:syntastic_c_compiler_options+='-O2 -g -Dpc_x86_64 -Dx86'
let g:syntastic_c_compiler_options+='m64 -mno-red-zone'

let g:syntastic_c_config_file='.syntastic_c_config'



What have I done wrong :(

-- Wink

LCD 47

ungelesen,
23.07.2016, 01:24:3923.07.16
an vim-syntastic
On 22 July 2016, Wink Saville <wi...@saville.com> wrote:
> When I try to ask for :help syntastic-checkers I get an error:
>
> E149: Sorry, no help for syntastic-checkers

You need to generate help tags (see ":h :helptags"). With Pathogen
you're supposed to run ":Helptags" after installing new plugins or
upgrading existing ones. Other plugin managers do something equivalent
automatically. Recent versions of Vim (versions > ~7.4.1800) have a
command ":helptags ALL".

/lcd

Wink Saville

ungelesen,
23.07.2016, 13:17:4523.07.16
an vim-syntastic
Running:

   :helptags ~/.vim/bundle/syntastic/doc 

Did the trick, thanks again.

-- Wink

--
You received this message because you are subscribed to the Google Groups "vim-syntastic" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim-syntasti...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Allen antworten
Antwort an Autor
Weiterleiten
0 neue Nachrichten