Le mardi 12 novembre 2013 14:39:54 UTC+1, MarcWeber a écrit :
> How to find out whether plugin files got loaded?
>
> :scriptnames, more ideas see [2]
I already done this and snip
>
> snipmate is using vundle/snipmate/after/plugin/snipMate.vim
I try with vunble, and it has fail.
>
>
>
> Important is your &rtp setting. Try <c-r>=&rtp<cr> in insert mode.
It's show me nothing except <c-r>=&rtp<cr>
>
> That should contain the bundle/snipmate/after directory.
>
>
>
> [1] talks about the special case after/* which pathogen should take care
>
> of (I checked source of latest 1270dceb1fe)
>
>
>
> [1]: http://vim-wiki.mawercer.de/wiki/topic/vim%20plugin%20managment.html
>
> [2]: http://vim-wiki.mawercer.de/wiki/topic/debugging-viml.html
>
>
>
> to learn that special care must be taken to make the after/plugin
>
> directory work. Current pathogen does this.
>
>
>
> There are *many* versions of snipmate. The upstream snipmate version
>
> (which fixed quite many bugs) is at github.com/garbas/vim-snipmate
>
> (dependencies which VAM can install automatically see its
>
> addon-info.json file)
>
>
>
> If you need a quick second way to test what the problem is I can
>
> recommend the VAM downloader for Windows:
>
> http://vam.mawercer.de/
Sadly, it's the same result :(
>
>
>
> Just get "snipmate" plugin from that page, dependencies will be added automatically.
>
> You'll get a _vimrc and a vimfiles directory. If that dosen't work we
>
> have to discuss and fix your case.
>
>
>
> Marc Weber
Here my _vimrc
set nocompatible
" Encodage
set encoding=utf-8
set fileencoding=utf-8
filetype indent plugin on | syn on
" Pathogen pour la gestion en module [bundle]
execute pathogen#infect()
" Ajuste le visuel
set guioptions-=m " remove menu bar
set guioptions-=T " remove toolbar
set guioptions-=r " remove right-hand scroll bar
set guioptions+=LlRrb " remove left-hand scroll bar
set guioptions-=LlRrb " remove left-hand scroll bar
colorscheme custom " Color scheme
" Fix update time [css-color]
let g:cssColorVimDoNotMessMyUpdatetime = 1
" Ctags extension [taglist]
let g:tagbar_ctags_bin = 'C:\Users\Luc Langis\Desktop\gvim\Vim\vim73\bundle\ctags\ctags.exe'
" Appel extension
nnoremap ,t :TagbarToggle<CR>
nnoremap ,n :NERDTree<CR>
" Navigation entre les fenetres ( CTRL+W + [h,j,k,l] --> CRTL+[h,j,k,l] )
nmap <C-j> <C-w>j
nmap <C-k> <C-w>k
nmap <C-h> <C-w>h
nmap <C-l> <C-w>l
"Backspace peut effacer
set backspace=eol,start,indent
" Recherche avec surlignement et prend mieux la case
set ignorecase
set smartcase
"set hlsearch
set incsearch
" Unix comme type
set ffs=unix,dos,mac
" Formatage
syntax on
set number
set smartindent
set tabstop=4
set shiftwidth=4
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Wednesday, November 13, 2013
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment