Live data from Hacker News

Vim 7.4 is released

vim.org

51–60 of 126 posts

Re: Vim 7.4 is released

#51
post #48

I've just updated my unofficial Mac OS X build (featuring alloy's native sidebar with a file tree): https://github.com/rcarmo/macvim/releases/tag/7.4 It's a tad controversial, I know, but I find it vastly more friendly than NERDTree, and I know quite a few people were looking for alloy's builds a while back. EDIT: screenshot, from an older build: https://f.cloud.github.com/assets/392683/793013/469e0c62-ebd...

The link above should mention this requires 10.8 and above.

Re: Vim 7.4 is released

#53
post #48

I've just updated my unofficial Mac OS X build (featuring alloy's native sidebar with a file tree): https://github.com/rcarmo/macvim/releases/tag/7.4 It's a tad controversial, I know, but I find it vastly more friendly than NERDTree, and I know quite a few people were looking for alloy's builds a while back. EDIT: screenshot, from an older build: https://f.cloud.github.com/assets/392683/793013/469e0c62-ebd...

The link above should mention this requires 10.8 and above.

Yeah, that was only in the README. Fixed.

Re: Vim 7.4 is released

#54

Earlier quoted context omitted.

It sounds like someone read Russ Cox's work on regexp. Russ Cox? You know that regular expressions have existed since Kleene's first proposals, and everyone with a CS degrees knows that you can compile them to deterministic finite state automata. Right?

Larry Wall does not have a CS degree.

But his degree did involve computers. He got his undergraduate degree in natural and artificial languages

Re: Vim 7.4 is released

#55
post #50

MacVim dont't have lion or moutain lion style native scrollbar still.

Hi! Are you sure? Check out my build: https://github.com/rcarmo/macvim/releases/tag/7.4 EDIT: link to fixed release.

It doesn't open for me on Mountain Lion 10.8. There is no window. I've tried to open it from terminal and it gives an error with:

$ ./MacVim dyld: Library not loaded: /usr/local/lib/liblua.5.1.5.dylib Referenced from: /Applications/MacVim.app/Contents/MacOS/Vim Reason: image not found

Re: Vim 7.4 is released

#56
post #55
post #50

Earlier quoted context omitted.

Hi! Are you sure? Check out my build: https://github.com/rcarmo/macvim/releases/tag/7.4 EDIT: link to fixed release.

It doesn't open for me on Mountain Lion 10.8. There is no window. I've tried to open it from terminal and it gives an error with: $ ./MacVim dyld: Library not loaded: /usr/local/lib/liblua.5.1.5.dylib Referenced from: /Applications/MacVim.app/Contents/MacOS/Vim Reason: image not found

Hmm. I guess turning on Lua was a bad idea. Apparently forcing a static build didn't work right. Will be fixed in around 20m.

EDIT: fixed! Disabled Lua for now, I have both my own build and brew's installed, and it will take some time to sort out.

Re: Vim 7.4 is released

#57
post #56
post #55

Earlier quoted context omitted.

It doesn't open for me on Mountain Lion 10.8. There is no window. I've tried to open it from terminal and it gives an error with: $ ./MacVim dyld: Library not loaded: /usr/local/lib/liblua.5.1.5.dylib Referenced from: /Applications/MacVim.app/Contents/MacOS/Vim Reason: image not found

Hmm. I guess turning on Lua was a bad idea. Apparently forcing a static build didn't work right. Will be fixed in around 20m. EDIT: fixed! Disabled Lua for now, I have both my own build and brew's installed, and it will take some time to sort out.

Thank you very much. I'm the author of subvim (https://github.com/fatih/subvim) . And if this works fine I will promote this as the go-to editor to use subvim.

Re: Vim 7.4 is released

#58
post #36

I love vim, but:- http://www.vim.org/ http://www.sublimetext.com/ Which one would you want to use?

Neither.

I use an IDE for code, FocusWriter for just about everything else involving text and nano for server work (I'm can use vim if needed but I prefer nano for quick config file edits and after using it for a decade muscle memory isn't worth fighting).

Re: Vim 7.4 is released

#60
post #56
post #55

Earlier quoted context omitted.

It doesn't open for me on Mountain Lion 10.8. There is no window. I've tried to open it from terminal and it gives an error with: $ ./MacVim dyld: Library not loaded: /usr/local/lib/liblua.5.1.5.dylib Referenced from: /Applications/MacVim.app/Contents/MacOS/Vim Reason: image not found

Hmm. I guess turning on Lua was a bad idea. Apparently forcing a static build didn't work right. Will be fixed in around 20m. EDIT: fixed! Disabled Lua for now, I have both my own build and brew's installed, and it will take some time to sort out.

Works fine, thank you very much for the work!
Post reply on HN