Grissiom
|
a7af415b6a
|
call original grep in sgrep
functions/grep.fish will set the GREP_OPTIONS, which will ruin sgrep's
effort.
|
2010-09-19 13:56:30 +08:00 |
|
Grissiom
|
f8a5a59513
|
Revert "match the whole command for git completion"
This reverts commit d957d23d8f .
Use __fish_git_using_command to test commands and __fish_contains_opt to
test arguments.
|
2010-09-19 11:04:24 +08:00 |
|
Grissiom
|
ac3dfb3f96
|
don't complete file names for git checkout
|
2010-09-19 00:19:44 +08:00 |
|
Grissiom
|
d957d23d8f
|
match the whole command for git completion
|
2010-09-19 00:17:53 +08:00 |
|
Grissiom
|
d049947801
|
event_fire( 0 ); => event_fire( NULL );
|
2010-09-18 21:30:02 +08:00 |
|
Grissiom
|
21a10c3c74
|
use $() in Makefile var expansion
|
2010-09-18 21:29:05 +08:00 |
|
Grissiom
|
04951f8b34
|
reader_read( 0... => reader_read( STDIN_FILENO
|
2010-09-18 20:26:54 +08:00 |
|
Grissiom
|
c08bae6aeb
|
configure xsel in configure phase
... and with the same arguments of fish
|
2010-09-18 14:31:18 +08:00 |
|
Grissiom
|
3aa107c4ae
|
add XSEL_BIN var in configure.ac
|
2010-09-18 13:49:03 +08:00 |
|
Grissiom
|
e196091714
|
make clean should clean xsel and make distclean should delete it
|
2010-09-18 13:41:27 +08:00 |
|
Grissiom
|
d35d65cc40
|
use variables as xsel target
|
2010-09-18 13:27:34 +08:00 |
|
Grissiom
|
7f7b30959b
|
don't make xsel in subshell
|
2010-09-18 13:14:59 +08:00 |
|
Grissiom
|
70322077d2
|
remove trialing spaces #2
|
2010-09-18 10:18:26 +08:00 |
|
Grissiom
|
f529b2e057
|
upgrade xsel to 1.2.0
xsel 1.0 begin to support UFT-8.
|
2010-09-18 10:14:14 +08:00 |
|
Grissiom
|
c6372a1b3f
|
remove trailing spaces
This is done by `sed -i -e 's/[ \t]*$//' *.[c,h]`, which should not
introduce any functionality change.
|
2010-09-18 09:51:16 +08:00 |
|
Grissiom
|
41b8db063c
|
add git submodule completion
Merged from http://github.com/weavejester/fish-git
|
2010-09-17 16:38:26 +08:00 |
|
Grissiom
|
1b16758d7e
|
Fix cd prompt fail on the case that CDPATH have variables
|
2010-09-17 16:01:44 +08:00 |
|
Grissiom
|
51b5adc306
|
ignore ~ backup files
|
2010-09-16 13:32:18 +08:00 |
|
Grissiom
|
56f8993b8c
|
ignore po/*.gmo
|
2010-09-16 13:31:49 +08:00 |
|
Ben Hoskings
|
8c4d1ca587
|
Added .gitignore.
|
2010-09-16 13:30:59 +08:00 |
|
Ben Hoskings
|
7cfac5bb59
|
Fix an fprintf() type warning in set_color.c by using "%s".
|
2010-04-09 16:05:19 -07:00 |
|
Ben Hoskings
|
1bd09bfd40
|
Fix casting warnings in screen.c / s_update() by casting al_get() twice to convert type and then size, instead of both at once.
|
2010-04-09 16:05:18 -07:00 |
|
Ben Hoskings
|
517751f2a3
|
Declare write_loop() in print_help.c to fix warning (it's declared in common.h, but including that file here breaks things badly).
|
2010-04-09 16:05:18 -07:00 |
|
Ben Hoskings
|
006952c571
|
Fixed incompatible pointer warning in env_universal_common.c / iconv() call.
|
2010-04-09 16:05:18 -07:00 |
|
Ben Hoskings
|
7a8b7201a1
|
Write formatted duration to ENV_DURATION after commands that run for > 1s wall time.
|
2010-04-09 15:56:32 -07:00 |
|
Ben Hoskings
|
1157e4d7b2
|
Allow newlines in fish_prompt, by joining prompt_list with newlines instead of nothing in exec_prompt().
|
2010-04-09 15:56:15 -07:00 |
|
Ben Hoskings
|
6b8e7b16f6
|
Reduced timeout in select_try() from 5s to 10ms.
|
2010-04-09 15:56:09 -07:00 |
|
axel
|
1eb089d722
|
Bump version number
darcs-hash:20090308144106-ac50b-e64db4a3009f99b3c1d206bba1781775faef671c.gz
|
2009-03-09 00:41:06 +10:00 |
|
axel
|
e50d0c18b0
|
Update todo list
darcs-hash:20090308142007-ac50b-22e9cc31212ff9647f75426327cdf5aff2d30f79.gz
|
2009-03-09 00:20:07 +10:00 |
|
axel
|
810d5f9548
|
Fix interactive job in background busy wait bug, reported by Randall D. Wald
darcs-hash:20090301021441-ac50b-a9488a9e55f545c3b8bd52aa0fb00b2b967974a8.gz
|
2009-03-01 12:14:41 +10:00 |
|
James Vega
|
e0c317dfd4
|
Prevent potential infinite loop
Ignore-this: 24edfe9248e1b667fcf4d8e151dd50f2
darcs-hash:20090224183601-35ec8-5e86d44c77af33376bd80485689d60c761ff17c6.gz
|
2009-02-25 04:36:01 +10:00 |
|
axel
|
d5320fb9f9
|
Update copyright info, minor layout changes to section about licenses in fish
darcs-hash:20090222224540-ac50b-69c4f8dd027e4672b8d25f8240c1d5f625135ad1.gz
|
2009-02-23 08:45:40 +10:00 |
|
axel
|
14c84ffbcb
|
Check return value of a few write calls and retry on EINTR, and fix a few other warnings, mostly by printing error messages before giving up.
darcs-hash:20090222202852-ac50b-b0e79142af5b7a99e55271d4001fa252d9684a1d.gz
|
2009-02-23 06:28:52 +10:00 |
|
axel
|
f71c6f3f0e
|
Misc documentation updates
darcs-hash:20090222191714-ac50b-fdd090aafd60f71989ef5c63aac9f876dcad93eb.gz
|
2009-02-23 05:17:14 +10:00 |
|
axel
|
6dbb9e070d
|
Hopefully make iconv detection work on OS X with non-gnu iconv implementation
darcs-hash:20090222191649-ac50b-4f7010fdbf662b71cb7c4c99d2ae6e00c7cccb83.gz
|
2009-02-23 05:16:49 +10:00 |
|
axel
|
47ae2a05ce
|
Don't make complete builtin complain when used in non-interactive mode, as we can always launch a debug prompt. Who are we to question why?
darcs-hash:20090222162253-ac50b-bb3c9dc1d1fa33548a2ed7b3c7c4d21d527eba47.gz
|
2009-02-23 02:22:53 +10:00 |
|
axel
|
810262118a
|
Fix read in noninteractive mode problems reported by James Reeves
darcs-hash:20090222162206-ac50b-c293945986f75103120606a64133b59fe82c02a6.gz
|
2009-02-23 02:22:06 +10:00 |
|
axel
|
f5be301a2f
|
Handle exit status of processes terminated by signals
darcs-hash:20090221164656-ac50b-7bcbf6cb0bb8384560fbf9bf1059480cb4089def.gz
|
2009-02-22 02:46:56 +10:00 |
|
axel
|
b1357d11b2
|
Pressing Control-C (or otherwise changeing the command line content through the commandline builtin) should clear the search buffer.
darcs-hash:20090221154420-ac50b-52641fb6dd6e76aebc6244211e07c0861fb3eff0.gz
|
2009-02-22 01:44:20 +10:00 |
|
axel
|
5fc42fcaff
|
prompt_pwd broken, this fix by James Reeves
darcs-hash:20090221104759-ac50b-35f7a896d3e62cd002605d47c090c7bec992317b.gz
|
2009-02-21 20:47:59 +10:00 |
|
axel
|
c1cf6a4071
|
Oops, I broke recursive wildcard completion
darcs-hash:20090221104330-ac50b-ab9d487d3fc77fab32d9c49045d23b3e9124e618.gz
|
2009-02-21 20:43:30 +10:00 |
|
axel
|
972f3e121e
|
Document rename of save_function to func_save. Pointed out by Ovchinnikov George
darcs-hash:20090218202037-ac50b-0351e8564d3274cd4fb364c07b4a3260f8a45f20.gz
|
2009-02-19 06:20:37 +10:00 |
|
axel
|
0dd8ae4843
|
Added faw entry on history editing, written by Beni Cherniavsky
darcs-hash:20090216211940-ac50b-4175fb2ae8ec2f5a67ac3c6a33a48bc5ac35eea2.gz
|
2009-02-17 07:19:40 +10:00 |
|
axel
|
8a93b6f26d
|
Make xdg-version of open handle multiple files.
darcs-hash:20090216211103-ac50b-f8268e8d50a84457bb49ac3d1e982cba09dbfec6.gz
|
2009-02-17 07:11:03 +10:00 |
|
axel
|
07717a3570
|
Add possibility to define greeting function, suggested by Chris Miller
darcs-hash:20090216210450-ac50b-9b4f7c5bf45afaf21d51e46ff8c2b11d171fcbf2.gz
|
2009-02-17 07:04:50 +10:00 |
|
Nick Pilon
|
79784d3e18
|
This patch fixes a problem where prompt_pwd was printing the full path twice under OS X and probably BSDs. (Which, needless to say, made for very long prompts) The problem was that (Free?)BSD sed and GNU sed handle ? differently. For BSD sed, ? is not special unless the -E flag is specified. The {0,1} syntax should work the same way in both.
darcs-hash:20080122180340-5b666-21f1cdb835cbfa458a0f3d7344370837db962388.gz
|
2008-01-23 04:03:40 +10:00 |
|
terceiro
|
c08c313c0a
|
adds completion for Debian's invoke-rc.d command
Ignore-this: f9ff385e3c239cedfbc9850b06822bba
darcs-hash:20090204191757-69c1e-a55c2a720fd784c7be2534feacecd5e2ebdbeecd.gz
|
2009-02-05 05:17:57 +10:00 |
|
terceiro
|
dfd70057b3
|
function to put current git branch on the fish prompt
Ignore-this: 841402742571f399e012514315b8e4f0
darcs-hash:20090204190358-69c1e-2ebcf761a4e55bc049ff1d5bba272d722b2d4501.gz
|
2009-02-05 05:03:58 +10:00 |
|
terceiro
|
07dec5c3ed
|
better git completion
Ignore-this: af7fede5c1ee1d92c89d2887cbe54c0b
darcs-hash:20090204185826-69c1e-f72e06ad575efee258b392afd17255166ac4a260.gz
|
2009-02-05 04:58:26 +10:00 |
|
axel
|
1ed5decf2c
|
Fix warnings in FATAL_EXIT macro
darcs-hash:20090204224310-ac50b-111db6c8f5b74dad0a309441063d3d7e9bf8f55d.gz
|
2009-02-05 08:43:10 +10:00 |
|