summaryrefslogtreecommitdiffstats
path: root/.vim/bundle/vim-multiple-cursors/CONTRIBUTING.md
blob: 878aa59beba0bba992a7114cfcfb94becc4d2b46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Problems summary

## Expected

## Environment Information
 * OS:
 * Neovim/Vim/Gvim version:

## Provide a minimal .vimrc with less than 50 lines

    " Your minimal.vimrc

## Generate a logfile if appropriate

 1. export NVIM_PYTHON_LOG_FILE=/tmp/log
 2. export NVIM_PYTHON_LOG_LEVEL=DEBUG
 3. nvim -u minimal.vimrc
 4. recreate your issue
 5. cat /tmp/log_{PID}

## Screen shot (if possible)

## Upload the log file