Skip to content
View shaneharper's full-sized avatar

Block or report shaneharper

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. add_vim_script_end_statements add_vim_script_end_statements Public

    Write shorter scripts for the Vim editor by not including statements such as endif, endfunction, and endwhile to mark the end of code blocks.

    C++

  2. vim-code_block_markers vim-code_block_markers Public

    Vim mappings to quickly insert start and end keywords/characters for code blocks in the following languages: C, C++, C#, CMakeLists.txt, Microsoft .bat, shell script and Vim script.

    Vim Script

  3. cpp_context cpp_context Public

    Output "context" (namespace / class / function) for a location in a C++ source file

    C++

  4. vim-name_object_after_its_type vim-name_object_after_its_type Public

    Vim editor plugin to name an object after its type

    Vim Script