diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2022-10-26 11:10:13 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2022-10-26 11:10:13 -0400 |
| commit | 6b6e91707ecf621a0bedad154351db8f1ccc2123 (patch) | |
| tree | e0bed306b683c344e3f429817b1ef04daba1c2f6 /.config/micro/plug/wc/help/wc.md | |
| parent | 161a1bfb0b3e75e9f5241cd7dd8aafec455a67d5 (diff) | |
Working on merging to one branch
Diffstat (limited to '.config/micro/plug/wc/help/wc.md')
| -rw-r--r-- | .config/micro/plug/wc/help/wc.md | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/.config/micro/plug/wc/help/wc.md b/.config/micro/plug/wc/help/wc.md deleted file mode 100644 index ad36643..0000000 --- a/.config/micro/plug/wc/help/wc.md +++ /dev/null @@ -1,25 +0,0 @@ -# WordCount (wc) Plugin # - -The wc plugin provides the user with the ability to count either -characters or strings in any text being edited with micro. - -A word is defined as a string of characters delimited by white -space characters. White space characters are the set of characters -for which the iswspace(3) function returns true. - -A line is defined as a string of characters delimited by \n -characters, or by the beginning or end of the file. \r\n line -endings will be counted correctly as well, since there is only -one \n per \r\n. - -Character count includes white space and newline characters. - -To initiate the function, you can either: - -Press "F5" - -Or run: - -``` -> wc -``` |
