diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 16:55:42 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 16:58:10 -0500 |
commit | e5dfb045b994e1ab8fef9ef5d3f02ce20ea6b685 (patch) | |
tree | ba74287d80e46c70dab8c4311a1dc933fbfbdea1 /.vim/c-support | |
parent | fix pager again (diff) |
many more renames
Diffstat (limited to '')
-rw-r--r-- | dot_vim/c-support/codesnippets/Makefile (renamed from .vim/c-support/codesnippets/Makefile) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/codesnippets/Makefile.multi-target.template (renamed from .vim/c-support/codesnippets/Makefile.multi-target.template) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/codesnippets/calloc_double_matrix.c (renamed from .vim/c-support/codesnippets/calloc_double_matrix.c) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/codesnippets/calloc_int_matrix.c (renamed from .vim/c-support/codesnippets/calloc_int_matrix.c) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/codesnippets/main.c (renamed from .vim/c-support/codesnippets/main.c) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/codesnippets/main.cc (renamed from .vim/c-support/codesnippets/main.cc) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/codesnippets/print_double_array.c.noindent (renamed from .vim/c-support/codesnippets/print_double_array.c.noindent) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/codesnippets/print_int_array.c.noindent (renamed from .vim/c-support/codesnippets/print_int_array.c.noindent) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/doc/ChangeLog (renamed from .vim/c-support/doc/ChangeLog) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/doc/c-hotkeys.pdf (renamed from .vim/c-support/doc/c-hotkeys.pdf) | bin | 48296 -> 48296 bytes | |||
-rw-r--r-- | dot_vim/c-support/rc/customization.ctags (renamed from .vim/c-support/rc/customization.ctags) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/rc/customization.gvimrc (renamed from .vim/c-support/rc/customization.gvimrc) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/rc/customization.indent.pro (renamed from .vim/c-support/rc/customization.indent.pro) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/rc/customization.vimrc (renamed from .vim/c-support/rc/customization.vimrc) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/scripts/wrapper.sh (renamed from .vim/c-support/scripts/wrapper.sh) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/syntax/c.vim (renamed from .vim/c-support/syntax/c.vim) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/templates/Templates (renamed from .vim/c-support/templates/Templates) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/templates/c.comments.template (renamed from .vim/c-support/templates/c.comments.template) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/templates/c.cpp.template (renamed from .vim/c-support/templates/c.cpp.template) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/templates/c.idioms.template (renamed from .vim/c-support/templates/c.idioms.template) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/templates/c.preprocessor.template (renamed from .vim/c-support/templates/c.preprocessor.template) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/templates/c.statements.template (renamed from .vim/c-support/templates/c.statements.template) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/templates/cpp.comments.template (renamed from .vim/c-support/templates/cpp.comments.template) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/templates/cpp.cpp.template (renamed from .vim/c-support/templates/cpp.cpp.template) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/templates/cpp.idioms.template (renamed from .vim/c-support/templates/cpp.idioms.template) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/templates/cpp.preprocessor.template (renamed from .vim/c-support/templates/cpp.preprocessor.template) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/templates/cpp.statements.template (renamed from .vim/c-support/templates/cpp.statements.template) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/wordlists/c-c++-keywords.list (renamed from .vim/c-support/wordlists/c-c++-keywords.list) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/wordlists/k+r.list (renamed from .vim/c-support/wordlists/k+r.list) | 0 | ||||
-rw-r--r-- | dot_vim/c-support/wordlists/stl_index.list (renamed from .vim/c-support/wordlists/stl_index.list) | 0 |
30 files changed, 0 insertions, 0 deletions
diff --git a/.vim/c-support/codesnippets/Makefile b/dot_vim/c-support/codesnippets/Makefile index 2208944..2208944 100644 --- a/.vim/c-support/codesnippets/Makefile +++ b/dot_vim/c-support/codesnippets/Makefile diff --git a/.vim/c-support/codesnippets/Makefile.multi-target.template b/dot_vim/c-support/codesnippets/Makefile.multi-target.template index 75da8dd..75da8dd 100644 --- a/.vim/c-support/codesnippets/Makefile.multi-target.template +++ b/dot_vim/c-support/codesnippets/Makefile.multi-target.template diff --git a/.vim/c-support/codesnippets/calloc_double_matrix.c b/dot_vim/c-support/codesnippets/calloc_double_matrix.c index ec71658..ec71658 100644 --- a/.vim/c-support/codesnippets/calloc_double_matrix.c +++ b/dot_vim/c-support/codesnippets/calloc_double_matrix.c diff --git a/.vim/c-support/codesnippets/calloc_int_matrix.c b/dot_vim/c-support/codesnippets/calloc_int_matrix.c index e21215b..e21215b 100644 --- a/.vim/c-support/codesnippets/calloc_int_matrix.c +++ b/dot_vim/c-support/codesnippets/calloc_int_matrix.c diff --git a/.vim/c-support/codesnippets/main.c b/dot_vim/c-support/codesnippets/main.c index 770f5d5..770f5d5 100644 --- a/.vim/c-support/codesnippets/main.c +++ b/dot_vim/c-support/codesnippets/main.c diff --git a/.vim/c-support/codesnippets/main.cc b/dot_vim/c-support/codesnippets/main.cc index d87f891..d87f891 100644 --- a/.vim/c-support/codesnippets/main.cc +++ b/dot_vim/c-support/codesnippets/main.cc diff --git a/.vim/c-support/codesnippets/print_double_array.c.noindent b/dot_vim/c-support/codesnippets/print_double_array.c.noindent index 6ced53a..6ced53a 100644 --- a/.vim/c-support/codesnippets/print_double_array.c.noindent +++ b/dot_vim/c-support/codesnippets/print_double_array.c.noindent diff --git a/.vim/c-support/codesnippets/print_int_array.c.noindent b/dot_vim/c-support/codesnippets/print_int_array.c.noindent index 02d53c0..02d53c0 100644 --- a/.vim/c-support/codesnippets/print_int_array.c.noindent +++ b/dot_vim/c-support/codesnippets/print_int_array.c.noindent diff --git a/.vim/c-support/doc/ChangeLog b/dot_vim/c-support/doc/ChangeLog index d0d4fd4..d0d4fd4 100644 --- a/.vim/c-support/doc/ChangeLog +++ b/dot_vim/c-support/doc/ChangeLog diff --git a/.vim/c-support/doc/c-hotkeys.pdf b/dot_vim/c-support/doc/c-hotkeys.pdf Binary files differindex 07a6c7c..07a6c7c 100644 --- a/.vim/c-support/doc/c-hotkeys.pdf +++ b/dot_vim/c-support/doc/c-hotkeys.pdf diff --git a/.vim/c-support/rc/customization.ctags b/dot_vim/c-support/rc/customization.ctags index 75ccd5a..75ccd5a 100644 --- a/.vim/c-support/rc/customization.ctags +++ b/dot_vim/c-support/rc/customization.ctags diff --git a/.vim/c-support/rc/customization.gvimrc b/dot_vim/c-support/rc/customization.gvimrc index ff3d690..ff3d690 100644 --- a/.vim/c-support/rc/customization.gvimrc +++ b/dot_vim/c-support/rc/customization.gvimrc diff --git a/.vim/c-support/rc/customization.indent.pro b/dot_vim/c-support/rc/customization.indent.pro index 95f6081..95f6081 100644 --- a/.vim/c-support/rc/customization.indent.pro +++ b/dot_vim/c-support/rc/customization.indent.pro diff --git a/.vim/c-support/rc/customization.vimrc b/dot_vim/c-support/rc/customization.vimrc index f9ab5a7..f9ab5a7 100644 --- a/.vim/c-support/rc/customization.vimrc +++ b/dot_vim/c-support/rc/customization.vimrc diff --git a/.vim/c-support/scripts/wrapper.sh b/dot_vim/c-support/scripts/wrapper.sh index 55d9961..55d9961 100644 --- a/.vim/c-support/scripts/wrapper.sh +++ b/dot_vim/c-support/scripts/wrapper.sh diff --git a/.vim/c-support/syntax/c.vim b/dot_vim/c-support/syntax/c.vim index 395e0d9..395e0d9 100644 --- a/.vim/c-support/syntax/c.vim +++ b/dot_vim/c-support/syntax/c.vim diff --git a/.vim/c-support/templates/Templates b/dot_vim/c-support/templates/Templates index 9aa86fc..9aa86fc 100644 --- a/.vim/c-support/templates/Templates +++ b/dot_vim/c-support/templates/Templates diff --git a/.vim/c-support/templates/c.comments.template b/dot_vim/c-support/templates/c.comments.template index 8080968..8080968 100644 --- a/.vim/c-support/templates/c.comments.template +++ b/dot_vim/c-support/templates/c.comments.template diff --git a/.vim/c-support/templates/c.cpp.template b/dot_vim/c-support/templates/c.cpp.template index ce15421..ce15421 100644 --- a/.vim/c-support/templates/c.cpp.template +++ b/dot_vim/c-support/templates/c.cpp.template diff --git a/.vim/c-support/templates/c.idioms.template b/dot_vim/c-support/templates/c.idioms.template index 09bc0b7..09bc0b7 100644 --- a/.vim/c-support/templates/c.idioms.template +++ b/dot_vim/c-support/templates/c.idioms.template diff --git a/.vim/c-support/templates/c.preprocessor.template b/dot_vim/c-support/templates/c.preprocessor.template index 3ec674a..3ec674a 100644 --- a/.vim/c-support/templates/c.preprocessor.template +++ b/dot_vim/c-support/templates/c.preprocessor.template diff --git a/.vim/c-support/templates/c.statements.template b/dot_vim/c-support/templates/c.statements.template index 966ae3a..966ae3a 100644 --- a/.vim/c-support/templates/c.statements.template +++ b/dot_vim/c-support/templates/c.statements.template diff --git a/.vim/c-support/templates/cpp.comments.template b/dot_vim/c-support/templates/cpp.comments.template index 9929eab..9929eab 100644 --- a/.vim/c-support/templates/cpp.comments.template +++ b/dot_vim/c-support/templates/cpp.comments.template diff --git a/.vim/c-support/templates/cpp.cpp.template b/dot_vim/c-support/templates/cpp.cpp.template index 7773989..7773989 100644 --- a/.vim/c-support/templates/cpp.cpp.template +++ b/dot_vim/c-support/templates/cpp.cpp.template diff --git a/.vim/c-support/templates/cpp.idioms.template b/dot_vim/c-support/templates/cpp.idioms.template index febc375..febc375 100644 --- a/.vim/c-support/templates/cpp.idioms.template +++ b/dot_vim/c-support/templates/cpp.idioms.template diff --git a/.vim/c-support/templates/cpp.preprocessor.template b/dot_vim/c-support/templates/cpp.preprocessor.template index dbf8abb..dbf8abb 100644 --- a/.vim/c-support/templates/cpp.preprocessor.template +++ b/dot_vim/c-support/templates/cpp.preprocessor.template diff --git a/.vim/c-support/templates/cpp.statements.template b/dot_vim/c-support/templates/cpp.statements.template index 8018334..8018334 100644 --- a/.vim/c-support/templates/cpp.statements.template +++ b/dot_vim/c-support/templates/cpp.statements.template diff --git a/.vim/c-support/wordlists/c-c++-keywords.list b/dot_vim/c-support/wordlists/c-c++-keywords.list index 5a97dd6..5a97dd6 100644 --- a/.vim/c-support/wordlists/c-c++-keywords.list +++ b/dot_vim/c-support/wordlists/c-c++-keywords.list diff --git a/.vim/c-support/wordlists/k+r.list b/dot_vim/c-support/wordlists/k+r.list index 805756a..805756a 100644 --- a/.vim/c-support/wordlists/k+r.list +++ b/dot_vim/c-support/wordlists/k+r.list diff --git a/.vim/c-support/wordlists/stl_index.list b/dot_vim/c-support/wordlists/stl_index.list index b5d98a3..b5d98a3 100644 --- a/.vim/c-support/wordlists/stl_index.list +++ b/dot_vim/c-support/wordlists/stl_index.list |