Skip to content

ettaka/vim-apdl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my personal fork of https://github.com/andrelfpinto/vim-apdl.

Features:

  • Syntax highlighting for ANSYS APDL files. (Nothing fancy, just comment, numbers and function names.)
  • Indentation rules (*if, *elseif, *do, etc...)
  • Autocompletetion of commands and elements

Added feature

  • mapping for opening of an input file that is called with /input, (/inp) command.
    • "localleader vsp" opens the file with a vertical split to the left hand side and moves the cursor to the next row
    • "localleader sp" opens the file with split below the left hand side window (if any)
    • The usual usage is when main script has lots of /inp commands. These can be quickly opened with the mappings.

About

Syntax highlighting for ANSYS APDL files

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%