Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: REQUEST: ... to move a file



On Nov 12,  3:59pm, Sven Wischnowsky wrote:
} Subject: REQUEST: ... to move a file
}
} I request that the file `Base/_vars' be moved into `Builtins'.

I think the best way to indicate that is like this:

Index: Completion/Base/.distfiles
===================================================================
--- .distfiles	1999/11/05 06:53:57	1.8
+++ .distfiles	1999/11/14 18:49:34	1.9
@@ -3,5 +3,5 @@
     _arg_compile _arguments _brace_parameter _combination _command_names
     _condition _default _describe _equal _first _jobs _math _parameter
     _precommand _redirect _regex_arguments _subscript _tilde _value
-    _values _vars
+    _values
 '
Index: Completion/Builtins/.distfiles
===================================================================
@@ -3,5 +3,5 @@
     _aliases _arrays _autoload _bg_jobs _bindkey _builtin _cd _command
     _compdef _disable _echotc _enable _fc _fg_jobs _functions _hash _kill
     _limits _nothing _pids _popd _sched _set _setopt _source _stat _trap
-    _unhash _unsetopt _vars_eq _wait _which _zftp _zle _zmodload
+    _unhash _unsetopt _vars _vars_eq _wait _which _zftp _zle _zmodload
 '
Index: Completion/Core/.distfiles
===================================================================
@@ -3,6 +3,6 @@
     _approximate _compalso _complete _correct _description _expand
     _files _list _main_complete _match _menu _multi_parts
     _message _normal _oldlist _options _parameters _path_files
-    _sep_parts _set_options _unset_options
+    _sep_parts _set_options _sort_tags _unset_options
     compdump compinit compinstall
 '


-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



Messages sorted by: Reverse Date, Date, Thread, Author