aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.cpp
Commit message (Expand)AuthorAge
* Make tok_last_type return an enum token_type instead of intGravatar ridiculousfish2013-09-30
* Disable flow control per #814Gravatar ridiculousfish2013-09-22
* Fix for parse_util_token_extent doing the wrong thing inside a commandGravatar ridiculousfish2013-09-21
* reader_replace_current_token can be made staticGravatar ridiculousfish2013-09-21
* Fix for infinite loop in cycle_competions, and potential issue inGravatar ridiculousfish2013-09-10
* Rework some of the new case-modifying commands to share more code, andGravatar ridiculousfish2013-09-10
* add support for downcase-word, upcase-word and capitalise-wordGravatar Christian Rishøj2013-09-09
* When exiting, only warn about _stopped_ background jobs (fix #111)Gravatar Leonardo Boiko2013-09-08
* Adjust prefix completions to sort alphabetically instead of by length.Gravatar ridiculousfish2013-08-31
* Initialize cycle_cursor_pos.Gravatar Konrad Borowski2013-08-29
* Clean up some comments and make a function staticGravatar ridiculousfish2013-08-26
* improve comments and extract a common functionGravatar Tony Wang2013-08-25
* fixed fish-shell/fish-shell#944Gravatar Tony Wang2013-08-25
* Expand abbreviations at the beginning of commands as discussed in https://git...Gravatar ridiculousfish2013-08-24
* Include the autosuggestion in history if it was truncatedGravatar ridiculousfish2013-08-20
* Big fat refactoring of how redirections work. In fish 1.x and 2.0.0, the redi...Gravatar ridiculousfish2013-08-19
* Show path containing current disk drive in Windows in titleGravatar Konrad Borowski2013-08-14
* Ctrl+E should insert suggested completion and then go to end of lineGravatar waterhouse2013-07-27
* Next stab at abbreviations. Highlighting should work.Gravatar ridiculousfish2013-07-19
* Initial abbreviation work. Tests currently fail.Gravatar ridiculousfish2013-07-19
* FormattingGravatar ridiculousfish2013-06-02
* Add some const, fix spacesGravatar ridiculousfish2013-06-02
* make cursor placement consistent with `transpose-words` from readlineGravatar Christian Rishøj2013-06-02
* transpose-wordsGravatar Christian Rishøj2013-06-02
* Support for fuzzy completionsGravatar ridiculousfish2013-05-25
* Fix issue where transpose fails if there is a trailing autosuggestionGravatar ridiculousfish2013-05-24
* command and binding for transpose-charsGravatar Christian Rishøj2013-05-24
* Fix for crashing and assertion failures when tab completing a token that cons...Gravatar ridiculousfish2013-05-20
* Fix for failing to update command line while cycling through tab completionsGravatar ridiculousfish2013-05-20
* Formatting and style updatesGravatar ridiculousfish2013-05-05
* Rely on $PWD instead of getcwd() more oftenGravatar ridiculousfish2013-04-27
* Teach case-insensitive completions about tildes. Fixes https://github.com/fis...Gravatar ridiculousfish2013-04-07
* Add some more cancellability to autosuggestionsGravatar ridiculousfish2013-04-07
* Fix for issue where a file may be incompletely read on receipt of a signal.Gravatar ridiculousfish2013-04-07
* Mark stdin as nonblocking if we get EWOULDBLOCK, and before handing it off to...Gravatar ridiculousfish2013-04-07
* Repaint after completionsGravatar ridiculousfish2013-04-04
* Add callbacks that get invoked before the next call to select(), which will a...Gravatar ridiculousfish2013-04-03
* Update code formattingGravatar ridiculousfish2013-03-21
* Return key should only insert a newline if backslashed character is whitespac...Gravatar ridiculousfish2013-03-12
* Spelling mistake in commentGravatar ridiculousfish2013-03-11
* Add support for making a leading space not save to historyGravatar ridiculousfish2013-03-10
* Break out COMPLETE_NO_CASE and COMPLETE_REPLACES_TOKEN into separate flags, i...Gravatar ridiculousfish2013-03-05
* Kill termio.h and sys/termios.hGravatar David Adam (zanchey)2013-03-05
* Additional changes related to https://github.com/fish-shell/fish-shell/pull/592Gravatar ridiculousfish2013-02-28
* Use swap instead of copying in reader_repaint_without_autosuggestionGravatar ridiculousfish2013-02-20
* Clear the autosuggestion from the old commandline when showing the completion...Gravatar Yannis Chatzimichos2013-02-20
* Clean up comments and fix spelling errorsGravatar Yannis Chatzimichos2013-02-20
* Large set of changes to how PATH is handled. Changed fish to no longer modify...Gravatar ridiculousfish2013-02-19
* Fix for issue where backward kill line crashes if performed while the cursor ...Gravatar ridiculousfish2013-02-17
* More cleanup based on static analysisGravatar ridiculousfish2013-02-16