Skip to content

Use nimsuggest #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 134 commits into
base: master
Choose a base branch
from
Open

Use nimsuggest #1

wants to merge 134 commits into from

Conversation

bkerin
Copy link

@bkerin bkerin commented Nov 4, 2017

AHHH this is obviously not what I meant...

The g:nim_project_file is a bit of a hack and probably there's a better way

Zahary Karadjov and others added 30 commits August 26, 2011 13:50
errors are redirected to a log buffer now instead of echoerr
Adds basic readme based on syntastic's one.
Vim starts counting columns from 1 but the nimrod idetools command
starts from zero. This can be verified writing a call to the quit() proc
with a two level identation and trying to invoke idetools on the
whitespace before the word.
Fixes the column position when invoking idetools.
Adds note about log://nimrod to debug idetool interactions.
After some time editing with the "silent!" bit removed everything seems
to work fine, so maybe the silencing was done when there was no error
log.
Disables silence when invoking idetools. Refs #4.
magnostherobot and others added 28 commits May 20, 2018 16:57
Before this change, running `:make` on a file with errors when not
in the same directory as the file would open a buffer in the cwd.
This change fixes this: the compiler outputs the full path to the
file, so a buffer is always opened for the correct file.

`--listfullpaths` was used instead of `--listFullPaths` to be
consistent with `autoload/nim.vim`.
Versions of Vim compiled without python support will error when attempting
to run `:py nimTerminateAll()`, a autocommand for the `VimLeavePre` event.
A simple check for python support prevents this.
Check for python support before queuing autocmd
This updates all references to nimrod and nimrod.vim to simply Nim. As it appears #53 was supposed to do.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.