2016-10-20 10:27:10 +02:00

8 lines
189 B
Plaintext
Executable File

# -*- mode: snippet; -*-
#contributor: Xah Lee (XahLee.org)
#name: search-backward
#key: search-backward
#key: sb
# --
(search-backward "$1"${2: ${3:bound}${4: ${5:noerror}${6: count}}})$0