Skip to content

Commit

Permalink
fix don't remove marks on lines commented/uncommented
Browse files Browse the repository at this point in the history
  • Loading branch information
alex.tylor committed Aug 9, 2022
1 parent 8619217 commit e9ac16a
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 195 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gh-integration:

integration:
@echo "Run integration tests..."
nvim --headless --noplugin -c "PlenaryBustedDirectory tests"
nvim --headless --noplugin -c 'packadd plenary.nvim' -c "PlenaryBustedDirectory tests"
@echo

test: unit integration
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins written in Lua are:
toggle code when debugging
- Uses the built in `commentstring` buffer option to define comment markers
- Where a marker doesn't have a **space** character as padding this is added,
configurable (this can be disabled in the options, see below but if useful
configurable (this can be disabled in the options, see below but is useful
when working with numerous linters)
- Supports motions
- Dot `.` repeatable
Expand Down
Loading

0 comments on commit e9ac16a

Please sign in to comment.