|
wex v26.04.0
|
This class offers data for the ex command parser. More...
#include <wex/ex/command-parser-data.h>

Public Member Functions | |
| command_parser_data (std::string text=std::string()) | |
| Default constructor. | |
| const std::string & | command () const |
| The command. | |
| bool | is_global_skip () const |
| Returns true if this command can be skipped. | |
| const std::string & | range () const |
| The range. | |
| const std::string & | text () const |
| The text (rest), not the original supplied text. | |
This class offers data for the ex command parser.
|
inline |
The command.
This mostly is a one letter string like "z" for adjust_window or "p" for print.