]> git.cworth.org Git - sup/commit
escape all regexes used for tab completion
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Tue, 22 Jan 2008 07:29:46 +0000 (23:29 -0800)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Tue, 22 Jan 2008 07:29:46 +0000 (23:29 -0800)
commit0a6886f37a40101306e15b5f50e22dfa57c1fe49
tree24eecf397f092d3b09dc4f28625c0388a5d154d5
parentf498025a70092a4f29322e7be8f578e525fae0fe
escape all regexes used for tab completion

Tab completion uses many regexes, all built from user data. These need to
be escaped, or special characters will throw an exception.
lib/sup/buffer.rb