Vipyr/vimcryption

View on GitHub
plugin/vimcryption.vim

Summary

Maintainability
Test Coverage

Prefer single quoted strings
Open

    echo "Error: Requires Vim compiled with +python or +python3"
Severity: Minor
Found in plugin/vimcryption.vim by vint

Google VimScript Style Guide (Strings)

Prefer single quoted strings
Open

if !exists("g:vimcryption_start_onload")
Severity: Minor
Found in plugin/vimcryption.vim by vint

Google VimScript Style Guide (Strings)

Prefer single quoted strings
Open

    if !exists("b:vimcryption_loaded")
Severity: Minor
Found in plugin/vimcryption.vim by vint

Google VimScript Style Guide (Strings)

Prefer single quoted strings
Open

        echo "Vimcryption Enabled! " . b:vc_cipher_arg
Severity: Minor
Found in plugin/vimcryption.vim by vint

Google VimScript Style Guide (Strings)

Prefer single quoted strings
Open

if !exists("g:vimcryption_cipher")
Severity: Minor
Found in plugin/vimcryption.vim by vint

Google VimScript Style Guide (Strings)

Prefer single quoted strings
Open

  let g:vimcryption_cipher = "IOPASS"
Severity: Minor
Found in plugin/vimcryption.vim by vint

Google VimScript Style Guide (Strings)

Prefer single quoted strings
Open

    echo "Vimcryption Disabled!"
Severity: Minor
Found in plugin/vimcryption.vim by vint

Google VimScript Style Guide (Strings)

There are no issues that match your filters.

Category
Status