diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-11-25 20:51:34 -0500 | 
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-12-23 18:15:52 -0500 | 
| commit | fb112dca9c785a71eaf033732b87519a6575b3a8 (patch) | |
| tree | ff689aa48548a84df8378df6b21fa268e628ae26 /sundry/editor-syntax-etc/vim/templates | |
| parent | 0.12.0 (diff) | |
spine-search-cgi separate commits, remove sundry
Diffstat (limited to 'sundry/editor-syntax-etc/vim/templates')
| -rw-r--r-- | sundry/editor-syntax-etc/vim/templates/ssi.tpl | 30 | ||||
| -rw-r--r-- | sundry/editor-syntax-etc/vim/templates/ssm.tpl | 30 | ||||
| -rw-r--r-- | sundry/editor-syntax-etc/vim/templates/sst.tpl | 30 | 
3 files changed, 0 insertions, 90 deletions
diff --git a/sundry/editor-syntax-etc/vim/templates/ssi.tpl b/sundry/editor-syntax-etc/vim/templates/ssi.tpl deleted file mode 100644 index 28e8101..0000000 --- a/sundry/editor-syntax-etc/vim/templates/ssi.tpl +++ /dev/null @@ -1,30 +0,0 @@ -# SiSU 8.0 insert - -title: -  main:             "#___#" -  sub:              "#___#" -  language:         "#___#" - -creator: -  author:           "#___#" - -date: - :published:        "YYYY-MM-DD" - -rights: -  copyright:        "#___#" -  license:          "#___#" - -classify: -  topic_register:   "#___#" - -make: -  breaks:           "new=:B; break=1" -#  home_button_text: "#___#" -#  footer:           "#___#" - -#% -- body --- - -:A~ @title @author - -1~  #___# diff --git a/sundry/editor-syntax-etc/vim/templates/ssm.tpl b/sundry/editor-syntax-etc/vim/templates/ssm.tpl deleted file mode 100644 index 579375f..0000000 --- a/sundry/editor-syntax-etc/vim/templates/ssm.tpl +++ /dev/null @@ -1,30 +0,0 @@ -# SiSU 8.0 master - -title: -  main:             "#___#" -  sub:              "#___#" -  language:         "#___#" - -creator: -  author:           "#___#" - -date: - :published:        "YYYY-MM-DD" - -rights: -  copyright:        "#___#" -  license:          "#___#" - -classify: -  topic_register:   "#___#" - -make: -  breaks:           "new=:B; break=1" -#  home_button_text: "#___#" -#  footer:           "#___#" - -#% -- body --- - -:A~ @title @author - -1~  #___# diff --git a/sundry/editor-syntax-etc/vim/templates/sst.tpl b/sundry/editor-syntax-etc/vim/templates/sst.tpl deleted file mode 100644 index 069d498..0000000 --- a/sundry/editor-syntax-etc/vim/templates/sst.tpl +++ /dev/null @@ -1,30 +0,0 @@ -# SiSU 8.0 - -title: -  main:             "#___#" -  sub:              "#___#" -  language:         "#___#" - -creator: -  author:           "#___#" - -date: - :published:        "YYYY-MM-DD" - -rights: -  copyright:        "#___#" -  license:          "#___#" - -classify: -  topic_register:   "#___#" - -make: -  breaks:           "new=:B; break=1" -#  home_button_text: "#___#" -#  footer:           "#___#" - -#% -- body --- - -:A~ @title @author - -1~  #___#  | 
