Skip to content

Vim plugin for the "checkimpcont" Python source checking script

Notifications You must be signed in to change notification settings

congma/vim-checkimpcont

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

vim-checkimpcont

Vim plugin for checkimpcont, a tool that detects possibly misleading string literal concatenations in Python sources.

Installation

  1. First, please install the Python script checkimpcont.py.
  2. After that, put the Vim plugin script in your .vim/ftplugin/python directory.
  3. Alternatively, you can use pathogen to install the plugin.

Usage

In the .vimrc file, you can define the key mapping that invokes the check function. For instance, to map it to F6, use the following:

let g:checkimpcont_map = <F6>

The default value is <Leader>C.

License

Public domain.

About

Vim plugin for the "checkimpcont" Python source checking script

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages