Coder Social home page Coder Social logo

amix / vimrc Goto Github PK

View Code? Open in Web Editor NEW
30.1K 30.1K 7.3K 28.1 MB

The ultimate Vim configuration (vimrc)

License: MIT License

Shell 0.44% Ruby 2.32% Python 0.27% Makefile 0.10% CoffeeScript 0.18% HTML 0.01% Dockerfile 0.03% Vim Snippet 15.72% Haml 0.01% CMake 0.08% VBScript 0.15% PowerShell 0.21% Batchfile 0.02% Vim Script 80.35% Lua 0.10%

vimrc's People

Contributors

alphactzo7g avatar amix avatar bric3 avatar daniilguit avatar deathbeam avatar dependabot[bot] avatar elliotwutingfeng avatar fawaf avatar jbwyatt4 avatar juilyoon avatar justinkb avatar lispyclouds avatar nhacsam avatar olafgoj avatar paescuj avatar pjackson3 avatar pkusunjy avatar pratyaypande avatar q-bug4 avatar qmeeus avatar royling avatar ryantomlinson95 avatar sagarjauhari avatar serpent213 avatar shamanaitor avatar szekelyszilv avatar tlday avatar wilderbridge avatar wy-z avatar yulv-git avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vimrc's Issues

get my_configs.vim working

I have .vim_runtime\my_configs.vim with some config in it:
:let NERDTreeIgnore=['.vim$', '.bak$', '~$']

But when I open NERDtree, I still all the bak files. I know that the command works because in vim, I can enter it directly, refresh NERDtree and the bak files disappear. How can I trouble shoot this to get vim to pick up my_configs.vim?

$ appears as end of line characters and it's unremovable please help

Thanks a lot for your helpful .vimrc.

The issue with the $ character is driving me insane though. When I try to execute my script I got "^M" is an invalid character but in Vim, I see $ upon entering ":set list"

I tried :%s/^V^M//g but it says "^M" pattern is not found. I'm really stuck

Please help, I can't lose this particular script

GIT Commit strange formatting

When using VIM configured with this awesome package for GIT Commit messages I get weird syntax highlighting when typing:

  • First line is yellow text and looks quite nice.
  • Second line is white text on red bg and looks really weird.
  • Lines after are just white text.

This this for a reason or a bug or have I not set up something?

After operating, I have seen nothing

git clone git://github.com/amix/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install_basic_vimrc.sh

after doing this, still i can't hardlly find anything changed?
Have I missed something?

two errors when i use "vi"

HI, there,
i am using your basci vimrc,then Use "vimrc" is normal ,but use vi has two errors

vi inittab

Error detected while processing /root/.vimrc:
line 242:
E474: Invalid argument: switchbuf=useopen,usetab,newtab
Press ENTER or type command to continue

thanks very much!

$ bracket insertion for php users

Hey thanks for the asesome vimrc. Its really made vim amazing.

I have one, tiny niggle... using the $ character for inserting quotes and brackets can drive a php user crazy, jqery as well. I type $e about 50 times a day, and it took me a month to figure out what was making the brackets all the time.

I comment it out, just though I would let you know for the php users in general, as I takes a while to figure out what the problem is when you are typing quickly.

But really thanks for sharing your vimrc.

Disabling the folding in json files?

HI There,

Absolutely LOVE your package, we deploy it on all our dev servers :)

One thing which is driving me bonkers though, is that whenever I open a json file, I get presented with a screen like the following:

1:composer.json X
+{...}------------------------------------------------------------------------------------------------------------------------------------------------------------------
~
~

Yep, It's folding the entire file ;) So I hit the right-arrow. And it unfolds one level.

1:composer.json X
-{
| "name": "yiisoft/yii2-app-advanced",
| "description": "Yii 2 Advanced Application Template",
| "keywords": ["yii2", "framework", "advanced", "application template"],
| "homepage": "http://www.yiiframework.com/",
| "type": "project",
| "license": "BSD-3-Clause",

  • "support": {...}------------------------------------------------------------------------------------------------------------------------------------------------------
    | "minimum-stability": "beta",
  • "require": {...}------------------------------------------------------------------------------------------------------------------------------------------------------
  • "require-dev": {...}--------------------------------------------------------------------------------------------------------------------------------------------------
  • "suggest": {...}------------------------------------------------------------------------------------------------------------------------------------------------------
  • "scripts": {...}------------------------------------------------------------------------------------------------------------------------------------------------------
  • "config": {...}-------------------------------------------------------------------------------------------------------------------------------------------------------
  • "extra": {...}--------------------------------------------------------------------------------------------------------------------------------------------------------
    |}

Is there a way to un-fold the entire file? Or have it NOT fold at all? :)

Thanks,

Damien

Highlighting in file is disabled in a specific directory.

The editor has suddenly stopped highlighting a Python file probably because I hit some erroneous key. What is strange is that copying the file to another directory or copying the file to a different file name will allow the highlighting to come back when editing the file under a different name or a different directory.

Is there something I need to clear out so that I can edit the file in its original directory?

Thanks

Should up document for adding ow plugin

it currently states that to add your own plugin, do this (example, vim-rails)

cd ~/.vim_runtime
git clone git://github.com/tpope/vim-rails.git sources_plugins/vim-rails

where it should be

cd ~/.vim_runtime
git clone git://github.com/tpope/vim-rails.git sources_non_forked/vim-rails

can't be used in 7.3.429 version

I't seems like that
line 50:
E319: Sorry, the command is not available in this version: filetype plugin on
line 51:
E319: Sorry, the command is not available in this version: filetype indent on
line 58:
E319: Sorry, the command is not available in this version: let mapleader = ","
line 59:
E319: Sorry, the command is not available in this version: let g:mapleader = ","
line 66:
E319: Sorry, the command is not available in this version: command W w !sudo tee % > /dev/null
line 129:
E518: Unknown option: foldcolumn=1
line 136:
E319: Sorry, the command is not available in this version: syntax enable
line 138:
E319: Sorry, the command is not available in this version: try
line 139:
E185: Cannot find color scheme desert
line 140:
E319: Sorry, the command is not available in this version: catch
line 141:
E319: Sorry, the command is not available in this version: endtry
line 241:
E319: Sorry, the command is not available in this version: try
line 244:
E319: Sorry, the command is not available in this version: catch
line 245:
E319: Sorry, the command is not available in this version: endtry
line 248:
E319: Sorry, the command is not available in this version: autocmd BufReadPost *
line 249:
E10: \ should be followed by /, ? or &
line 250:
E10: \ should be followed by /, ? or &
line 251:
E10: \ should be followed by /, ? or &
line 286:
E319: Sorry, the command is not available in this version: func! DeleteTrailingWS()
line 287:
E319: Sorry, the command is not available in this version: exe "normal mz"
line 289:
E319: Sorry, the command is not available in this version: exe "normal `z"
line 290:
E319: Sorry, the command is not available in this version: endfunc
line 291:
E319: Sorry, the command is not available in this version: autocmd BufWrite .py :call DeleteTrailingWS()
line 292:
E319: Sorry, the command is not available in this version: autocmd BufWrite *.coffee :call DeleteTrailingWS()
line 358:
E319: Sorry, the command is not available in this version: function! CmdLine(str)
line 359:
E319: Sorry, the command is not available in this version: exe "menu Foo.Bar :" . a:str
line 360:
E319: Sorry, the command is not available in this version: emenu Foo.Bar
line 361:
E319: Sorry, the command is not available in this version: unmenu Foo
line 362:
E319: Sorry, the command is not available in this version: endfunction
line 364:
E319: Sorry, the command is not available in this version: function! VisualSelection(direction, extra_filter) range
line 365:
E319: Sorry, the command is not available in this version: let l:saved_reg = @"
line 366:
E319: Sorry, the command is not available in this version: execute "normal! vgvy"
line 368:
E319: Sorry, the command is not available in this version: let l:pattern = escape(@", '/.
$^~[]')
line 369:
E319: Sorry, the command is not available in this version: let l:pattern = substitute(l:pattern, "\n$", "", "")
line 381:
E319: Sorry, the command is not available in this version: let @/ = l:pattern
line 382:
E319: Sorry, the command is not available in this version: let @" = l:saved_reg
line 383:
E319: Sorry, the command is not available in this version: endfunction
line 387:
E319: Sorry, the command is not available in this version: function! HasPaste()
line 391:
E319: Sorry, the command is not available in this version: return ''
line 392:
E319: Sorry, the command is not available in this version: endfunction
line 395:
E319: Sorry, the command is not available in this version: command! Bclose call BufcloseCloseIt()
line 396:
E319: Sorry, the command is not available in this version: function! BufcloseCloseIt()
line 397:
E319: Sorry, the command is not available in this version: let l:currentBufNum = bufnr("%")
line 398:
E319: Sorry, the command is not available in this version: let l:alternateBufNum = bufnr("#")
line 413:
E319: Sorry, the command is not available in this version: endfunction
Press ENTER or type command to continue

add line length limit support

most programming language has a conventional coding style, which recommend limit the line length to 80 characters.

So is it possible to wrap long lines automatically via vim plugins? I know http://github.com/vgod/vimrc has this feature, but I don't know how to implement it.

Pathogen warning on vim startup

[hotspot (VM-582_allocsiteprof_jni)]± vim                                         
Change pathogen#infect('~/.vim_runtime/sources_forked') to pathogen#infect('~/.vim_runtime/sources_forked/{}')
Change pathogen#infect('~/.vim_runtime/sources_non_forked') to pathogen#infect('~/.vim_runtime/sources_non_forked/{}')
Press ENTER or type command to continue

Making the Pathogen change seems to cause certain modules to not be loaded, though I'm trying to figure that out for sure. Saw a similar issue (#7), but unlike that user my version of vim is more up to date.

[hotspot (VM-582_allocsiteprof_jni)]± vim --version
VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Feb 10 2013 02:28:47)
Included patches: 1-547
Modified by [email protected]
Compiled by [email protected]
Huge version without GUI.  Features included (+) or not (-):
+arabic +autocmd -balloon_eval -browse ++builtin_terms +byte_offset +cindent 
-clientserver -clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments 
+conceal +cryptv +cscope +cursorbind +cursorshape +dialog_con +diff +digraphs 
-dnd -ebcdic +emacs_tags +eval +ex_extra +extra_search +farsi +file_in_path 
+find_in_path +float +folding -footer +fork() +gettext -hangul_input +iconv 
+insert_expand +jumplist +keymap +langmap +libcall +linebreak +lispindent 
+listcmds +localmap -lua +menu +mksession +modify_fname +mouse -mouseshape 
+mouse_dec +mouse_gpm -mouse_jsbterm +mouse_netterm -mouse_sysmouse 
+mouse_xterm +mouse_urxvt +multi_byte +multi_lang -mzscheme +netbeans_intg 
+path_extra -perl +persistent_undo +postscript +printer +profile -python 
-python3 +quickfix +reltime +rightleft -ruby +scrollbind +signs +smartindent 
-sniff +startuptime +statusline -sun_workshop +syntax +tag_binary 
+tag_old_static -tag_any_white -tcl +terminfo +termresponse +textobjects +title
 -toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo 
+vreplace +wildignore +wildmenu +windows +writebackup -X11 -xfontset -xim -xsmp
 -xterm_clipboard -xterm_save 
   system vimrc file: "$VIM/vimrc"
     user vimrc file: "$HOME/.vimrc"
      user exrc file: "$HOME/.exrc"
  fall-back for $VIM: "/usr/share/vim"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H     -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1      
Linking: gcc   -Wl,-z,relro -Wl,--as-needed -o vim       -lm -ltinfo -lnsl  -lselinux -lacl -lattr -lgpm           

Thank you!

nginx two times?

I think the folder nginx.vim and nginx-vim, inside the sources_non_forked/, are the same.

MacVim "source" issue

When I open a python file with MacVim (gui), my_configs.vim appears to not be sourced. I have tabstop and shiftwidth both set to 2, however the tabstop=8 and shiftwidth=4 whenever I open a python file in MacVim (gui). Once I run :source ~/.vim_runtime/my_configs.vim (where my custom tabstop and shiftwidth are) then all is well.

When I run vim (command line) on Mac or Linux, everything is fine. Even gVim on Linux is fine. I am not sure why only MacVim appears to be affected. Please help.

Issue based on snipMate

I have VIM versioned as 7.3.633 on Ubuntu 12.04 LTS. I got error like this:

Error detected while processing /home/ekrem/.vim/after/plugin/snipMate.vim: line   32:
E117: Unknown function: GetSnippets
Press ENTER or type command to continue

Some new possible features

Hi, i've some remapings that i've seen on some vimrc on the web that i think it could improve a little bit your fantastic work.

First i think you could use "set number" for standard.
Together with that you could remap the F2 key to 'unset' the numbers: nnoremap < F2 > :set nonumber!< CR >.

And then it would be wonderfull to add CTAGS to have the "class/function/method search" resource, like this:
http://amix.dk/blog/post/19329
(I've it mapped on my F4 key, like this: map < F4 > :TlistToggle< CR >).

It doesn't work

I have tried to install following "How to install the Awesome version"
But it doesn't change anything.
What is the matter?
Thx!

Errors when running Vim

vim
Taglist: Exuberant ctags (http://ctags.sf.net) not found in PATH. Plugin is not loaded.
Error detected while processing function 73_YRInit..73_YRHistoryRead..73_YRHistorySave:
line 6:
E482: Can't create file /home/username/.vim_runtime/temp_dirs//yankring_history_v2.txt
YRHistorySave: Unable to save yankring history file: /home/username/.vim_runtime/temp_dirs//yankring_history_v2.txt
Error detected while processing function 73_YRHistoryRead..73_YRHistorySave:
line 6:
E482: Can't create file /home/username/.vim_runtime/temp_dirs//yankring_history_v2.txt
YRHistorySave: Unable to save yankring history file: /home/username/.vim_runtime/temp_dirs//yankring_history_v2.txt
Press ENTER or type command to continue
Wonder why this happens?

$1 turned into ()

I've only recently begun using your vimrc and I love it. I've used vim for years but never in any advanced way, mostly just simple editing of existing files. I've noticed that copy and paste or direct keyboard entry of the "$1" will result in that immediately being converted into () though, if I slow down and wait a second I can enter $1 but, of course this doesn't work with copy and paste. I've looked through all of the mappings I can find but I can't determine what is causing this. I need to disable it since I type $1 a lot in the course of my work when referencing the shell script parameter.

Django syntax doesn't work in sub-directories

Not sure if this is just an issue with my machine, but I've noticed that if I have a sub-directory like, templates/foo/, anything I have in /foo/ I have to manually set syntax to htmldjango each time. But if I'm in /templates/ it works just fine.

This only seems to be an issue with html-django templates. No issues with static files or views (although my views dir doesn't have a sub-dir).

Additionally, this may be a plugin issue and I'm reporting it in the wrong place.

multi-cursor does not work

The only way I could get it to work was to delete yankring and revert the key mapping back to '<C-n>' (Rather than what you mapped to '<C-s>')

I am using

MacOS 10.9.1
iTerm2
vim version 7.3
I pull the repo and did an awesome install and made no other changes

Grep_Skip_Dirs doesn't work

I've installed using the Awesome script, running Mac OSX 10.8.x, and Grep_Skip_Dirs doesn't seem to work. Whenever I run ,g for vimgrep, I can see it is searching through the directories I'm trying to ignore.

Just worth mentioning, the ctrlp_custom_ignore works fine for the ctrlp plugin.

Great work by the way! I have a fork of the repo and would be happy to make the fix myself if you can let me know what the issue is... I can't seem to figure it out.

I've even tried changing...

set grepprg=/bin/grep\ -nH
to
set grepprg=/bin/grep\ -nH --exclude-dir=vendor

...but it seems to completely ignore --exclude-dir.

: command not found Amir Salihefendic

When tried to source the basic.vim or the extended.vim, this warning message is shown and several empty files, such as Text, Color,etc, will be created.

It seems due to the comment problem of these two files.

Vim version: 7.4.5

: command not found
Amir Salihefendic
: command not found

: command not found
bash: 5.0 - 29/05/12 15:43:36
: No such file or directory
Blog_post
: command not found

: command not found
Get this config, nice color schemes and lots of plugins!
: command not found
Install the awesome version from:
: command not found
bash: https://github.com/amix/vimrc
: No such file or directory
Syntax_highlighted
: command not found

: command not found
bash: http://amix.dk/vim/vimrc.txt
: No such file or directory
Sections
: command not found
-> VIM user interface
: command not found
-> Files and backups
: command not found
-> Visual mode related
: command not found
-> Status line
: command not found
-> vimgrep searching and cope displaying
: command not found
-> Misc
: command not found

Change Colors

Hi, how can i correctly change the colorscheme? I almost can't see the comments and line numbers with the current color scheme.

Thanks!

Error messages after install

Error detected while processing /home/joeblow/.vim_runtime/vimrcs/basic.vim:
line 50:
E319: Sorry, the command is not available in this version: filetype plugin on
line 51:
E319: Sorry, the command is not available in this version: filetype indent on
line 58:
E319: Sorry, the command is not available in this version: let mapleader = ","
line 59:
E319: Sorry, the command is not available in this version: let g:mapleader = ","
line 125:
E518: Unknown option: foldcolumn=1
line 132:
E319: Sorry, the command is not available in this version: syntax enable
line 134:
E319: Sorry, the command is not available in this version: try
line 135:
E185: Cannot find color scheme desert
line 136:
E319: Sorry, the command is not available in this version: catch
line 137:
E319: Sorry, the command is not available in this version: endtry
line 237:
E319: Sorry, the command is not available in this version: try
line 240:
E319: Sorry, the command is not available in this version: catch
line 241:
E319: Sorry, the command is not available in this version: endtry
line 244:
E319: Sorry, the command is not available in this version: autocmd BufReadPost *
line 245:
E10: \ should be followed by /, ? or &
line 246:
E10: \ should be followed by /, ? or &
line 247:
E10: \ should be followed by /, ? or &
line 282:
E319: Sorry, the command is not available in this version: func! DeleteTrailingWS()
line 283:
E319: Sorry, the command is not available in this version: exe "normal mz"
line 285:
E319: Sorry, the command is not available in this version: exe "normal `z"
line 286:
E319: Sorry, the command is not available in this version: endfunc
line 287:
E319: Sorry, the command is not available in this version: autocmd BufWrite .py :call DeleteTrailingWS()
line 288:
E319: Sorry, the command is not available in this version: autocmd BufWrite *.coffee :call DeleteTrailingWS()
line 353:
E319: Sorry, the command is not available in this version: function! CmdLine(str)
line 354:
E319: Sorry, the command is not available in this version: exe "menu Foo.Bar :" . a:str
line 355:
E319: Sorry, the command is not available in this version: emenu Foo.Bar
line 356:
E319: Sorry, the command is not available in this version: unmenu Foo
line 357:
E319: Sorry, the command is not available in this version: endfunction
line 359:
E319: Sorry, the command is not available in this version: function! VisualSelection(direction, extra_filter) range
line 360:
E319: Sorry, the command is not available in this version: let l:saved_reg = @"
line 361:
E319: Sorry, the command is not available in this version: execute "normal! vgvy"
line 363:
E319: Sorry, the command is not available in this version: let l:pattern = escape(@", '/.
$^[]')
line 364:
E319: Sorry, the command is not available in this version: let l:pattern = substitute(l:pattern, "\n$", "", "")
line 376:
E319: Sorry, the command is not available in this version: let @/ = l:pattern
line 377:
E319: Sorry, the command is not available in this version: let @" = l:saved_reg
line 378:
E319: Sorry, the command is not available in this version: endfunction
line 382:
E319: Sorry, the command is not available in this version: function! HasPaste()
line 386:
E319: Sorry, the command is not available in this version: return ''
line 387:
E319: Sorry, the command is not available in this version: endfunction
line 390:
E319: Sorry, the command is not available in this version: command! Bclose call BufcloseCloseIt()
line 391:
E319: Sorry, the command is not available in this version: function! BufcloseCloseIt()
line 392:
E319: Sorry, the command is not available in this version: let l:currentBufNum = bufnr("%")
line 393:
E319: Sorry, the command is not available in this version: let l:alternateBufNum = bufnr("#")
line 408:
E319: Sorry, the command is not available in this version: endfunction
Error detected while processing /home/joeblow/.vim_runtime/vimrcs/filetypes.vim:
line 4:
E319: Sorry, the command is not available in this version: let python_highlight_all = 1
line 5:
E319: Sorry, the command is not available in this version: au FileType python syn keyword pythonDecorator True None False self
line 7:
E319: Sorry, the command is not available in this version: au BufNewFile,BufRead .jinja set syntax=htmljinja
line 8:
E319: Sorry, the command is not available in this version: au BufNewFile,BufRead *.mako set ft=mako
line 10:
E319: Sorry, the command is not available in this version: au FileType python map F :set foldmethod=indent
line 12:
E319: Sorry, the command is not available in this version: au FileType python inoremap $r return
line 13:
E319: Sorry, the command is not available in this version: au FileType python inoremap $i import
line 14:
E319: Sorry, the command is not available in this version: au FileType python inoremap $p print
line 15:
E319: Sorry, the command is not available in this version: au FileType python inoremap $f #--- PH ----------------------------------------------FP2xi
line 16:
E319: Sorry, the command is not available in this version: au FileType python map 1 /class
line 17:
E319: Sorry, the command is not available in this version: au FileType python map 2 /def
line 18:
E319: Sorry, the command is not available in this version: au FileType python map C ?class
line 19:
E319: Sorry, the command is not available in this version: au FileType python map D ?def
line 25:
E319: Sorry, the command is not available in this version: au FileType javascript call JavaScriptFold()
line 26:
E319: Sorry, the command is not available in this version: au FileType javascript setl fen
line 27:
E319: Sorry, the command is not available in this version: au FileType javascript setl nocindent
line 29:
E319: Sorry, the command is not available in this version: au FileType javascript imap AJS.log();hi
line 30:
E319: Sorry, the command is not available in this version: au FileType javascript imap alert();hi
line 32:
E319: Sorry, the command is not available in this version: au FileType javascript inoremap $r return
line 33:
E319: Sorry, the command is not available in this version: au FileType javascript inoremap $f //--- PH ----------------------------------------------FP2xi
line 35:
E319: Sorry, the command is not available in this version: function! JavaScriptFold()
line 36:
E518: Unknown option: foldmethod=syntax
line 37:
E518: Unknown option: foldlevelstart=1
line 38:
E319: Sorry, the command is not available in this version: syn region foldBraces start=/{/ end=/}/ transparent fold keepend extend
line 40:
E319: Sorry, the command is not available in this version: function! FoldText()
line 41:
E319: Sorry, the command is not available in this version: return substitute(getline(v:foldstart), '{.
', '{...}', '')
line 42:
E319: Sorry, the command is not available in this version: endfunction
line 43:
E518: Unknown option: foldtext=FoldText()
line 44:
E319: Sorry, the command is not available in this version: endfunction
line 50:
E319: Sorry, the command is not available in this version: function! CoffeeScriptFold()
line 51:
E518: Unknown option: foldmethod=indent
line 52:
E518: Unknown option: foldlevelstart=1
line 53:
E319: Sorry, the command is not available in this version: endfunction
line 54:
E319: Sorry, the command is not available in this version: au FileType coffee call CoffeeScriptFold()
Error detected while processing /home/joeblow/.vim_runtime/vimrcs/plugins_config.vim:
line 11:
E319: Sorry, the command is not available in this version: call pathogen#infect('
/.vim_runtime/sources_forked')
line 12:
E319: Sorry, the command is not available in this version: call pathogen#infect('~/.vim_runtime/sources_non_forked')
line 13:
E319: Sorry, the command is not available in this version: call pathogen#helptags()
line 18:
E319: Sorry, the command is not available in this version: let g:bufExplorerDefaultHelp=0
line 19:
E319: Sorry, the command is not available in this version: let g:bufExplorerShowRelativePath=1
line 20:
E319: Sorry, the command is not available in this version: let g:bufExplorerFindActive=1
line 21:
E319: Sorry, the command is not available in this version: let g:bufExplorerSortBy='name'
line 28:
E319: Sorry, the command is not available in this version: let MRU_Max_Entries = 400
line 45:
E319: Sorry, the command is not available in this version: let g:ctrlp_working_path_mode = 0
line 47:
E319: Sorry, the command is not available in this version: let g:ctrlp_map = ''
line 50:
E319: Sorry, the command is not available in this version: let g:ctrlp_max_height = 20
line 51:
E319: Sorry, the command is not available in this version: let g:ctrlp_custom_ignore = 'node_modules|^.DS_Store|^.git|^.coffee'
line 70:
E319: Sorry, the command is not available in this version: let Grep_Skip_Dirs = 'RCS CVS SCCS .svn generated'
line 87:
E319: Sorry, the command is not available in this version: au FileType mako vmap Si S"i${ _(2f"a) }
Error detected while processing /home/joeblow/.vim_runtime/vimrcs/extended.vim:
line 47:
E319: Sorry, the command is not available in this version: autocmd! bufwritepost vimrc source ~/.vim_runtime/my_configs.vim
line 54:
E319: Sorry, the command is not available in this version: try
line 57:
E319: Sorry, the command is not available in this version: catch
line 58:
E319: Sorry, the command is not available in this version: endtry
line 117:
E319: Sorry, the command is not available in this version: autocmd FileType css set omnifunc=csscomplete#CompleteCSS
line 124:
E319: Sorry, the command is not available in this version: func! DeleteTillSlash()
line 125:
E319: Sorry, the command is not available in this version: let g:cmd = getcmdline()
line 141:
E319: Sorry, the command is not available in this version: return g:cmd_edited
line 142:
E319: Sorry, the command is not available in this version: endfunc
line 144:
E319: Sorry, the command is not available in this version: func! CurrentFileDir(cmd)
line 145:
E319: Sorry, the command is not available in this version: return a:cmd . " " . expand("%:p:h") . "/"
line 146:
E319: Sorry, the command is not available in this version: endfunc
Error detected while processing /home/joeblow/.vimrc:
line 8:
E319: Sorry, the command is not available in this version: try
Error detected while processing /home/joeblow/.vim_runtime/my_configs.vim:
line 2:
E319: Sorry, the command is not available in this version: let NERDTreeShowHidden=1
Error detected while processing /home/joeblow/.vimrc:
line 10:
E319: Sorry, the command is not available in this version: catch
line 11:
E319: Sorry, the command is not available in this version: endtry

some error problems

Error detected while processing function 65_RestoreSettings
Undefined variable : s:ShowMode
Error detected while processing function 65_RestoreSettings
Invalib expression : s:ShowMode
Error detected while processing function 65_RestoreSettings
Undefined variable : s:CmdHeight
Error detected while processing function 65_RestoreSettings
Invalib expression : "Set cmdheight=".s:CmdHeight

when i leave the insert mode, the errors appear.

Problem with status bar

In the most recent version of your plugin the status bar does not fit with your screenshots. I installed the awesome version as in the readme.

Bildschirmfoto vom 2013-04-21 22:39:02

Additional information:

stefan@st1 ~ $ pacman -Q | grep vim
vim 7.3.875-1
vim-runtime 7.3.875-1

Gnome 3.8, Arch Linux.

E185: Cannot find color scheme solarized

There seems to be a problem when I try to use solarized color scheme.

If I remove all other colorscheme settings in basic.vim and extend.vim, add this line

colorscheme solarized

I'll get

E185: Cannot find color scheme solarized

taglist two times

taglist is in sources_non_forked/ two times:
like taglist/
like taglist.vim/
both of them taglist.vim inside plugin/ are the same file you can see with
vimdiff taglist/plugin/taglist.vim tagalis.vim/plugin/taglist.vim

Snippet expansion is broken

497b5aa is the last commit I could figure out that snippet expansion is working on all of my systems.
After this commit, tab produces a tab, even right after a snippet keyword.

The commit f2d6402 breaks the plugin, and the merge of the two previous commit ( 22a4463 ) does not resolve the issue.

I'm running vim 7.3

Exuberant ctags

Taglist: Exuberant ctags (http://ctags.sf.net) not found in PATH. Plugin is not loaded.
Press ENTER or type command to continue

Might want to include a note about installing ctags in the README

how can i change the font?

HI, there,
i am using your awesome vimrc
but how can i change the font?
e.g. i found the extend.vim has

" Set font according to system
if has("mac") || has("macunix")
set gfn=Menlo:h10
set shell=/bin/bash
elseif has("win16") || has("win32")
set gfn=Bitstream\ Vera\ Sans\ Mono:h10
elseif has("linux")
set gfn=Monospace\ 10
set shell=/bin/bash
endif

and i would like to increase the size so i changed all the h10 to h16, but nothing changed...

thanks alot!

VisualSelection cannot work with parameter 'gv'

It always says vimgrep cannot find the path. After checking the vimrc, I found this may be relevant:

elseif a:direction == 'gv'
        call CmdLine("vimgrep " . '/'. l:pattern . '/' . ' **/*.')

There is a dot in '**/*.', is this by intention or a mistake?

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.