ridiculousfish
8d50b2509d
Update completions for fish_indent
2014-12-24 13:07:28 -08:00
ridiculousfish
a76afd6dae
Clarify some documentation regarding fish_indent
2014-12-24 13:05:31 -08:00
ridiculousfish
77a7dd82a9
Fix for assertion failure in fish_indent when setting a non-RGB color
2014-12-24 12:43:17 -08:00
Jonathan Arnett
04651105a8
Tmuxinator completions
2014-12-24 02:22:41 -05:00
ridiculousfish
d300bd4b62
Document new flags to fish_indent
2014-12-23 17:21:54 -08:00
ridiculousfish
a21db45cee
Improve indentation of blocks inside if/while headers
...
Fixes #1665
2014-12-23 16:30:39 -08:00
ridiculousfish
2e948d9d6d
Update fish_indent Xcode build target
2014-12-23 16:16:37 -08:00
ridiculousfish
6fa9a18a2b
Correct path in fish_indent tests
2014-12-23 15:51:18 -08:00
ridiculousfish
da2e2c2e99
Implement tests for fish_indent
2014-12-23 15:46:47 -08:00
ridiculousfish
8ba0ab2172
Rewrite of fish_indent
...
Changes fish_indent to leverage new parse tree
Also supports colorizing output via --html and --ansi flags.
2014-12-23 15:32:01 -08:00
ridiculousfish
96589920d5
Allow running specific high-level tests by passing the name to test.fish
...
Example:
tests/test.fish expansion
This will run the tests in expansion.in only
2014-12-23 12:20:44 -08:00
ridiculousfish
8c17d48c83
Include fallback.h in output.h to avoid a compile error
2014-12-23 12:02:09 -08:00
ridiculousfish
d458a8a03d
Clean up the last token when receiving TOK_END
2014-12-23 11:22:54 -08:00
ridiculousfish
39fe9fcfcd
Tweak comment handling. Mark a parse node with a new flag when it has comments
2014-12-23 10:58:45 -08:00
ridiculousfish
bf80b0db19
Fix to avoid generating multiple error nodes on parse error
2014-12-23 10:53:38 -08:00
ridiculousfish
ebfaa8cc95
Replace an expensive expand_one call with the cheaper unescape_string
...
Makes parsing a little faster
2014-12-23 10:08:41 -08:00
Max Gonzih
46cd89c2db
Support nixos command-not-found handler
2014-12-22 11:16:36 +08:00
David Adam
8124b5073f
osx/config.h: add some missed defines
2014-12-21 23:40:46 +08:00
David Adam
a4e81d3978
Merge a handful of old and new fixes for the build on Solaris
...
Note that it does not successfully compile yet due to missing flock() on this
platform.
2014-12-21 23:38:53 +08:00
David Adam
147078f43d
Solaris build fixes: use _sys_errs if available
2014-12-21 23:38:09 +08:00
David Adam
90629caa61
Solaris build fixes: detect <termios.h> in configure
...
The header is already used appropriately in the code.
2014-12-21 23:38:03 +08:00
David Adam
9cec0ad02c
Solaris build fixes: use memset instead of bzero
2014-12-21 23:38:03 +08:00
David Adam
11bece80a8
Solaris build fixes: fallback to _XOPEN_NAME_MAX if defined
2014-12-21 23:38:02 +08:00
David Adam
a10f729ef9
use configure to detect dirent.d_type
2014-12-21 23:38:02 +08:00
ridiculousfish
b9db555343
Support for dirents without d_type (e.g. Solaris)
2014-12-21 23:38:02 +08:00
David Adam
9b43e6fa8b
use configure to define NOMACROS
...
(added in 9ec808a4c)
2014-12-21 23:38:02 +08:00
David Adam
1edb7d3aa5
Update osx/config.h with new configure headers
2014-12-21 23:37:23 +08:00
ridiculousfish
14fde56d32
Define some macros to stop Solaris curses headers from breaking the STL
2014-12-21 23:37:23 +08:00
David Adam
a8059c5962
Solaris build fixes: pick the right curses more of the time
2014-12-21 23:37:23 +08:00
Igor Savchuk
381404c4f4
tmux completion: add more attach-session aliases
2014-12-08 17:29:24 +03:00
David Adam
68029095b5
Remove del_curterm workaround on *BSD.
...
FreeBSD PR was https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=108117
OpenBSD PR was 5447.
Both have been fixed for years.
This reverts commit c55cbd3f2f
, among
others.
2014-12-08 08:01:03 +08:00
Konrad Borowski
9a34df604d
Make fish_config handle no LANG variable set.
...
Fixes #1849 .
2014-12-05 21:39:21 +01:00
Konrad Borowski
2f96d2b19a
Add cygport completions provided by Andrew Schulman
...
Squashed commit of the following:
commit a396c5e95a9987ea8ce6e057910131886d1b9695
Merge: bfd1951
f329530
Author: Konrad Borowski <x.fix@o2.pl>
Date: Mon Dec 1 17:54:02 2014 +0100
Merge branch 'master' of https://github.com/andrex-e-schulman/fish-shell into andrex-e-schulman-master
commit f32953064e
Author: Andrew Schulman <andrex-e-schulman@users.noreply.github.com>
Date: Mon Dec 1 05:34:29 2014 -0500
improve descriptions of pkg and diff
commit 81def0fb30
Author: Andrew Schulman <andrex-e-schulman@users.noreply.github.com>
Date: Mon Dec 1 04:51:20 2014 -0500
simplify cygport option descriptions
commit 4d84eb3e5c
Author: Andrew Schulman <andrex@5200-glenwood.net>
Date: Mon Dec 1 04:32:47 2014 -0500
add command descriptions to share/completions/cygport
commit c7ff7e4fa2
Author: Andrew Schulman <andrex@5200-glenwood.net>
Date: Mon Dec 1 03:09:00 2014 -0500
add share/completions/cygport.fish
2014-12-01 17:54:59 +01:00
Rack Lin
bfd1951023
Added export
alias for set global variable, made for sh/bash/zsh compatibility
...
Signed-off-by: Rack Lin <racklin@gmail.com>
Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au>
2014-12-01 15:43:57 +08:00
Vladimir Varankin
019c0fed23
Add completion for git-clean
2014-11-29 00:15:49 +03:00
王邈
bb01e5f81a
Added Chinese translation.
...
Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au>
2014-11-27 14:19:03 +08:00
ridiculousfish
8526a82947
Fix for issue where fish_indent would lose blank lines
2014-11-25 10:43:03 -08:00
Kevin Ballard
94a3203c74
Disable localizations during tests
2014-11-25 01:44:58 -08:00
Kevin Ballard
184110c2e7
Revert "tests/status.in: fix test for locale, fall back to default strings"
...
This reverts commit 3b3fde1c5e
.
2014-11-25 00:51:39 -08:00
David Adam
3b3fde1c5e
tests/status.in: fix test for locale, fall back to default strings
2014-11-25 16:00:04 +08:00
David Adam
60a2e0a2ad
Update English translation
2014-11-25 15:46:13 +08:00
David Adam
c78e56c509
Update various strings for translation, avoid _ for non-translations
...
Use __ instead of _ as a placeholder for ignored variables in `read`
statements.
2014-11-25 15:37:30 +08:00
David Adam
190cac07a3
grep.fish: don't set GREP_COLOR
...
grep will fall back to the default colors.
Closes #1316 .
2014-11-25 08:48:16 +08:00
David Adam
efc3846fcf
grep.fish: don't use GREP_OPTIONS as it is deprecated
...
Closes #1825 .
2014-11-25 08:47:30 +08:00
Kevin Ballard
83df5ea660
Define a common mktemp
for tests
...
GNU and BSD `mktemp` handle options differently, and it's a useful
utility for tests. As such, define a common `mktemp` function wrapper
for the test suite.
It might actually be nice to expand this for more flags and support it
globally, but that may result in confusion for any users of BSD mktemp
that expect to be running /bin/mktemp.
2014-11-24 01:51:07 -08:00
Kevin Ballard
e13d423b68
Tweak test runner to set up environment better
...
Update the test runners so they set up their own environment in
test_util.fish. This simplifies the Makefile and paves the way for
adding utility functions for use in the tests themselves.
2014-11-24 01:51:07 -08:00
ridiculousfish
eafd577629
Hack the tokenizer to compress multiple adjacent newlines into one
...
This slightly reduces the size of parse trees, and is otherwise a
minor optimization
2014-11-24 01:23:42 -08:00
ridiculousfish
196a7c9d18
Add a helpful comment warning of a nonsense result from tok_last
2014-11-24 01:23:41 -08:00
David Adam
daa856ed47
Makefile: add pkgconfig file to uninstall target
2014-11-23 14:41:22 +08:00
ridiculousfish
04dc0aca50
Fix issue where tab completions could ignore command-specific completions
...
Fixes #1742
2014-11-20 11:12:19 -08:00