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

error handling should always be there so that trouble finding causes of failure is fast #51

Closed
wants to merge 23 commits into from

Commits on Nov 25, 2009

  1. Added PSPad support

    dbrgn committed Nov 25, 2009
    Configuration menu
    Copy the full SHA
    ecf6c46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f562f82 View commit details
    Browse the repository at this point in the history
  3. move + alter sparkup.vim to allow install via adding to rtp

    - let sparkup.vim find the sparkup executable so that it does not need
      to be on the user's path
    - set the indent to the user's &shiftwidth instead of defaulting to 4
      spaces
    - update the insert mappings to start a new undo sequence allowing the
      user to retry sparkup sequence if they screw it up.
    ervandew authored and dbrgn committed Nov 25, 2009
    Configuration menu
    Copy the full SHA
    71c02b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2009

  1. Merge branch 'master' of git://github.com/rstacruz/sparkup

    Conflicts:
    
    	vim/ftplugin/html/sparkup.vim
    dbrgn committed Dec 4, 2009
    Configuration menu
    Copy the full SHA
    544131d View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2009

  1. Updated PSPad module

    dbrgn committed Dec 8, 2009
    Configuration menu
    Copy the full SHA
    7047b16 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2011

  1. Fixed two errors caught by PyLint

    Signed-off-by: Guillermo O. Freschi <tordek@tordek.com.ar>
    Guillermo O. Freschi authored and dbrgn committed Jan 17, 2011
    Configuration menu
    Copy the full SHA
    36d3202 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/rstacruz/sparkup

    Conflicts:
    	README.md
    dbrgn committed Jan 17, 2011
    Configuration menu
    Copy the full SHA
    11e0931 View commit details
    Browse the repository at this point in the history
  3. Updated README files

    dbrgn committed Jan 17, 2011
    Configuration menu
    Copy the full SHA
    a35b5b0 View commit details
    Browse the repository at this point in the history
  4. nmap and imap are pure, unadulterated evil

    sjl authored and dbrgn committed Jan 17, 2011
    Configuration menu
    Copy the full SHA
    8763d16 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2011

  1. CHANGES

    -------
    * Add YUI shortcut
    Chris George committed Jun 9, 2011
    Configuration menu
    Copy the full SHA
    2938550 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2011

  1. Merge remote-tracking branch 'rstacruz/master'

    Danilo Bargen committed Sep 12, 2011
    Configuration menu
    Copy the full SHA
    f7f620e View commit details
    Browse the repository at this point in the history
  2. Updated README

    Danilo Bargen committed Sep 12, 2011
    Configuration menu
    Copy the full SHA
    e90000b View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2011

  1. Merge branch 'rc.master'

    Chris George committed Dec 28, 2011
    Configuration menu
    Copy the full SHA
    cc0701c View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2012

  1. Some awesomeness I forgot to commit

    Chris George committed Mar 24, 2012
    Configuration menu
    Copy the full SHA
    1266fed View commit details
    Browse the repository at this point in the history
  2. Merge pull request rstacruz#1 from gwrtheyrn/master

    PSPad Plugin
    Chris George committed Mar 24, 2012
    Configuration menu
    Copy the full SHA
    9bfff1d View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2012

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

Commits on Mar 26, 2012

  1. Merge pull request rstacruz#2 from gwrtheyrn/master

    Updated URL in PSPad/Readme.txt
    Chris George committed Mar 26, 2012
    Configuration menu
    Copy the full SHA
    823b21a View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2012

  1. fixing Vim backend:

    - drop duplicate .py file (using <sfile> to find location instead of
      findfiles)
    - rewrite configuration options to use dictionary because they scale
      better and are less verbose
    - use autoload file for less often used code and setup options
    - dropping ftplugin file because sparkup is useful for diffrent
      filetypes (xml/xhtml/html/ur/urs/..) - it contained viml syntax errors
      due to merge markers anyway
    MarcWeber committed Mar 27, 2012
    Configuration menu
    Copy the full SHA
    e2bd156 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2012

  1. Fix bad merge call

    Chris George committed Jun 11, 2012
    Configuration menu
    Copy the full SHA
    6fbfcee View commit details
    Browse the repository at this point in the history

Commits on May 20, 2013

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

Commits on May 26, 2013

  1. Configuration menu
    Copy the full SHA
    fc1fc99 View commit details
    Browse the repository at this point in the history
  2. don't add trailing newline

    MarcWeber committed May 26, 2013
    Configuration menu
    Copy the full SHA
    59d962b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2013

  1. Merge remote-tracking branch 'rstacruz/master'

    * rstacruz/master:
      Execute html mappings for Django templates
      Retain inner } braces, useful for templates
      Use `imap` when mapping to `<Plug>*`
      /env python -> /env python2
      Unset s:sparkup in case of error
      Mention sparkup.py besides sparkup in the error message
      Use full path for s:sparkup
      Use `return` instead of `finish` in a function
      Use `inoremap` for calling Sparkup{,Next}().
      Fix doc installation in "vim" Makefile task.
      Improve mapping for Vim, using <Plug> maps>
      Do not add normal mode mappings for Vim.
      /env python -> /env python2
      Fix for remapped <Esc>
      Always use noremap to avoid recursion problems
      support both HTML (with) and XML (without HTML specific behaviour)
    
    Conflicts:
    	vim/ftplugin/html/sparkup.vim
    MarcWeber committed Sep 25, 2013
    Configuration menu
    Copy the full SHA
    2a7b444 View commit details
    Browse the repository at this point in the history