branches with status:
Name Status Last Modified Last Commit
lp:ultisnips 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:~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:pydc1394 1 Development 2011-01-03 16:06:03 UTC
38. made image acquisition timeout after ...

Author: SirVer
Revision Date: 2011-01-03 16:06:03 UTC

made image acquisition timeout after 3 seconds, otherwise my system will freeze completely from time to time

lp:~sirver/+junk/widelandslib 1 Development 2010-01-01 20:46:11 UTC
9. Removed the scipy dependency.

Author: Holger Rapp
Revision Date: 2010-01-01 20:46:11 UTC

Removed the scipy dependency.

lp:spasm 1 Development 2009-06-13 15:58:12 UTC
190. PreMacro and AsmMacro are now subclas...

Author: Holger Rapp
Revision Date: 2009-06-13 15:58:12 UTC

PreMacro and AsmMacro are now subclasses from _Macro, this removes some code duplication. They could be further merged into one interface, I guess

15 of 5 results