Managed Projects

Lua/APR binding

  Analyzed about 1 hour ago

Lua/APR is a binding of the Apache Portable Runtime (APR) for the Lua programming language. APR powers software such as the Apache webserver and Subversion and Lua/APR makes the APR operating system interfaces available to Lua, serving as an extended standard library.

12.7K lines of code

0 current contributors

over 12 years since last commit

2 users on Open Hub

Inactive
4.0
   
I Use This

easytags.vim

  Analyzed about 23 hours ago

Automated tag file generation and syntax highlighting of tags in Vim

1.36K lines of code

0 current contributors

almost 9 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

notes.vim

  Analyzed about 20 hours ago

The notes.vim plug-in for the Vim text editor makes it easy to manage your notes in Vim.

2.65K lines of code

0 current contributors

over 8 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

mpd-myfm

  Analyzed about 16 hours ago

A client for Music Player Daemon that fills your playlist based on similar artists from Last.fm

1.55K lines of code

0 current contributors

almost 14 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

session.vim

  Analyzed about 9 hours ago

The session.vim plug-in improves upon Vim's built-in :mksession command by enabling you to easily and (if you want) automatically persist and restore your Vim editing sessions. It works by generating a Vim script that restores your current settings and the arrangement of tab pages and/or split windows and the files they contain.

1.23K lines of code

0 current contributors

over 8 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

lua.vim

  Analyzed about 3 hours ago

The Lua file type plug-in for Vim makes it easier to work with Lua source code in Vim by providing the following features: - the gf (go to file) mapping knows how to resolve Lua module names using package.path - Vim follows dofile(), loadfile() and require() calls when looking for identifiers ... [More] in included files - when you save a Lua script the syntax is automatically checked - F1 on a Lua function or method call will jump to the Lua Reference for Vim - Control-X Control-U supports completion of Lua 5.1 keywords, global variables and library members - Control-X Control-O supports dynamic completion of installed modules and their fields - Custom text-objects and the % mapping enable jumping between blocks and functions [Less]

1.14K lines of code

0 current contributors

over 9 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

DedupFS

  Analyzed about 8 hours ago

A Python FUSE file system that features transparent deduplication and compression which make it ideal for archiving backups.

1.78K lines of code

0 current contributors

almost 14 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

shell.vim

  Analyzed about 16 hours ago

This plug-in improves the integration between Vim and your operating system: - The :Fullscreen command and F11 mapping toggle Vim between normal and full-screen mode - The :Maximize command and Control-F11 mapping toggle Vim between normal/maximized state: They show/hide the menu bar, tool ... [More] bar and/or tab line - The :Open command and mapping know how to open file and directory names, URLs and e-mail addresses in your favorite programs (file manager, web browser, e-mail client, etc) - The xolox#shell#execute() function enables other Vim plug-ins to execute external commands in the background (i.e. asynchronously) without opening a command prompt window on Windows Two Windows DLL files are included to perform these functions on Windows, while on UNIX external commands are used. [Less]

556 lines of code

0 current contributors

almost 10 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

reload.vim

  Analyzed about 2 hours ago

The reload.vim plug-in automatically reloads various types of Vim scripts as you're editing them in Vim to give you instant feedback on the changes you make. Automatic reloading of Vim scripts is currently supported for the following types of scripts: - Standard plug-ins - Auto-load scripts ... [More] - File-type plug-ins - Syntax highlighting scripts - File-type indentation plug-ins - Color scheme scripts You're free to change the 'runtimepath' and reloading will still work. Note that vimrc scripts are not reloaded because that seems to cause more trouble than it's worth... [Less]

202 lines of code

0 current contributors

over 10 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

vim-pyref

  Analyzed about 24 hours ago

A plug-in for the Vim text editor that provides context-sensitive documentation for Python source code.

249 lines of code

0 current contributors

over 10 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This