1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-18 09:51:45 +02:00
Commit Graph

61 Commits

Author SHA1 Message Date
Bart Schaefer
c8f0946ddc unposted: updates and fixed omissions for the printdefines utility 2024-02-03 22:00:35 -08:00
Matt Koscica
be223aedee github #106: update tmux completion (20230919); tweak Util/check-tmux-state
- update tmux completion functions
- tweak check-tmux-state to take current file format into account
2023-11-14 21:39:30 +01:00
Bart Schaefer
8424fe5e23 51534: update for recent changes in zsh.h 2023-03-07 17:57:06 -08:00
Bart Schaefer
b3980ecc58 51464: utility to interpret zsh.h constants 2023-02-26 19:26:46 -08:00
Matt Koscica
dbefe08f3e github #87 (tweaked): update options tmux 3.4
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.
2022-11-17 20:47:15 +01:00
Jun-ichi Takimoto
b7f280ab59 50671: enable spell check in *.ztst by vim 2022-09-29 12:26:36 +09:00
Jun-ichi Takimoto
31d42ecb84 49756 + 49758(Daniel): replace LPAR() in FAQ.yo by SUBST(_LPAR_)
In FAQ.yo, macros inside mytt() and tt() are not expanded.
Also includes an update for zyodl.vim by Daniel.
2022-02-15 16:50:21 +09:00
Daniel Shahaf
14513e6ef3 unposted: internal: ztst.vim: Recognize empty "F:" line as well, as the test harness does. 2020-06-17 09:37:50 +00:00
Daniel Shahaf
d3cc1fd33c 45791 (tweaked): FAQ: Explain how to binary search one's dotfiles 2020-06-07 01:08:53 +00:00
Daniel Shahaf
c05ff07d9f unposted: zyodl.vim: Highlight the word "note", like ft=help does. 2020-05-28 19:42:16 +00:00
Daniel Shahaf
8b32df6d4c unposted: zyodl.vim: Highlight yodl continuation line marker 2020-05-28 19:42:16 +00:00
Daniel Shahaf
d800c38507 unposted: zyodl.vim: Use 'conceal' for some macros that expand to a single character. 2020-05-02 01:31:46 +00:00
Daniel Shahaf
65f8e90f0d unposted: internal: ztst.vim: Make sure syntax elements are only hidden if they're followed by something visible 2020-03-20 01:44:06 +00:00
Daniel Shahaf
a06143bb30 45345: internal: ztst.vim: Fix highlighting of zsh comments in test payload 2020-01-28 09:24:34 +00:00
Daniel Shahaf
39d0d4323d unposted: internal: ztst.vim: Use :syn-sync to work around (#x) and "\\\\\\\\" confusing the highlighting. 2020-01-07 19:37:41 +00:00
Daniel Shahaf
b066ce22d0 unposted: internal: zyodl.vim: Support glob qualifiers in example()'s 2020-01-07 19:37:41 +00:00
Daniel Shahaf
2b9419fd7e unposted: internal: zyodl.vim: Support yodl comments. 2020-01-07 19:37:40 +00:00
Daniel Shahaf
7e2c80fcd5 45169/0001: In the test suite, allow test cases to be marked as expected to fail.
See next commit for a use-case.
2020-01-01 13:55:39 +00:00
Daniel Shahaf
4a2a15d8dc unposted: internal: Vim ztst support: Add an ftplugin in addition to the syntax highlighter. 2019-12-27 06:11:28 +00:00
Daniel Shahaf
5c5ac5efdb unposted: Fix broken build: 45109 (!) broke Test/Y01completion.ztst. 2019-12-22 04:14:58 +00:00
Daniel Shahaf
43761827f9 45109: Add Vim highlighting file for Test/*.ztst files. 2019-12-22 03:20:55 +00:00
Eitan Adler
110ffae9fe 40035: Cosmetic fixes for comments and documentation.
Mostly fixes to doubled words.
2016-11-29 17:13:52 +00:00
Frank Terbeck
02fe884a11 39847: Update helper function name pattern
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.
2016-11-06 23:18:28 +01:00
Daniel Shahaf
99d90e4b06 37922: zyodl.vim: Add alternative installation instructions. 2016-02-09 03:41:44 +00:00
Frank Terbeck
c6136b94f3 36075: Disable ‘local’ keyword in script to make data retrieval work 2015-08-10 17:53:44 +02:00
Frank Terbeck
8208f5f8ed 36056: Add helper script to check state of _tmux completion 2015-08-10 16:50:52 +02:00
Daniel Shahaf
7f5ee59d8e 35809: zyodl.vim: Fix nested parentheses 2015-07-24 14:12:22 +00:00
Daniel Shahaf
40a6f1d347 35790: zyodl.vim: Be compatible with Vim 6. 2015-07-14 00:02:53 +00:00
Daniel Shahaf
ca2ab5e446 35775: New zsh-specific yodl vim syntax highlighting.
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.
2015-07-13 23:22:19 +00:00
Peter Stephenson
cc6e9db29d 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
m0viefreak
cf02c2f0f3 prefer col -bx to colcrt in helpfiles 2014-02-18 19:54:46 +00:00
m0viefreak
bc160bc585 remove old example from helpfiles:
code is integrated with distribution
2014-02-18 19:52:18 +00:00
m0viefreak
8ffbfc050f use env to find perl for helpfiles 2014-02-18 19:50:08 +00:00
Martin Vaeth
045b2418bd 32356: fix a typo 2014-02-07 09:17:11 +00:00
Martin Vaeth
beb40845d9 32105: support combinations of man or nroff with colcrt or col. 2013-12-13 22:55:05 -08:00
Barton E. Schaefer
412eb07885 Another missed bit of 31988. 2013-11-16 10:05:30 -08:00
Barton E. Schaefer
17465686af One missed hunk from 31988. 2013-11-15 22:19:02 -08:00
Barton E. Schaefer
e7fa65ffae Martin Vaeth: 31988 (plus missing semicolon): remove LC_CTYPE heuristics, assure clean environment, force LANG=C 2013-11-15 21:48:45 -08:00
Jun T
128034e211 31971: locale fix for helpfiles 2013-11-13 19:46:33 +00:00
Bart Schaefer
48539541f6 31966: skip introductory paragraphs when processing "man zshbuiltins". 2013-11-12 22:38:16 -08:00
Martin Vaeth
0f9032753a 31959 (plus tweak to .gitignore): make help files during installation 2013-11-12 21:06:46 +00:00
Wayne Davison
6192a49bfb Tweak find to prune a .git dir. This allows a .git/cvs dir to exist
with a cvs checkout in it.
2009-06-01 17:23:28 +00:00
Wayne Davison
a58d118753 24147 2007-12-04 01:40:18 +00:00
Peter Stephenson
9794b45477 document the distfiles business 2007-12-03 19:04:08 +00:00
Peter Stephenson
876fa2c44e unposted: force latest version of files from vendor to main branch 2007-07-03 17:06:04 +00:00
Peter Stephenson
85f7080b89 users/10013: fix use of zshall in helpfiles 2006-03-13 19:03:30 +00:00
Peter Stephenson
f76b0701e6 Missing ChangeLog entry for 4.2.0 changes 2004-03-19 10:52:35 +00:00
Peter Stephenson
bb9d76469e zsh-users/7160: Check and fix mod_export entries. 2004-03-12 18:56:42 +00:00
Bart Schaefer
38d555e1d7 Stupid typo -- :? should be ?: 2002-04-18 14:35:17 +00:00
Bart Schaefer
75eca01e4f Diff by article number, not just by attribution line. 2002-04-17 18:10:18 +00:00