tpope / vim-commentary

commentary.vim: comment stuff out
http://www.vim.org/scripts/script.php?script_id=3695
5.9k stars 214 forks source link

Insert comment characters into beginning of line #113

Closed habamax closed 5 years ago

habamax commented 5 years ago

Fix issue #112

Assign b:commentary_startofline to insert comment characters at column 1 regardless of indentation.

habamax commented 5 years ago

Also git commit message is updated