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

Conversation

MarcWeber
Copy link

No description provided.

dbrgn and others added 23 commits November 25, 2009 14:49
- 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.
Conflicts:

	vim/ftplugin/html/sparkup.vim
Signed-off-by: Guillermo O. Freschi <tordek@tordek.com.ar>
-------
* Add YUI shortcut
Updated URL in PSPad/Readme.txt
- 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
* 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
@blueyed
Copy link
Contributor

blueyed commented Oct 7, 2013

Please note: sparkup.py was initially a symlink to sparkup (you added sparkup.py itself - a copy probably?!)

Recent commits moved it to sparkup.py, so you need to do your change there.

@faceleg faceleg closed this Dec 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants