diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 15:36:29 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 15:36:29 -0200 |
commit | e573a7090239d4b5cdc0e2e1053433f6341fdba2 (patch) | |
tree | e53f5164bb3c37dcf8d2959e06b6e2b722170af0 /modules/vim/vim.dot.link/after/ftplugin/asp_snippets.vim | |
parent | adce46f27ce9cd659581153ed7264dbabdc06c19 (diff) | |
download | dotfiles-e573a7090239d4b5cdc0e2e1053433f6341fdba2.tar.gz dotfiles-e573a7090239d4b5cdc0e2e1053433f6341fdba2.tar.bz2 |
Removing vim to convert it to a submodule
Diffstat (limited to 'modules/vim/vim.dot.link/after/ftplugin/asp_snippets.vim')
-rw-r--r-- | modules/vim/vim.dot.link/after/ftplugin/asp_snippets.vim | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/modules/vim/vim.dot.link/after/ftplugin/asp_snippets.vim b/modules/vim/vim.dot.link/after/ftplugin/asp_snippets.vim deleted file mode 100644 index 4fdc8a8..0000000 --- a/modules/vim/vim.dot.link/after/ftplugin/asp_snippets.vim +++ /dev/null @@ -1,17 +0,0 @@ -if !exists('loaded_snippet') || &cp - finish -endif - -let st = g:snip_start_tag -let et = g:snip_end_tag -let cd = g:snip_elem_delim - -exec "Snippet rr Response.Redirect(".st."to".et.")".st.et."" -exec "Snippet app Application(\"".st.et."\")".st.et."" -exec "Snippet forin For ".st."var".et." in ".st."array".et."<CR>".st.et."<CR>Next<CR>".st.et."" -exec "Snippet ifelse If ".st."condition".et." Then<CR>".st.et."<CR>Else<CR>".st.et."<CR>End if<CR>".st.et."" -exec "Snippet rw Response.Write ".st.et."" -exec "Snippet sess Session(\"".st.et."\")".st.et."" -exec "Snippet rf Request.Form(\"".st.et."\")".st.et."" -exec "Snippet rq Request.QueryString(\"".st.et."\")".st.et."" -exec "Snippet while While ".st."NOT".et." ".st."condition".et."<CR>".st.et."<CR>Wend<CR>".st.et."" |