ridiculousfish
1014995159
Add documentation for wait command
2017-11-16 11:28:32 -08:00
ridiculousfish
bc28bd7d6d
Use some modern initialization syntax in builtin_wait
...
Avoids potentially dangling pointers.
2017-11-16 10:54:34 -08:00
ridiculousfish
51d34e1960
Add wait command to Changelog
2017-11-16 10:54:04 -08:00
ridiculousfish
7c8ed80e64
Fix up builtin_wait build system
...
Add missing CMake and Xcode files, and mark some variables as const
reference.
2017-11-16 10:48:21 -08:00
slama
c7a682ed05
add wait command
2017-11-16 10:48:21 -08:00
David Adam
ea5f3925ea
drop USE_GETTEXT macro and use only HAVE_GETTEXT
...
There is no clear rationale for the two separate macros.
2017-11-16 21:29:42 +08:00
Aaron Gyes
c67d9195eb
Fix fish_opt --help
showing nextd manpage.
2017-11-14 01:57:58 -08:00
Aaron Gyes
fa57565c42
Fix fish_opt --help
showing nextd manpage.
2017-11-14 01:56:58 -08:00
WEBER Logan
11cebe9483
feat(share:git-prompt): be able to truncate the branch name with a defined max length
2017-11-13 10:57:42 +01:00
Laurent Pireyn
b46b0310f3
Create Hugo completion ( #4529 )
2017-11-12 21:03:11 -08:00
Andrew Stewart
9c060126b5
fixed small typo in src/builtin_jobs.cpp ( #4530 )
2017-11-10 11:41:02 -08:00
Andrew Schulman
ed0a57ff6d
Update cygport completions
2017-11-08 22:19:52 +01:00
Fabian Homborg
60248e895f
Use __fish_complete_user_at_hosts
...
for various completions.
This makes the code a bit nicer, removes one of the
__fish_print_hostnames calls (which are slow) and a sed call, thereby
improving performance by about 33% (600ms to 400ms).
Fixes #4511 .
2017-11-08 12:59:31 +01:00
ridiculousfish
8dc26ba8b9
Add missing builtin_argparse.cpp to fish_key_reader
...
Fixes #4510
2017-11-07 21:28:09 -08:00
Jannis
45fc499a91
Make h1 distinguishable from h2 ( #4522 )
2017-11-07 00:55:20 -08:00
Michihito Shigemura
d769b2ac40
Fix typo in tutorial
2017-11-06 18:48:57 +01:00
Michihito Shigemura
2ba6dc8893
Fix typo in string
2017-11-06 18:48:31 +01:00
Michihito Shigemura
c5241360af
Fix typo in history
2017-11-06 18:48:16 +01:00
Michihito Shigemura
f0503c84dc
Improve document in FORMATTING
...
Update links
Fix typo
2017-11-06 18:46:57 +01:00
David Adam
d02011c57a
cmake: fix typo causing conf.d to be missed in install phase
2017-11-06 20:44:14 +08:00
David Adam
57bd122719
CMake: fix prefix paths for extra directories
2017-11-06 17:38:40 +08:00
ridiculousfish
39ddfa2ad2
Migrate muParser to CMake
...
This adds a CMakeLists.txt inside muParser, so it can be build
with CMake.
2017-11-05 13:00:34 -08:00
ridiculousfish
cd47f9b1a2
Add an IDE-friendly CMake target
...
This adds the target build_root, which is a target that installs
fish into a directory under the build path.
2017-11-05 11:25:08 -08:00
Michihito Shigemura
f0ce62c873
Fix typo in abbr
2017-11-03 14:09:22 +01:00
Michihito Shigemura
4a4fd7e75b
Fix typo in faq
2017-11-03 14:08:48 +01:00
Michihito Shigemura
efdc62fa80
Fix typo in argparse
2017-11-03 14:08:24 +01:00
Michihito Shigemura
97a6efec77
Update link in CONTRIBUTING.md
...
http to https
2017-11-03 14:07:45 +01:00
Judson
37e0fbb5e4
Paginating last command
...
Often, I want to paginate the command I just ran.
Easy enough to <up><alt-p>, but this patch saves a keystroke.
2017-11-01 07:35:26 +08:00
David Adam
f5514543e4
Bump version for 2.7b1
2017-10-31 20:27:03 +08:00
David Adam
6a878e45e7
CHANGELOG: updates to 2.7b1
2017-10-31 20:24:03 +08:00
David Adam
3bd2caf682
Update tests to match behaviour from 848db48af5
...
(cherry picked from commit d5e5878f6d
)
2017-10-31 20:17:06 +08:00
David Adam
d5e5878f6d
Update tests to match behaviour from 848db48af5
2017-10-31 20:09:45 +08:00
David Adam
1f51bdbb0c
Improve warning message when exiting with active jobs
...
Work on #4303 .
(cherry picked from commit 848db48af5
)
2017-10-31 19:19:52 +08:00
David Adam
007a62cab6
warning message when exiting with active jobs uses PID of first process, not PGID
...
Work on #4303 .
(cherry picked from commit eb081481c6
)
2017-10-31 19:19:52 +08:00
David Adam
848db48af5
Improve warning message when exiting with active jobs
...
Work on #4303 .
2017-10-31 19:18:44 +08:00
David Adam
eb081481c6
warning message when exiting with active jobs uses PID of first process, not PGID
...
Work on #4303 .
2017-10-31 19:17:21 +08:00
David Adam
da2201d69a
docs: fish_history can be set to the empty string
2017-10-31 18:27:20 +08:00
David Adam
9adb3492f9
docs: fish_history can be set to the empty string
2017-10-31 18:26:31 +08:00
David Adam
f9eb826d5b
Restore previous output of status current-{filename,function}
...
Closes #4499 .
Partial reversion of 30368d5526
.
(cherry picked from commit b34b0cf1e3
)
2017-10-31 18:13:32 +08:00
David Adam
dbc15f8046
docs: move fish_history entry to correct section and reword
...
(cherry picked from commit 7fe7582329
)
2017-10-31 18:13:31 +08:00
Laurent Pireyn
adcf192c25
Fix typo in gradle completion ( #4500 )
...
(cherry picked from commit 3781862346
)
2017-10-31 18:13:31 +08:00
payasrelekar
62fc06d9ac
Fix a typo
...
(cherry picked from commit 3f76cccded
)
2017-10-31 18:13:31 +08:00
David Adam
b34b0cf1e3
Restore previous output of status current-{filename,function}
...
Closes #4499 .
Partial reversion of 30368d5526
.
2017-10-31 18:10:46 +08:00
David Adam
7fe7582329
docs: move fish_history entry to correct section and reword
2017-10-31 17:53:16 +08:00
Valery Ushakov
8f0f05ca44
Rewrite tparm_solaris_kludge to call tparm with default parameters
...
Closes #4502 .
2017-10-31 16:48:35 +08:00
Mahmoud Al-Qudsi
798ad363ba
Fix extra ../ in figurig out GIT_DIR in build script
2017-10-25 16:43:39 -05:00
Mahmoud Al-Qudsi
7a49583f27
Add instructions on appending to /etc/shells
...
Print the command to append safely to /etc/shells with sudo and tee upon
completion of `make install`.
(cherry picked from commit 47993b48b6
)
2017-10-25 16:35:21 -05:00
Mahmoud Al-Qudsi
47993b48b6
Add instructions on appending to /etc/shells
...
Print the command to append safely to /etc/shells with sudo and tee upon
completion of `make install`.
2017-10-25 16:34:17 -05:00
Mahmoud Al-Qudsi
e174b8a800
Fix build on platforms without bash
...
Build script build_tools/git_version_gen.sh had a hard dependency on
bash that was causing the build to fail on systems without bash.
Closes #4491
2017-10-25 15:57:36 -05:00
Fabian Homborg
1cd43a371b
Add "chsh -l" completion for util-linux chsh
...
AFAICT, the FreeBSD and macOS option of the same name isn't useful
with chsh, so we skip that.
Fixes #4497 .
2017-10-25 20:55:05 +02:00