Changes between Initial Version and Version 1 of Ticket #3018, comment 5
- Timestamp:
- 11/07/13 11:46:33 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3018, comment 5
initial v1 1 1 Correct. You should reread man page. 2 {{{ 2 3 3 Attempt to perform completion on the text before current position. MC attempts completion treating the text as variable (if the text begins with $), username (if the text begins with ~), hostname (if the text begins with @) '''or command''' (if you are on the command line in the position where you might type a command, possible completions then include shell reserved words and shell built-in commands as well) in turn. '''If none of these matches, filename completion is attempted'''. 4 }}} 4 5 5 So, if you have 'base64', 'basename', 'bash', you don't have 'bassis123/' in completion results.