I want to know how to annotate as much as a specific range in vim. It's so hard to keep adding # one by one.
#
This is
def my_fun(x, y): return x + y
Like this
#def my_fun(x, y): # # return x + y
You can use either # or " as long as you comment.
"
Right now, only one line is annotated, but 4 is completely annotated
map gc <Plug>Commentary nmap gcc <Plug>CommentaryLine
574 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
585 PHP ssh2_scp_send fails to send files as intended
882 /usr/bin/google-chrome:symbol lookup error:/usr/bin/google-chrome: undefined symbol:gbm_bo_get_modifier
1023 In Java servlet, when SHA-256 sends WW-Authenticate header for digest authentication, the client does not return the result.
626 Uncaught (inpromise) Error on Electron: An object could not be cloned
© 2024 OneMinuteCode. All rights reserved.