| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-26 | change vim script style from 4-space indent to 2-space | jdhao | |
| 2020-09-26 | turn tab to spaces | jdhao | |
| 2020-09-24 | fix style issues as per vint | jdhao | |
| 2020-09-17 | use larger length for a line of code | jdhao | |
| 2020-08-11 | fix markdownfootnote issue | jdhao | |
| see https://github.com/vim-pandoc/vim-markdownfootnotes/issues/22 for the details | |||
| 2020-05-18 | update max syntax column for Markdown | jdhao | |
| This value is set to a large number mainly for long Chinese paragraphs. Since I do not want to hard-wrap long Chinese paragraphs, some paragraphs tend to be long in raw bytes. | |||
| 2020-03-30 | chore: remove short url and replace with true url | jdhao | |
| 2020-01-21 | Update python settings | jdhao | |
| 2020-01-01 | Revert change for Markdown filetype | jdhao | |
| 2020-01-01 | Update options for Markdown filetype | jdhao | |
| 2019-12-29 | Add toml support | jdhao | |
| 2019-12-15 | Change conceal settings for Markdown | jdhao | |
| 2019-12-09 | Fix an issue with AsyncRun.vim | jdhao | |
| Change the output of Python from Buffered to Unbuffered so that we can see the command output immediately instead of waiting for the command to finish to see the output. See https://github.com/skywind3000/asyncrun.vim/wiki/FAQ#cant-see-the-realtime-output-when-running-a-python-script and https://stackoverflow.com/questions/107705/disable-output-buffering. | |||
| 2019-12-06 | Add mapping for running Python script asynchronously | jdhao | |
| 2019-11-30 | Do not use colorcolumn for text filetype | jdhao | |
| 2019-11-14 | Remove mappings for Python filetype. | jdhao | |
| Use quickrun to execute Python source files. | |||
| 2019-09-12 | Simplify init.vim and move settings to autoload and after directory | jdhao | |
