mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 11:30:29 +01:00
Added branch pathogen
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
# Global snippets
|
||||
|
||||
# (c) holds no legal value ;)
|
||||
snippet c)
|
||||
`&enc[:2] == "utf" ? "©" : "(c)"` Copyright `strftime("%Y")` ${1:`g:snips_author`}. All Rights Reserved.${2}
|
||||
snippet date
|
||||
`strftime("%Y-%m-%d")`
|
||||
snippet datetime
|
||||
`strftime("%Y-%m-%d %H:%M:%S")`
|
||||
snippet ,,
|
||||
„
|
||||
snippet ''
|
||||
”
|
||||
# pause sign. Long dash
|
||||
snippet --
|
||||
—
|
||||
# simple dash (shorter then minus, used for concatenating words, like thirty-nine)
|
||||
snippet -
|
||||
‐
|
||||
# this is for hyphenation hints (SHY)
|
||||
snippet ~
|
||||
|
||||
snippet ...
|
||||
…
|
||||
Reference in New Issue
Block a user