Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Add NASM support #178

Merged
merged 2 commits into from
Feb 20, 2012
Merged

Add NASM support #178

merged 2 commits into from
Feb 20, 2012

Conversation

haavard
Copy link
Contributor

@haavard haavard commented Feb 20, 2012

These commits add NASM syntax support to Syntastic.

It simply assembles the file with NASM, redirects the output file to /dev/null and parses the errors. Nothing fancy.

 - Redirect output to /dev/null or NUL, to get rid of the trash .o file.
 - Some extra arguments to make sure NASM will always use the same
   settings.
scrooloose added a commit that referenced this pull request Feb 20, 2012
@scrooloose scrooloose merged commit 8ed2518 into vim-syntastic:master Feb 20, 2012
@scrooloose
Copy link
Collaborator

Pulled, cheers :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants