branch: elpa/evil-nerd-commenter
commit 4d03da77c87d90b4d2c78e1177870f65810fc2fe
Author: Eivind Fonn <[email protected]>
Commit: Eivind Fonn <[email protected]>

    Make copy-and-comment interactive
---
 evil-nerd-commenter.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/evil-nerd-commenter.el b/evil-nerd-commenter.el
index 3894bac2b2..7e04bad9e6 100644
--- a/evil-nerd-commenter.el
+++ b/evil-nerd-commenter.el
@@ -420,6 +420,7 @@ or 'C-u 3 M-x 
evilnc-quick-comment-or-uncomment-to-the-line' to comment to the l
    extra N-1 lines from next line
    Case 2: If a region selected, the region is expand to make sure the region 
contain
    whole lines. Then we operate the expanded region. NUM is ignored."
+  (interactive "p")
   ;; support negative number
   (when (< NUM 0)
     (forward-line (1+ NUM))

Reply via email to