Commit Graph

  • 7c9d0c0c71 Refactored retaining of unnamed register to be done in VimState. Holger Rapp 2014-02-10 21:27:51 +01:00
  • 888ce5dac5 Fix a bug in retaining the unnamed register. Holger Rapp 2014-02-10 21:06:04 +01:00
  • da1ff4087b Only load snippet files when you need to. Holger Rapp 2014-02-10 09:02:31 +01:00
  • f8a07ae8e3 Do not set a filetype in scratch buffers. Holger Rapp 2014-02-10 08:57:05 +01:00
  • d0e7fa747f Do not set a filetype in scratch buffers. Holger Rapp 2014-02-10 08:54:28 +01:00
  • 2308687d1f Small bug fix. Holger Rapp 2014-02-10 08:48:33 +01:00
  • f2a9a5eb8d Refactored how snippet files are parsed. Holger Rapp 2014-02-10 08:40:37 +01:00
  • f6b197e18e Small bug fix. Holger Rapp 2014-02-08 19:56:14 +01:00
  • 72beeb28f4 Small documentation fixes. Holger Rapp 2014-02-08 15:53:18 +01:00
  • 773869b1e1 All linting done. Project is now lint warning free. Holger Rapp 2014-02-08 15:52:06 +01:00
  • 873b5b4ad4 More linting. Holger Rapp 2014-02-08 14:53:12 +01:00
  • 2b72c46935 More refactorings and linting. Holger Rapp 2014-02-08 14:41:08 +01:00
  • c67a59f579 More linting and refactorings mainly in _transformation.py. Holger Rapp 2014-02-08 14:23:16 +01:00
  • 63021206cd More linting. Holger Rapp 2014-02-08 12:07:17 +01:00
  • a669654466 More linting done. Holger Rapp 2014-02-08 10:51:31 +01:00
  • 4005608bab Follow the Vim 7.4 convention where to place python files. Holger Rapp 2014-02-07 10:38:44 +01:00
  • c78a54b158 More linting. Holger Rapp 2014-02-07 10:20:30 +01:00
  • bd132bc379 More linting warnings and a small bug fix. Holger Rapp 2014-02-07 09:50:20 +01:00
  • 2377a4405b More linting and some code simplifications. Holger Rapp 2014-02-07 09:03:24 +01:00
  • 4f7cec61ae More linter warnings down. Holger Rapp 2014-02-07 08:50:38 +01:00
  • fefef4e39f More lint warnings gone and simplified some code. Holger Rapp 2014-02-06 21:42:07 +01:00
  • dc00dd983d Added a preliminary pylintrc to the project. Holger Rapp 2014-02-05 23:20:53 +01:00
  • ec8bc5b1b5 util -> indent_util Holger Rapp 2014-02-05 21:06:46 +01:00
  • 47479ea802 Done with simplifying __init__.py. Holger Rapp 2014-02-05 20:58:40 +01:00
  • 3d4e408b32 Moved SnippetsFileParser into a file of its own. Holger Rapp 2014-02-05 20:47:05 +01:00
  • 975aca0c8e Moved SnippetDictionary into a file of its own. Holger Rapp 2014-02-05 20:37:07 +01:00
  • 03bb556799 Moved VisualContentPreserver into its own file. Holger Rapp 2014-02-05 20:31:47 +01:00
  • 98a676f8ac Moved some code from __init__.py into a file of its own. Holger Rapp 2014-02-05 20:26:33 +01:00
  • a408ba5ce9 Whitespace cleanups. Holger Rapp 2014-02-05 20:17:23 +01:00
  • daf778f59c Some minor refactorings. Holger Rapp 2014-02-05 20:12:21 +01:00
  • 69659023fb Merge pull request #136 from aeruder/master Holger Rapp 2014-02-05 19:24:19 +01:00
  • 16c46616ad Be when to map Forward and Backwards Trigger Holger Rapp 2014-02-05 19:19:16 +01:00
  • ed2a0c517f Fixed remaining tests. Holger Rapp 2014-02-05 19:13:34 +01:00
  • 78c390b026 all.snippets: bbox and box snippet Python 3 compatibility Andrew Ruder 2014-02-05 11:39:47 -06:00
  • a7de815f47 Started fixing the tests that broke through the remapping change. Holger Rapp 2014-02-05 17:45:45 +01:00
  • 2cdaac1b1c Merge branch 'master' into mMontu-master Holger Rapp 2014-02-05 17:21:33 +01:00
  • 4adc048c16 Try hard to retain the unnamed register. Patch by Gernot Höflechner - LFDM. Holger Rapp 2014-02-03 18:14:27 +01:00
  • 3e03e38dbc Merge branch 'retaining_the_unnamed_register' of git://github.com/LFDM/ultisnips into LFDM-retaining_the_unnamed_register Holger Rapp 2014-02-03 18:02:30 +01:00
  • dd3f5ea189 Merge pull request #135 from ivanbrennan/fix-rails-form_for Holger Rapp 2014-02-03 02:21:39 -08:00
  • 9770ff46cd Replace 'INLINE' tags with 'EXPR' tags in form_for snippets. ivanbrennan 2014-02-01 14:19:45 -05:00
  • f26a2ce830 Adds a test for the new feature LFDM 2014-02-01 01:43:43 +01:00
  • 60f1089d9d Escapes the cached string LFDM 2014-01-31 16:55:42 +01:00
  • bf3bfdac9c Adds eventhandler to restore the unnamed register LFDM 2014-01-31 16:20:31 +01:00
  • fee8a23d2d Retains the unnamed register during jumps LFDM 2014-01-31 16:18:14 +01:00
  • 335663d3c1 Merge pull request #132 from vitalk/jsdoc-snippets Holger Rapp 2014-01-26 22:15:54 -08:00
  • 0d37b48feb Merge pull request #131 from slagtermaarten/master Holger Rapp 2014-01-26 21:29:12 -08:00
  • 2fca23830b Added bunch of snippets to tex.snippets Maarten Slagter 2014-01-23 14:54:19 +01:00
  • b11a021397 Add snippet for the @version tag Vital Kudzelka 2014-01-24 14:49:24 +03:00
  • 9bb0dfb3db Do not use regexp in snippet triggers Vital Kudzelka 2014-01-24 14:34:12 +03:00
  • c60814ced8 Fix some visual placeholders Vital Kudzelka 2014-01-24 14:30:14 +03:00
  • faa19dff0f Remove comment box in header Vital Kudzelka 2014-01-24 13:40:31 +03:00
  • be1577b058 Add snippets to write JSDoc documentation Vital Kudzelka 2013-08-31 15:08:12 +03:00
  • ae611ccf95 Merge pull request #121 from rudfol/master Holger Rapp 2014-01-16 21:24:32 -08:00
  • 3426be5654 added .. else if (eli) .. snippet rudfol 2014-01-16 21:44:28 +00:00
  • 2b66c77695 Added .. else if (eli) .. snippet rudfol 2014-01-16 21:42:55 +00:00
  • beb2b5c7de Merge pull request #129 from lencioni/scss-import Holger Rapp 2014-01-14 21:44:50 -08:00
  • 9b9235d40f Add @import to scss snippets Joe Lencioni 2014-01-14 10:27:09 -08:00
  • 8a3f34b561 Merge pull request #127 from nulpunkt/master Holger Rapp 2014-01-12 21:35:00 -08:00
  • d241fb2d1a added 'if else ..' snippet rudfol 2014-01-11 20:48:31 +00:00
  • b0f5f6acf0 added 'if else ..' snippet rudfol 2014-01-11 20:44:11 +00:00
  • 5b3aa799e4 added 'if ..else' snippet rudfol 2014-01-11 20:44:11 +00:00
  • eb5f4946ad Dynamic tab solve - added if statem' rudfol 2014-01-10 21:49:13 +00:00
  • 76327d17c6 Updated space problem- added 'if' rudfol 2014-01-10 21:23:46 +00:00
  • 7267490ecb Merge pull request #126 from lencioni/scss Holger Rapp 2014-01-09 23:03:37 -08:00
  • 9b02aaf865 Make construct snippet PSR compliant. Jesper Skovgaard Nielsen 2014-01-08 10:14:28 +01:00
  • ace6150fac Add snippets for scss files Joe Lencioni 2014-01-07 22:41:21 -08:00
  • b5777773ea Merge pull request #123 from lencioni/improve-js-for-snippet Holger Rapp 2014-01-07 21:37:58 -08:00
  • 2f66a3fc2b Re-order JS for snippets Joe Lencioni 2014-01-06 22:21:50 -08:00
  • 23d7ded754 Simplify JS for snippet bodies Joe Lencioni 2014-01-06 22:19:25 -08:00
  • 983d494752 Add "b" options to JS for and ford snippets Joe Lencioni 2014-01-06 22:16:05 -08:00
  • 5c36a8945c Change JS for counting down trigger from for to ford Joe Lencioni 2014-01-06 22:14:00 -08:00
  • 1545b8327d Do not use xrange since py3 does not define it. Holger Rapp 2014-01-07 07:01:52 +01:00
  • 6fa0644685 Improve descriptions of JS for snippets Joe Lencioni 2014-01-06 08:18:33 -08:00
  • 98f88de976 Increase scope of JS for snippet placeholder Joe Lencioni 2014-01-06 08:22:54 -08:00
  • bd0c576bff Use length caching in JS for snippet Joe Lencioni 2014-01-06 08:10:37 -08:00
  • 3b56e24062 Merge pull request #122 from lencioni/add-snippets Holger Rapp 2014-01-06 07:52:57 -08:00
  • 43a78a8273 Add "b" trigger option to JS console snippets Joe Lencioni 2014-01-06 07:46:16 -08:00
  • 3c461925b9 Improve console.timeStamp snippet Joe Lencioni 2014-01-05 08:01:00 -08:00
  • bf0965fb6e Add missing console API methods to JS snippets Joe Lencioni 2014-01-05 07:35:35 -08:00
  • b9cdc97ef9 Alphabetize JavaScript console snippets Joe Lencioni 2014-01-05 07:38:47 -08:00
  • 1d903b2001 Small bug fix to search path order patch. Holger Rapp 2014-01-05 08:03:46 +01:00
  • 728cec37d1 Merge branch 'bug_1179630/autodetect_path_search_order' of git://github.com/saikobee/ultisnips into saikobee-bug_1179630/autodetect_path_search_order Holger Rapp 2014-01-05 08:02:42 +01:00
  • fc5d2e61dd Small refactoring. Holger Rapp 2014-01-05 08:01:42 +01:00
  • ccbefbc209 Fixed search order detection for symlinked vim dir Brian Mock 2014-01-03 23:08:29 -08:00
  • f596d98065 Pulled from master. Holger Rapp 2014-01-04 07:42:15 +01:00
  • acc6146f56 Automatic detection of search path order. Patch by saikobee. Holger Rapp 2014-01-04 07:32:18 +01:00
  • 8622753d3b Pulled from saikobee's branch. Holger Rapp 2014-01-04 07:30:01 +01:00
  • bc5e3bdb45 Added if snippets following general snippet style and triggers rudfol 2013-12-31 18:28:07 +00:00
  • d11752468d Merged bug fix for bug 1251994. Holger Rapp 2013-12-30 22:37:25 +01:00
  • 203d39bc88 Added taketwo to the list of contributors. Holger Rapp 2013-12-30 22:37:17 +01:00
  • 20c12eda3a Added if snippets and update of coding style to most common rudfol 2013-12-29 22:03:34 +00:00
  • f7c83ebbdb Add a test case for bug 1251994 Sergey Alexandrov 2013-12-29 01:56:32 +04:00
  • dc313f8c7b Fix for bug 1251994 Sergey Alexandrov 2013-12-29 01:56:09 +04:00
  • bc391a330d Fixed contributors list; saner plugin dir checking. Brian Mock 2013-12-27 10:21:51 -08:00
  • e9c00a746b More style cleanup; added docstrings Brian Mock 2013-12-25 10:44:23 -08:00
  • 9695633b21 Cleaned up code; updated docs. Brian Mock 2013-12-24 11:28:27 -08:00
  • d7a4f82bc1 Merge branch 'guns-vim-word-boundaries' Holger Rapp 2013-12-24 11:31:48 +01:00
  • 7cd4434a99 Evaluate word boundaries with Vim, not r'\b' guns 2013-12-23 15:36:29 -06:00
  • 44fd0c704a Do not use has_key in snippets, as this is no longer available in python3. Holger Rapp 2013-12-15 12:32:04 +01:00
  • cb15778473 html: added w in useful places. Patch by Julian Martin Grinblat. Holger Rapp 2013-12-14 14:48:52 +01:00