Skip to content

Commit

Permalink
Add vim configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouhang committed Feb 26, 2013
1 parent 8049c24 commit d02b50a
Show file tree
Hide file tree
Showing 49 changed files with 13,331 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cs_build
Expand Up @@ -4,7 +4,7 @@ echo "clean up ..."
rm -f cscope.po.out cscope.in.out tags cscope.out

echo "find source files we care ..."
find $PWD -name "*.c" -o -name "*.h" -o -name "*.hpp" -o -name "*.cpp" -o -name "*.java" -o -name "*.jsp" -o -name "*.rb" >cscope.files
find $PWD -name "*.c" -o -name "*.h" -o -name "*.hpp" -o -name "*.cpp" -o -name "*.hxx" -o -name "*.cxx" -o -name "*.java" -o -name "*.jsp" -o -name "*.rb" >cscope.files

echo "build cscope files ..."
cscope -k -b -q -R -i cscope.files
Expand Down
1 change: 1 addition & 0 deletions vimrc/.vim/autoload
1 change: 1 addition & 0 deletions vimrc/.vim/bundle/command-t/.VimballRecord
@@ -0,0 +1 @@
command-t-1.4.vba: call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/controller.rb')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/extconf.rb')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/finder/buffer_finder.rb')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/finder/file_finder.rb')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/finder/jump_finder.rb')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/finder/tag_finder.rb')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/finder.rb')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/match_window.rb')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/prompt.rb')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/scanner/buffer_scanner.rb')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/scanner/file_scanner.rb')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/scanner/jump_scanner.rb')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/scanner/tag_scanner.rb')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/scanner.rb')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/settings.rb')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/stub.rb')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/vim/path_utilities.rb')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/vim/screen.rb')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/vim/window.rb')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/vim.rb')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/ext.c')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/match.c')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/matcher.c')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/ext.h')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/match.h')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/matcher.h')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/ruby_compat.h')|call delete('/home/zhouhang/.vim/bundle/command-t/ruby/command-t/depend')|call delete('/home/zhouhang/.vim/bundle/command-t/doc/command-t.txt')|call delete('/home/zhouhang/.vim/bundle/command-t/plugin/command-t.vim')

0 comments on commit d02b50a

Please sign in to comment.