fish-shell/share
Fabian Homborg 99e87dded3 Auto-escape pastes inside single-quotes
This is to make pasting literals easier.

When a user pastes something, we normally take it as-is.

The exception is when a single-quote is open, e.g. the current token
is

    foo'bar

When something is pasted here, we escape single-quotes (`'`) and
backslashes (`\\`), so typing a `'` after it will turn it into a
literal token.

Fixes #967.
2017-03-16 16:08:13 +01:00
..
completions Add string 'repeat' subcommand 2017-03-12 20:30:36 -07:00
functions Auto-escape pastes inside single-quotes 2017-03-16 16:08:13 +01:00
groff workaround broken groff man page config 2016-10-19 13:43:04 -07:00
tools include exit status indicator in robbyrussell sample prompt 2017-03-13 18:05:49 -07:00
__fish_build_paths.fish.in Rename "snippets" to "conf" internally, and document them as snippets 2016-04-06 09:33:09 +08:00
config.fish Use command -sq instead of redirection 2017-02-18 22:16:55 +01:00