zsh-workers
 help / color / mirror / code / Atom feed
* REQUEST: ... to move a file
@ 1999-11-12 14:59 Sven Wischnowsky
  1999-11-14 18:56 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Wischnowsky @ 1999-11-12 14:59 UTC (permalink / raw)
  To: zsh-workers


I request that the file `Base/_vars' be moved into `Builtins'. It uses 
a `#compdef' with several builtins and is not called from any other
completion function. It simply has nothing to do in `Base'...

I think this comes from the time when we first split things into
directories. It may have made sense then.

Bye
 Sven


--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: REQUEST: ... to move a file
  1999-11-12 14:59 REQUEST: ... to move a file Sven Wischnowsky
@ 1999-11-14 18:56 ` Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 1999-11-14 18:56 UTC (permalink / raw)
  To: zsh-workers

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-11-14 18:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-12 14:59 REQUEST: ... to move a file Sven Wischnowsky
1999-11-14 18:56 ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).