fish-shell/doc_src
ridiculousfish 1402bae7f4 Re-implement abbreviations as a built-in
Prior to this change, abbreviations were stored as fish variables, often
universal. However we intend to add additional features to abbreviations
which would be very awkward to shoe-horn into variables.

Re-implement abbreviations using a builtin, managing them internally.

Existing abbreviations stored in universal variables are still imported,
for compatibility. However new abbreviations will need to be added to a
function. A follow-up commit will add it.

Now that abbr is a built-in, remove the abbr function; but leave the
abbr.fish file so that stale files from past installs do not override
the abbr builtin.
2022-12-10 15:29:03 -08:00
..
cmds Re-implement abbreviations as a built-in 2022-12-10 15:29:03 -08:00
python_docs_theme docs/css: Make h4s visible 2022-12-07 21:47:00 +01:00
commands.rst docs: Use :doc: role when linking to commands 2022-09-24 10:56:43 +02:00
completions.rst docs: Use :doc: role when linking to commands 2022-09-24 10:56:43 +02:00
conf.py Warn the user when visiting old documentation 2022-06-20 17:56:14 -07:00
design.rst docs: Fix typos 2022-09-17 21:31:06 +08:00
faq.rst docs: Use :doc: role when linking to commands 2022-09-24 10:56:43 +02:00
fish_for_bash_users.rst docs: Use :doc: role when linking to commands 2022-09-24 10:56:43 +02:00
fish_indent_lexer.py docs: restore default highlighting keywords and options in HTML 2022-01-16 14:07:19 +01:00
fish_synopsis.py docs synopsis: add HTML highlighing and automate manpage markup 2022-01-19 22:56:41 +08:00
index.rst docs: Add some more mentions 2022-10-20 19:33:57 +02:00
interactive.rst Document fish_clipboard_copy/paste 2022-10-19 20:10:26 +02:00
language.rst docs/language: Some slight tweaks 2022-12-07 21:47:00 +01:00
license.rst Bump copyright year 2022-01-09 23:47:58 +08:00
relnotes.rst docs: call the CHANGELOG "release notes" 2021-02-25 22:46:24 +08:00
tutorial.rst Tutorial: Merge the footnotes on aliases and abbreviations together 2022-09-24 15:15:33 -07:00