Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 33738: account for a selection in vi-replace-chars | Oliver Kiddle | 2014-11-21 | 3 | -8/+43 |
| | |||||
* | 33730: vim style text objects for selecting words | Oliver Kiddle | 2014-11-21 | 7 | -3/+426 |
| | |||||
* | 33728: Complete bzr shelve subcommand | Sebastien Alaiwan | 2014-11-21 | 2 | -0/+16 |
| | |||||
* | unposted but c.f. 33723: typo in FAQ | Peter Stephenson | 2014-11-20 | 2 | -1/+6 |
| | | | | sed argument had unterminated substitution. | ||||
* | users/19404: Login shells may not be interactive | Peter Stephenson | 2014-11-19 | 2 | -13/+23 |
| | | | Update the FAQ to point this out after years of neglect. | ||||
* | 33679: Note on patter s in case statements | Peter Stephenson | 2014-11-19 | 2 | -2/+12 |
| | | | | They work exactly like groups in other patterns, despite contrary indications. | ||||
* | unposted: reindent large block | Oliver Kiddle | 2014-11-17 | 1 | -69/+68 |
| | |||||
* | 33704: keybindings, documentation, tests and minor | Oliver Kiddle | 2014-11-17 | 8 | -17/+176 |
| | | | | fixes for vim style visual selection changes | ||||
* | 33636: add support for a linewise visual selection mode | Oliver Kiddle | 2014-11-17 | 6 | -11/+96 |
| | |||||
* | 33635: adapt region to function as vim style visual selection mode | Oliver Kiddle | 2014-11-17 | 6 | -13/+74 |
| | |||||
* | 33700: new widget for put in vim style visual selection mode | Oliver Kiddle | 2014-11-17 | 5 | -5/+70 |
| | |||||
* | 33699: support short delays in zle tests where we | Oliver Kiddle | 2014-11-17 | 3 | -3/+20 |
| | | | | need KEYTIMEOUT to elapse | ||||
* | 33633: support vim style text objects | Oliver Kiddle | 2014-11-17 | 2 | -2/+15 |
| | |||||
* | 33632: use viopp and visual local keymaps if they exist | Oliver Kiddle | 2014-11-17 | 3 | -1/+14 |
| | |||||
* | 33697: new vim style vi-backward-word-end widgets | Oliver Kiddle | 2014-11-15 | 4 | -3/+78 |
| | |||||
* | 33696: simple up/down line widgets that don't go through history lines | Oliver Kiddle | 2014-11-15 | 4 | -10/+23 |
| | |||||
* | 33695: fix various vi-indent problems and vi-swap-case on a blank line | Oliver Kiddle | 2014-11-15 | 4 | -5/+37 |
| | |||||
* | 19371 plus tweak: run-help helper for ip | Artur Penttinen | 2014-11-13 | 2 | -0/+44 |
| | |||||
* | Marc Finet: problems with working directory rationalisation. | Peter Stephenson | 2014-11-13 | 2 | -1/+11 |
| | | | | | | Ensure the length of the directory is kept up to date. Abort following symlinks as soon as there's an error. | ||||
* | 33686: set PS1 before pattern-matching for it | Barton E. Schaefer | 2014-11-13 | 2 | -3/+5 |
| | | | | | If run as a privleged user, the default PS1 does not contain "%", so don't use the default PS1 when expecting to match "%" in the output. | ||||
* | 33656: different algorithm for "whence -am" to produce results more ↵ | Barton E. Schaefer | 2014-11-13 | 2 | -44/+35 |
| | | | | | | | | consistent with "whence -m" This uses the scanmatchtable routine to collect the names that match the input pattern, then uses the original -a path search loop to generate the output, to avoid duplicating test conditions and output formats. | ||||
* | 33669: allow an empty line to be yanked with yy | Oliver Kiddle | 2014-11-13 | 3 | -2/+15 |
| | | | | This by allocating 1 byte instead of 0 for the empty buffer. | ||||
* | AUTO_CD behaviour depends on SHIN_STDIN, document | Peter Stephenson | 2014-11-11 | 2 | -0/+8 |
| | |||||
* | 33599: workaround zpty issue that causes vi test | Jun T | 2014-11-09 | 2 | -1/+4 |
| | | | | cases to fail on MacOS and FreeBSD | ||||
* | 33640: look in /boot/modules instead of /modules for third-party modules | clutton | 2014-11-09 | 2 | -1/+4 |
| | |||||
* | 33643: elaborate documentation of the PRIVILEGED option | Oliver Kiddle | 2014-11-09 | 2 | -4/+19 |
| | |||||
* | 33639: fix bug with vi operators on a blank line | Oliver Kiddle | 2014-11-09 | 3 | -9/+21 |
| | | | | and with backward bracket matching | ||||
* | 33659: use --dump-options to get most of the gpg options to complete | Oliver Kiddle | 2014-11-09 | 2 | -78/+53 |
| | |||||
* | 33655: remove overlap of node flags | Peter Stephenson | 2014-11-08 | 2 | -3/+5 |
| | |||||
* | Handle -a option to whence in combination with -m. | Peter Stephenson | 2014-11-08 | 2 | -5/+46 |
| | |||||
* | 33648: _gpg completes for gpg2 as well | Barton E. Schaefer | 2014-11-08 | 2 | -1/+5 |
| | |||||
* | 33624: keep region active when widget fails | Oliver Kiddle | 2014-11-07 | 2 | -1/+4 |
| | |||||
* | 33607: Fix some minor problems in zattr module | Mikael Magnusson | 2014-11-07 | 2 | -37/+34 |
| | | | | | | | | | | | | | | | | | | | Remove the listattr call in zgetattr, it only caused no error to be output when trying to retrieve an xattr from a file with no xattrs. When a file had xattrs, it would just add an extra syscall for no good reason. Always set an array parameter in zlistattr, this makes the returned value much easier to use; in fact the _zattr completer didn't account for this and zlistattr foo <tab> on a file with only one attribute did not work. Almost all of the patch is only reindent, the only modification that's not a pure deletions is: - ret = 1 + (attr_len > val_len || attr_len < 0); + ret = 1 + ((val_len > 0 && attr_len > val_len) || attr_len < 0); which makes sure we return the correct error in the new path due to the removed listattr call. (If val_len is -1 due to no attribute existing, it doesn't mean the user should retry the call because the attribute grew in size). | ||||
* | 33614 (based on RedHat BZ-978613): signal safety when updating global state ↵ | Barton E. Schaefer | 2014-11-06 | 2 | -0/+11 |
| | | | | in execshfunc() | ||||
* | 33604: fix change merging for vi mode where a change has just been undone | Oliver Kiddle | 2014-11-05 | 4 | -5/+16 |
| | |||||
* | 33596: make local keymap keybinding hide global keymap | Oliver Kiddle | 2014-11-04 | 2 | -1/+6 |
| | | | | binding that is a prefix of the local binding | ||||
* | 33593: support numeric argument to vi-join | Oliver Kiddle | 2014-11-03 | 3 | -14/+36 |
| | |||||
* | 33575: reset vi change start position if text is inserted | Oliver Kiddle | 2014-11-03 | 3 | -1/+9 |
| | | | | before it or on history movement | ||||
* | Treat exec from subshell as if forked | Peter Stephenson | 2014-11-02 | 3 | -1/+23 |
| | | | | | This removes weird behaviour when optimising the last command. In particular SHLVL is correct from a subshell executed as the last command. | ||||
* | unposted: quash compiler warning | Oliver Kiddle | 2014-10-31 | 2 | -0/+4 |
| | |||||
* | correct cursor position in test | Oliver Kiddle | 2014-10-31 | 2 | -1/+5 |
| | |||||
* | unposted: Add /.project to .gitignore for use by GitEye | Peter Stephenson | 2014-10-31 | 2 | -0/+3 |
| | |||||
* | 33582: don't include tcp.mdh in zftp.c. | Peter Stephenson | 2014-10-31 | 2 | -1/+3 |
| | | | | | It's a private module definition header that doesn't need to be exposed. | ||||
* | Take more care with errors from setuid(). | Jérémie Roquet | 2014-10-31 | 2 | -1/+16 |
| | | | | | This is to ensure the user is aware of errors unsetting the PRIVELEGED option. | ||||
* | 33570, 33576: make killring/yank-pop work in vi mode after | Oliver Kiddle | 2014-10-30 | 7 | -88/+132 |
| | | | | vi-put-before and vi-put-after | ||||
* | Merge branch 'master' of git://git.code.sf.net/p/zsh/code | Barton E. Schaefer | 2014-10-29 | 5 | -15/+57 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | 33528: take notice of last column position when using vi-yank | Oliver Kiddle | 2014-10-29 | 4 | -15/+50 |
| | | | | | | | | and an upward cursor movement | ||||
| * | 33562: Fix thinko in previous commit | Mikael Magnusson | 2014-10-27 | 2 | -2/+5 |
| | | |||||
| * | 33561: The time builtin forgot to unmetafy TIMEFMT | Mikael Magnusson | 2014-10-27 | 2 | -1/+5 |
| | | |||||
* | | 33566: quash null pointer constant compiler warning | Jun T | 2014-10-29 | 2 | -1/+3 |
| | |