Skip to content
Martin Krischik edited this page Oct 6, 2022 · 2 revisions

Table of Contents

WLS Mode

This is a mirror of http://www.vim.org/scripts/script.php?script_id=1719

Description

Don't expect to much as it is only Version 0.1 but if you need to edit/create weblogic.Admin [1] scripts then this plugin will be helpfull.

As time passes I plan to add other goodies for Weblogic users. Other contributors are welcome as well.

Reports errors to: http://code.google.com/p/vim-scripts/issues/list Discuss improvements on: http://groups.google.com/group/vim_scripts

[1] http://e-docs.bea.com/wls/docs81/admin_ref/cli.html

Installation

Install from https://github.com/krischik/vim-wls using dein (https://github.com/Shougo/dein.vim) or similar:

    call dein#begin('$HOME/vimfiles/bundles')
    call dein#add('krischik/vim-wls')
    call dein#end()
    call dein#install()

References

WLS Mode
Vim-Script https://www.vim.org/scripts/script.php?script_id=1719
Source https://github.com/krischik/vim-wls
Wiki https://github.com/krischik/vim-wls/wiki
Releases https://github.com/krischik/vim-wls/releases
Issues https://github.com/krischik/vim-wls/issues
Discussions https://github.com/krischik/vim-wls/discussions

Comments

/* vim: set textwidth=0 wrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab : */ /* vim: set filetype=mediawiki fileencoding=utf8 fileformat=unix foldmethod=marker : */ /* vim: set nospell spelllang=en_gb : */

Clone this wiki locally