about summary refs log tree commit diff
path: root/Util
Commit message (Collapse)AuthorAgeFilesLines
* unposted: updates and fixed omissions for the printdefines utilityBart Schaefer2024-02-031-23/+51
|
* github #106: update tmux completion (20230919); tweak Util/check-tmux-stateMatt Koscica2023-11-141-1/+1
| | | | | - update tmux completion functions - tweak check-tmux-state to take current file format into account
* 51534: update for recent changes in zsh.hBart Schaefer2023-03-071-4/+9
|
* 51464: utility to interpret zsh.h constantsBart Schaefer2023-02-261-0/+601
|
* github #87 (tweaked): update options tmux 3.4Matt Koscica2022-11-171-7/+7
| | | | | | | | | | | | | | | | Import completion updates from tmux.git, the revision used was c67abcf8182b, and the updates were generated by Util/check-tmux-state. check-tmux-state: changes to output parsing + variable declaration parsing of `tmux show-options` is slightly more idiomatic (thanks to @phy1729 for the syntax), and it now also ignores user-specified options (which are prefixed with an @ symbol). the lines defining and declaring supported_server_options were also swapped to the correct order - `typeset` was being called after supported_server_options was populated, contrary to all the other supported_*/available_* arrays used in the same area of the file.
* 50671: enable spell check in *.ztst by vimJun-ichi Takimoto2022-09-291-2/+2
|
* 49756 + 49758(Daniel): replace LPAR() in FAQ.yo by SUBST(_LPAR_)Jun-ichi Takimoto2022-02-151-0/+2
| | | | | In FAQ.yo, macros inside mytt() and tt() are not expanded. Also includes an update for zyodl.vim by Daniel.
* unposted: internal: ztst.vim: Recognize empty "F:" line as well, as the test ↵Daniel Shahaf2020-06-171-1/+1
| | | | harness does.
* 45791 (tweaked): FAQ: Explain how to binary search one's dotfilesDaniel Shahaf2020-06-071-0/+4
|
* unposted: zyodl.vim: Highlight the word "note", like ft=help does.Daniel Shahaf2020-05-281-1/+3
|
* unposted: zyodl.vim: Highlight yodl continuation line markerDaniel Shahaf2020-05-281-0/+4
|
* unposted: zyodl.vim: Use 'conceal' for some macros that expand to a single ↵Daniel Shahaf2020-05-021-1/+11
| | | | character.
* unposted: internal: ztst.vim: Make sure syntax elements are only hidden if ↵Daniel Shahaf2020-03-201-7/+16
| | | | they're followed by something visible
* 45345: internal: ztst.vim: Fix highlighting of zsh comments in test payloadDaniel Shahaf2020-01-281-1/+7
|
* unposted: internal: ztst.vim: Use :syn-sync to work around (#x) and ↵Daniel Shahaf2020-01-071-0/+10
| | | | "`\\\\\\\\`" confusing the highlighting.
* unposted: internal: zyodl.vim: Support glob qualifiers in example()'sDaniel Shahaf2020-01-071-1/+2
|
* unposted: internal: zyodl.vim: Support yodl comments.Daniel Shahaf2020-01-071-1/+7
|
* 45169/0001: In the test suite, allow test cases to be marked as expected to ↵Daniel Shahaf2020-01-011-1/+1
| | | | | | fail. See next commit for a use-case.
* unposted: internal: Vim ztst support: Add an ftplugin in addition to the ↵Daniel Shahaf2019-12-272-0/+29
| | | | syntax highlighter.
* unposted: Fix broken build: 45109 (!) broke Test/Y01completion.ztst.Daniel Shahaf2019-12-221-0/+85
|
* 45109: Add Vim highlighting file for Test/*.ztst files.Daniel Shahaf2019-12-221-1/+4
|
* 40035: Cosmetic fixes for comments and documentation.Eitan Adler2016-11-291-1/+1
| | | | Mostly fixes to doubled words.
* 39847: Update helper function name patternFrank Terbeck2016-11-061-1/+1
| | | | | | | | | | | | In 580698bc71, Oliver updated a whole bunch of options in a number of completions. While at it, he also changed a bit of coding style, to better adhere to Etc/zsh-development-guide — among those changes is to convert "function foobar() {" function definitions to "foobar() {". This broke Util/check-tmux-state so that it couldn't detect any supported tmux sub-commands within _tmux anymore. This updates the regular expression that is used in the script to match and list these function definitions.
* 37922: zyodl.vim: Add alternative installation instructions.Daniel Shahaf2016-02-091-0/+2
|
* 36075: Disable ‘local’ keyword in script to make data retrieval workFrank Terbeck2015-08-101-0/+4
|
* 36056: Add helper script to check state of _tmux completionFrank Terbeck2015-08-101-0/+216
|
* 35809: zyodl.vim: Fix nested parenthesesDaniel Shahaf2015-07-241-7/+14
|
* 35790: zyodl.vim: Be compatible with Vim 6.Daniel Shahaf2015-07-141-1/+1
|
* 35775: New zsh-specific yodl vim syntax highlighting.Daniel Shahaf2015-07-131-0/+74
| | | | | | | | To try this, see the instructions at the top of Util/zyodl.vim (in the comment). * Util/zyodl.vim: New syntax highlighting file. * Doc/Zsh/.vimrc: New file, hooks up zyodl.vim for automatic loading. * Etc/zsh-development-guide: Namedrop zyodl.vim for discoverability.
* 33047: use git to simplify massively source distribution file selectionPeter Stephenson2014-08-232-7/+12
|
* prefer col -bx to colcrt in helpfilesm0viefreak2014-02-181-6/+6
|
* remove old example from helpfiles:m0viefreak2014-02-181-18/+4
| | | | code is integrated with distribution
* use env to find perl for helpfilesm0viefreak2014-02-181-1/+1
|
* 32356: fix a typoMartin Vaeth2014-02-071-2/+2
|
* 32105: support combinations of man or nroff with colcrt or col.Martin Vaeth2013-12-131-5/+33
|
* Another missed bit of 31988.Barton E. Schaefer2013-11-161-4/+1
|
* One missed hunk from 31988.Barton E. Schaefer2013-11-151-2/+4
|
* Martin Vaeth: 31988 (plus missing semicolon): remove LC_CTYPE heuristics, ↵Barton E. Schaefer2013-11-151-33/+1
| | | | assure clean environment, force LANG=C
* 31971: locale fix for helpfilesJun T2013-11-131-5/+5
|
* 31966: skip introductory paragraphs when processing "man zshbuiltins".Bart Schaefer2013-11-121-2/+2
|
* 31959 (plus tweak to .gitignore): make help files during installationMartin Vaeth2013-11-121-17/+100
|
* Tweak find to prune a .git dir. This allows a .git/cvs dir to existWayne Davison2009-06-012-2/+2
| | | | with a cvs checkout in it.
* 24147Wayne Davison2007-12-041-10/+9
|
* document the distfiles businessPeter Stephenson2007-12-031-1/+7
|
* unposted: force latest version of files from vendor to main branchPeter Stephenson2007-07-031-1/+1
|
* users/10013: fix use of zshall in helpfilesPeter Stephenson2006-03-131-6/+6
|
* Missing ChangeLog entry for 4.2.0 changesPeter Stephenson2004-03-191-1/+1
|
* zsh-users/7160: Check and fix mod_export entries.Peter Stephenson2004-03-121-0/+64
|
* Stupid typo -- :? should be ?:Bart Schaefer2002-04-181-1/+1
|
* Diff by article number, not just by attribution line.Bart Schaefer2002-04-171-10/+40
|