prompt-toolkit / pyvim

Pure Python Vim clone.
BSD 3-Clause "New" or "Revised" License
2.52k stars 161 forks source link

update the config file #73

Open smileboywtu opened 8 years ago

smileboywtu commented 8 years ago

error key F9 cause when use the pyvimrc file cause there is no filename member in editorbuffer wrapper.

smileboywtu commented 8 years ago

use python-magic library and libmagic lib to decide the file lexer from contents not file type

smileboywtu commented 8 years ago

after test, it seems the recognition is so good as default method.

smileboywtu commented 8 years ago

the config file need reverse