nerdtree icon indicating copy to clipboard operation
nerdtree copied to clipboard

Lines in file are displayed in NERDTree.

Open caromdreamer opened this issue 3 years ago • 0 comments

Description of Changes

Closes #


New Version Info

Author's Instructions

  • [x] Derive a new MAJOR.MINOR.PATCH version number. Increment the:
    • MAJOR version when you make incompatible API changes
    • MINOR version when you add functionality in a backwards-compatible manner
    • PATCH version when you make backwards-compatible bug fixes
  • [X] Update CHANGELOG.md, following the established pattern.

Collaborator's Instructions

  • [ ] Review CHANGELOG.md, suggesting a different version number if necessary.
  • [ ] After merging, tag the commit using these (Mac-compatible) bash commands:
    git checkout master
    git pull
    sed -n "$(grep -n -m2 '####' CHANGELOG.md | cut -f1 -d: | sed 'N;s/\n/,/')p" CHANGELOG.md | sed '$d'
    git tag -a $(read -p "Tag Name: " tag;echo $tag) -m"$(git show --quiet --pretty=%s)";git push origin --tags
    

This function shown as below: image

caromdreamer avatar Sep 15 '22 17:09 caromdreamer