jalvesaq / vimcmdline

Send code to command line interpreter
GNU General Public License v2.0
223 stars 38 forks source link

Fix vim error when sending file #64

Closed NobodyXu closed 5 years ago

NobodyXu commented 5 years ago

This pr:

  1. Fix vim errors when sending file due to the misuse of vim variables;
  2. Add .gitignore for python3;
  3. Remove ftplugin/pycache.

for issue #60.

This pr is meant to replace pr #63 .

jalvesaq commented 5 years ago

Thanks! I'm going to merge it. But do we need all these line in the .gitigore?

NobodyXu commented 5 years ago

@jalvesaq Maybe not.

The primary reason for me to use .gitignore was __pycache__ created by python on my machine due to the use of python_cmdline_import.py.