Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small adjustments for index error and window handling #2

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Dec 6, 2016

  1. FIXED buf_list INDEX ERROR IN vim_encoding_check()

    IMPROVED BUFFER NAME AND BUFFER EMPTY CHECK IN blog_wise_open_view()
    BourgeoisBear committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    f0bb910 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ed3f4f View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2018

  1. Create LICENSE

    BourgeoisBear authored Apr 29, 2018
    Configuration menu
    Copy the full SHA
    2ab73c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from BourgeoisBear/add-license-1

    Create LICENSE
    BourgeoisBear authored Apr 29, 2018
    Configuration menu
    Copy the full SHA
    f74e266 View commit details
    Browse the repository at this point in the history
  3. VimRepressPy3 v3.3.0b

    BourgeoisBear committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    3d4454b View commit details
    Browse the repository at this point in the history
  4. Update README.md

    BourgeoisBear authored Apr 29, 2018
    Configuration menu
    Copy the full SHA
    28bb73f View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. Changed file open mode to "rb" for :BlogUpload

    - Py3 defaults to utf-8 strings, so text mode for blobs is unacceptable (invalid utf-8 glyph errors)
    BourgeoisBear committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    61ca3a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. python 3.2 configparser deprecation fix

    Jason Stewart committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    905b52a View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2021

  1. Configuration menu
    Copy the full SHA
    4f2ae91 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Update README.md

    BourgeoisBear authored Dec 27, 2021
    Configuration menu
    Copy the full SHA
    32cf082 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    BourgeoisBear authored Dec 27, 2021
    Configuration menu
    Copy the full SHA
    e0af2bb View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. - require 0o600 perms on .vimpressrc

    - fix missing module reporting for `markdown` import
    - set filetype to `ft=markdown` appropriately when opening post/page
    BourgeoisBear committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    bc3f710 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    BourgeoisBear authored Dec 28, 2021
    Configuration menu
    Copy the full SHA
    399dbd9 View commit details
    Browse the repository at this point in the history