UltiSnips hosts its code at https://github.com/SirVer/ultisnips.git.

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can get a copy of the development focus branch using the command:
bzr branch lp:ultisnips

There are download files available for UltiSnips.

See all merge proposals.

UltiSnips has 7 active branches owned by 6 people. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:ultisnips
Series: trunk
1 Development 2022-02-17 13:29:13 UTC
1063. Resolve paths to avoid duplicates in ...

Author: DavidBriscoe
Revision Date: 2022-02-17 13:29:13 UTC

Resolve paths to avoid duplicates in UltiSnipsEdit (#1440)

Use realpath to get the actual path so symlink directories are counted
as equal and excluded from the set of output.

When dotfiles are symlinked:

> dir c:\users\idbrii\.vim
...
2020-12-08 04:01 PM <SYMLINKD> .vim [C:\dotfiles\vim]

`:UltiSnipsEdit!` outputs:

    1: C:\Users\idbrii/.vim/bundle/david-snippets/UltiSnips/fugitive.snippets
  * 2: c:\dotfiles\vim\bundle\david-snippets\ultisnips\all.snippets
  * 3: c:\dotfiles\vim\bundle\david-snippets\ultisnips\all\shebang.snippets
  * 4: c:\dotfiles\vim\bundle\snippets\ultisnips\all.snippets
  * 5: c:\dotfiles\vim\bundle\project\ultisnips\all.snippets
  * 6: c:\users\idbrii\.vim\bundle\david-snippets\ultisnips\all.snippets
  * 7: c:\users\idbrii\.vim\bundle\david-snippets\ultisnips\all\shebang.snippets
    8: c:\users\idbrii\.vim\ultisnips\all.snippets
    9: c:\users\idbrii\.vim\ultisnips\fugitive.snippets

2,6 and 3,7 are duplicates.

This fixes the same issue on linux with similar symlink setup:
  $ ls -l ~/.vim
  lrwxrwxrwx 1 idbrii idbrii 49 Jan 24 2021 /home/idbrii/.vim -> /home/idbrii/dotfiles/vim

lp:~psycojoker/ultisnips/trunk 1 Development 2012-05-21 12:56:23 UTC
493. avoid crashing if trig list is empty

Author: Laurent Peuch
Revision Date: 2012-05-21 12:54:25 UTC

avoid crashing if trig list is empty

lp:~sirver/ultisnips/trunk bug 1 Development 2012-02-16 20:46:57 UTC
466. Fixed a bug when visual expand was us...

Author: Widelands Developers
Revision Date: 2012-02-16 20:46:57 UTC

Fixed a bug when visual expand was used after umlauts or tabs.

lp:~phillip-berndt/ultisnips/executeafter 1 Development 2012-02-03 18:09:13 UTC
443. Example implementation of a "execute ...

Author: pberndt
Revision Date: 2012-02-03 18:07:55 UTC

Example implementation of a "execute after expansion" block

lp:~ches/ultisnips/snippets (Has a merge proposal) 1 Development 2011-09-04 16:44:48 UTC
318. Rename Jasmine snippets so they only ...

Author: Ches Martin
Revision Date: 2011-09-04 16:44:48 UTC

Rename Jasmine snippets so they only load for ft=jasmine.<javascript|coffee>

lp:~blueyed/ultisnips/improve-test-script bug(Has a merge proposal) 1 Development 2011-03-07 22:49:27 UTC
255. Improve test script. - Fix messing ...

Author: Daniel Hahler
Revision Date: 2011-03-07 22:47:31 UTC

Improve test script.

 - Fix messing around with the X window clipboard (by setting 'clipboard=""')
  (LP: #730969).
 - Change to the script's directory in Vim (via ":cd").
 - doc/todo

lp:~drmikehenry/ultisnips/sunmap-tests 1 Development 2010-08-21 15:23:42 UTC
223. Added some test cases for the sunmap ...

Author: mike
Revision Date: 2010-08-21 15:15:24 UTC

Added some test cases for the sunmap logic.

17 of 7 results
You can't create new branches for UltiSnips.