tpope / vim-pathogen

pathogen.vim: manage your runtimepath

Home Page:http://www.vim.org/scripts/script.php?script_id=2332

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pathogen override (or break) commands like tabstop tabwith

proggga opened this issue · comments

I've tested many times, Idk how it broke vim on my system.
Environment:
My bundle dir is empty (for testing)
if I add 'execute pathogen#infect()' to my .vimrc next functions doesn't work,
but pathogen work properly
if I put this options before pathogen it still doesn't work,
if I comment execute line, everything works, but doesn't work pathogen,
please help
work on ubuntu14.04,

`execute pathogen#infect()

syntax on
filetype plugin indent on
set ignorecase
set smartcase
set relativenumber
set smartindent
set list listchars=tab:→\ ,trail:·
set number
set shiftwidth=4
set tabstop=4
colorscheme delek
`

I'm sorry, found that 'filetype plugin ident on', break it, but idk what this command do for pathogen

Now I clear understand, it was 'jedi-python', how it destroy code, idk