vim modifications
commit385bc111538082c20b3430385e9990fbf35a055c
authorcinan <cinan6@gmail.com>
Sat, 12 Dec 2009 17:11:00 +0000 (12 18:11 +0100)
committercinan <cinan6@gmail.com>
Sat, 12 Dec 2009 17:11:00 +0000 (12 18:11 +0100)
tree17c09544ac7688a1faf21d481014d46003434d52
parentf554116e157c6a44430e7ab14fbc9dee5ea9024e
vim modifications
186 files changed:
.vim/after/ftplugin/c.vim [new file with mode: 0644]
.vim/after/ftplugin/cpp.vim [new file with mode: 0644]
.vim/autoload/omni/common/debug.vim [new file with mode: 0644]
.vim/autoload/omni/common/utils.vim [new file with mode: 0644]
.vim/autoload/omni/cpp/complete.vim [new file with mode: 0644]
.vim/autoload/omni/cpp/includes.vim [new file with mode: 0644]
.vim/autoload/omni/cpp/items.vim [new file with mode: 0644]
.vim/autoload/omni/cpp/maycomplete.vim [new file with mode: 0644]
.vim/autoload/omni/cpp/namespaces.vim [new file with mode: 0644]
.vim/autoload/omni/cpp/settings.vim [new file with mode: 0644]
.vim/autoload/omni/cpp/tokenizer.vim [new file with mode: 0644]
.vim/autoload/omni/cpp/utils.vim [new file with mode: 0644]
.vim/c-support/codesnippets/Makefile [new file with mode: 0644]
.vim/c-support/codesnippets/Makefile.multi-target.template [new file with mode: 0644]
.vim/c-support/codesnippets/calloc_double_matrix.c [new file with mode: 0644]
.vim/c-support/codesnippets/calloc_int_matrix.c [new file with mode: 0644]
.vim/c-support/codesnippets/main.c [new file with mode: 0644]
.vim/c-support/codesnippets/main.cc [new file with mode: 0644]
.vim/c-support/codesnippets/print_array.cc.noindent [new file with mode: 0644]
.vim/c-support/codesnippets/print_double_array.c.noindent [new file with mode: 0644]
.vim/c-support/codesnippets/print_int_array.c.noindent [new file with mode: 0644]
.vim/c-support/doc/ChangeLog [new file with mode: 0644]
.vim/c-support/doc/c-hotkeys.pdf [new file with mode: 0644]
.vim/c-support/doc/c-hotkeys.tex [new file with mode: 0644]
.vim/c-support/rc/customization.ctags [new file with mode: 0644]
.vim/c-support/rc/customization.gvimrc [new file with mode: 0644]
.vim/c-support/rc/customization.indent.pro [new file with mode: 0644]
.vim/c-support/rc/customization.vimrc [new file with mode: 0644]
.vim/c-support/scripts/wrapper.sh [new file with mode: 0755]
.vim/c-support/templates/Templates [new file with mode: 0644]
.vim/c-support/templates/c.comments.template [new file with mode: 0644]
.vim/c-support/templates/c.cpp.template [new file with mode: 0644]
.vim/c-support/templates/c.idioms.template [new file with mode: 0644]
.vim/c-support/templates/c.preprocessor.template [new file with mode: 0644]
.vim/c-support/templates/c.statements.template [new file with mode: 0644]
.vim/c-support/templates/cpp.comments.template [new file with mode: 0644]
.vim/c-support/templates/cpp.cpp.template [new file with mode: 0644]
.vim/c-support/templates/cpp.idioms.template [new file with mode: 0644]
.vim/c-support/templates/cpp.preprocessor.template [new file with mode: 0644]
.vim/c-support/templates/cpp.statements.template [new file with mode: 0644]
.vim/c-support/wordlists/c-c++-keywords.list [new file with mode: 0644]
.vim/c-support/wordlists/k+r.list [new file with mode: 0644]
.vim/c-support/wordlists/stl_index.list [new file with mode: 0644]
.vim/colors/DarkDefault.vim [deleted file]
.vim/colors/Digerati_Vim_Colorscheme_by_hcalves.vim [deleted file]
.vim/colors/asmanian2.vim [deleted file]
.vim/colors/colorful256.vim [deleted file]
.vim/colors/darkspectrum.vim [deleted file]
.vim/colors/desert.vim [deleted file]
.vim/colors/ir_black.vim [deleted file]
.vim/colors/mustang.vim [new file with mode: 0644]
.vim/colors/neverness.vim [deleted file]
.vim/colors/oceanblack.vim [deleted file]
.vim/colors/rdark.vim [deleted file]
.vim/colors/wombat.vim
.vim/colors/xterm16.vim [deleted file]
.vim/colors/zenburn.vim [deleted file]
.vim/doc/csupport.txt [new file with mode: 0644]
.vim/doc/omnicppcomplete.txt [new file with mode: 0644]
.vim/ftplugin/c.vim [new file with mode: 0644]
.vim/plugin/c.vim [new file with mode: 0644]
.vim/plugin/code_complete.vim [deleted file]
.vim/plugin/comments.vim [new file with mode: 0644]
.vim/plugin/highlights.csv [deleted file]
.vim/plugin/highlights.vim [deleted file]
.vim/plugin/matchit.vim [deleted file]
.vim/plugin/supertab.vim [new file with mode: 0644]
.vim/plugin/tComment.vim [deleted file]
.vim/sk.utf-8.spl [deleted file]
.vim/sk_SK.aff [deleted file]
.vim/sk_SK.dic [deleted file]
.vim/tags/cpp [new file with mode: 0644]
.vim/tags/cpp_src/algorithm [new file with mode: 0644]
.vim/tags/cpp_src/allocator.h [new file with mode: 0644]
.vim/tags/cpp_src/basic_ios.h [new file with mode: 0644]
.vim/tags/cpp_src/basic_ios.tcc [new file with mode: 0644]
.vim/tags/cpp_src/basic_string.h [new file with mode: 0644]
.vim/tags/cpp_src/basic_string.tcc [new file with mode: 0644]
.vim/tags/cpp_src/bitset [new file with mode: 0644]
.vim/tags/cpp_src/boost_concept_check.h [new file with mode: 0644]
.vim/tags/cpp_src/cassert [new file with mode: 0644]
.vim/tags/cpp_src/cctype [new file with mode: 0644]
.vim/tags/cpp_src/cerrno [new file with mode: 0644]
.vim/tags/cpp_src/cfloat [new file with mode: 0644]
.vim/tags/cpp_src/char_traits.h [new file with mode: 0644]
.vim/tags/cpp_src/climits [new file with mode: 0644]
.vim/tags/cpp_src/clocale [new file with mode: 0644]
.vim/tags/cpp_src/cmath [new file with mode: 0644]
.vim/tags/cpp_src/cmath.tcc [new file with mode: 0644]
.vim/tags/cpp_src/codecvt.h [new file with mode: 0644]
.vim/tags/cpp_src/complex [new file with mode: 0644]
.vim/tags/cpp_src/concept_check.h [new file with mode: 0644]
.vim/tags/cpp_src/cpp_type_traits.h [new file with mode: 0644]
.vim/tags/cpp_src/csetjmp [new file with mode: 0644]
.vim/tags/cpp_src/csignal [new file with mode: 0644]
.vim/tags/cpp_src/cstdarg [new file with mode: 0644]
.vim/tags/cpp_src/cstddef [new file with mode: 0644]
.vim/tags/cpp_src/cstdio [new file with mode: 0644]
.vim/tags/cpp_src/cstdlib [new file with mode: 0644]
.vim/tags/cpp_src/cstring [new file with mode: 0644]
.vim/tags/cpp_src/ctime [new file with mode: 0644]
.vim/tags/cpp_src/cwchar [new file with mode: 0644]
.vim/tags/cpp_src/cwctype [new file with mode: 0644]
.vim/tags/cpp_src/deque [new file with mode: 0644]
.vim/tags/cpp_src/deque.tcc [new file with mode: 0644]
.vim/tags/cpp_src/exception [new file with mode: 0644]
.vim/tags/cpp_src/exception_defines.h [new file with mode: 0644]
.vim/tags/cpp_src/fstream [new file with mode: 0644]
.vim/tags/cpp_src/fstream.tcc [new file with mode: 0644]
.vim/tags/cpp_src/functexcept.h [new file with mode: 0644]
.vim/tags/cpp_src/functional [new file with mode: 0644]
.vim/tags/cpp_src/gslice.h [new file with mode: 0644]
.vim/tags/cpp_src/gslice_array.h [new file with mode: 0644]
.vim/tags/cpp_src/indirect_array.h [new file with mode: 0644]
.vim/tags/cpp_src/iomanip [new file with mode: 0644]
.vim/tags/cpp_src/ios [new file with mode: 0644]
.vim/tags/cpp_src/ios_base.h [new file with mode: 0644]
.vim/tags/cpp_src/iosfwd [new file with mode: 0644]
.vim/tags/cpp_src/iostream [new file with mode: 0644]
.vim/tags/cpp_src/istream [new file with mode: 0644]
.vim/tags/cpp_src/istream.tcc [new file with mode: 0644]
.vim/tags/cpp_src/iterator [new file with mode: 0644]
.vim/tags/cpp_src/limits [new file with mode: 0644]
.vim/tags/cpp_src/list [new file with mode: 0644]
.vim/tags/cpp_src/list.tcc [new file with mode: 0644]
.vim/tags/cpp_src/locale [new file with mode: 0644]
.vim/tags/cpp_src/locale_classes.h [new file with mode: 0644]
.vim/tags/cpp_src/locale_facets.h [new file with mode: 0644]
.vim/tags/cpp_src/locale_facets.tcc [new file with mode: 0644]
.vim/tags/cpp_src/localefwd.h [new file with mode: 0644]
.vim/tags/cpp_src/map [new file with mode: 0644]
.vim/tags/cpp_src/mask_array.h [new file with mode: 0644]
.vim/tags/cpp_src/memory [new file with mode: 0644]
.vim/tags/cpp_src/new [new file with mode: 0644]
.vim/tags/cpp_src/numeric [new file with mode: 0644]
.vim/tags/cpp_src/ostream [new file with mode: 0644]
.vim/tags/cpp_src/ostream.tcc [new file with mode: 0644]
.vim/tags/cpp_src/ostream_insert.h [new file with mode: 0644]
.vim/tags/cpp_src/postypes.h [new file with mode: 0644]
.vim/tags/cpp_src/queue [new file with mode: 0644]
.vim/tags/cpp_src/set [new file with mode: 0644]
.vim/tags/cpp_src/slice_array.h [new file with mode: 0644]
.vim/tags/cpp_src/sstream [new file with mode: 0644]
.vim/tags/cpp_src/sstream.tcc [new file with mode: 0644]
.vim/tags/cpp_src/stack [new file with mode: 0644]
.vim/tags/cpp_src/stdexcept [new file with mode: 0644]
.vim/tags/cpp_src/stl_algo.h [new file with mode: 0644]
.vim/tags/cpp_src/stl_algobase.h [new file with mode: 0644]
.vim/tags/cpp_src/stl_bvector.h [new file with mode: 0644]
.vim/tags/cpp_src/stl_construct.h [new file with mode: 0644]
.vim/tags/cpp_src/stl_deque.h [new file with mode: 0644]
.vim/tags/cpp_src/stl_function.h [new file with mode: 0644]
.vim/tags/cpp_src/stl_heap.h [new file with mode: 0644]
.vim/tags/cpp_src/stl_iterator.h [new file with mode: 0644]
.vim/tags/cpp_src/stl_iterator_base_funcs.h [new file with mode: 0644]
.vim/tags/cpp_src/stl_iterator_base_types.h [new file with mode: 0644]
.vim/tags/cpp_src/stl_list.h [new file with mode: 0644]
.vim/tags/cpp_src/stl_map.h [new file with mode: 0644]
.vim/tags/cpp_src/stl_multimap.h [new file with mode: 0644]
.vim/tags/cpp_src/stl_multiset.h [new file with mode: 0644]
.vim/tags/cpp_src/stl_numeric.h [new file with mode: 0644]
.vim/tags/cpp_src/stl_pair.h [new file with mode: 0644]
.vim/tags/cpp_src/stl_queue.h [new file with mode: 0644]
.vim/tags/cpp_src/stl_raw_storage_iter.h [new file with mode: 0644]
.vim/tags/cpp_src/stl_relops.h [new file with mode: 0644]
.vim/tags/cpp_src/stl_set.h [new file with mode: 0644]
.vim/tags/cpp_src/stl_stack.h [new file with mode: 0644]
.vim/tags/cpp_src/stl_tempbuf.h [new file with mode: 0644]
.vim/tags/cpp_src/stl_tree.h [new file with mode: 0644]
.vim/tags/cpp_src/stl_uninitialized.h [new file with mode: 0644]
.vim/tags/cpp_src/stl_vector.h [new file with mode: 0644]
.vim/tags/cpp_src/stream_iterator.h [new file with mode: 0644]
.vim/tags/cpp_src/streambuf [new file with mode: 0644]
.vim/tags/cpp_src/streambuf.tcc [new file with mode: 0644]
.vim/tags/cpp_src/streambuf_iterator.h [new file with mode: 0644]
.vim/tags/cpp_src/string [new file with mode: 0644]
.vim/tags/cpp_src/stringfwd.h [new file with mode: 0644]
.vim/tags/cpp_src/typeinfo [new file with mode: 0644]
.vim/tags/cpp_src/utility [new file with mode: 0644]
.vim/tags/cpp_src/valarray [new file with mode: 0644]
.vim/tags/cpp_src/valarray_after.h [new file with mode: 0644]
.vim/tags/cpp_src/valarray_array.h [new file with mode: 0644]
.vim/tags/cpp_src/valarray_array.tcc [new file with mode: 0644]
.vim/tags/cpp_src/valarray_before.h [new file with mode: 0644]
.vim/tags/cpp_src/vector [new file with mode: 0644]
.vim/tags/cpp_src/vector.tcc [new file with mode: 0644]