Package Details: vim-julia-git r345.e1fcde9-1

Git Clone URL: https://aur.archlinux.org/vim-julia-git.git (read-only, click to copy)
Package Base: vim-julia-git
Description: Vim support for the Julia language.
Upstream URL: https://github.com/JuliaLang/julia-vim
Licenses: MIT
Provides: julia-vim, vim-julia
Replaces: julia-vim-git
Submitter: ConnorBehan
Maintainer: None
Last Packager: ConnorBehan
Votes: 15
Popularity: 0.000007
First Submitted: 2015-08-03 17:05 (UTC)
Last Updated: 2021-02-27 04:35 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

gajjanag commented on 2015-08-29 07:55 (UTC)

The tags issue has resurface again; please fix - see my comment below for how to do it.

gajjanag commented on 2015-08-02 19:50 (UTC)

Bump on naming: please change to vim-julia-git; see my comment below.

gajjanag commented on 2015-04-23 17:51 (UTC)

@alyst Works well, thanks.

alyst commented on 2015-04-22 18:13 (UTC)

@gajjanag Thanks for the suggestions, I've implemented the 2nd and 3rd (please check if that works for you now). 'vim-julia-git' would follow a little bit later.

gajjanag commented on 2015-04-22 13:57 (UTC)

Nice package! A couple of notes: 1. Naming - for consistency with other vim packages, the name of this should ideally be vim-julia-git (see e.g vim-rust-git, vim-commentary, vim-pathogen, etc) 2. git should be added to the makedepends. 3. While installing the package, help tags need to be updated. As it stands, I get conflicts with existing packages while doing an install, since the tags may have been created by other packages. My quick hack is to install this package first. A cursory glance at other PKGBUILD's (e.g vim-rust-git) reveals a crucial "install=vimdoc.install" line. I wonder whether this solves the issue.

alyst commented on 2014-12-30 16:35 (UTC)

Here's yet another PKGBUILD updated wrt julia-vim changes and recent AUR guidelines: http://pastebin.com/fHL2uw5h @SingularInfinity first I have fixed the PKGBUILD, then I went here to find I've [partially] repeated your work :)

bastikr commented on 2014-12-06 19:42 (UTC)

Can you please update the pkgbuild along the lines of SingularInfinity's suggestion? Otherwise it would be nice if you could just disown this package and I will do it.

SingularInfinity commented on 2014-10-05 09:46 (UTC)

I do not have enough knowledge of PKGBUILDs and/or vim to know if this is the right way to fix it, but adding a few lines to the PKGBUILD fixed the issue. http://pastebin.com/9Huv3mWr Perhaps someone more knowledgeable can clean this up and re-upload?

SingularInfinity commented on 2014-10-05 09:35 (UTC)

@marekpetrik: Same issue here. For some reason, the files in the autoload/ directory (which contains LaTeXtoUnicode.vim) are not added to the package - run pacman -Ql julia-vim-git and compare to the files at https://github.com/JuliaLang/julia-vim to see for yourself).

marekpetrik commented on 2014-10-01 15:14 (UTC)

After I install the package and start vim, I get the following error: Error detected while processing BufEnter Auto commands for "*": E117: Unknown function: LaTeXtoUnicode#Refresh Error detected while processing VimEnter Auto commands for "*": E117: Unknown function: LaTeXtoUnicode#Init Is there a dependency missing?