Skip to content
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

Fixed wrong Parameter in HiCol function #8

Merged
merged 2 commits into from
Oct 4, 2011
Merged

Fixed wrong Parameter in HiCol function #8

merged 2 commits into from
Oct 4, 2011

Conversation

fanglingsu
Copy link
Contributor

I Fixed the missed bang parameter in HiCol function. The second commit indents the code. For me the code was very hard to read, with the indentation I can read it better. Maybe we can use early breakout to shorten the code and parsetime.

For Example:

if Condition
foo
bar
else
return ''
endif

could be done as following:
if !Condition
return ''
endinf
foo
bar

chrisbra added a commit that referenced this pull request Oct 4, 2011
Fixed wrong Parameter in HiCol function
@chrisbra chrisbra merged commit 387f5ba into chrisbra:master Oct 4, 2011
@chrisbra
Copy link
Owner

chrisbra commented Oct 4, 2011

Looks good. I am merging now.

puremourning pushed a commit to puremourning/csv.vim that referenced this pull request Jul 12, 2022
- Small enhancements to |SumCol_CSV|- :Filters! reapplys the dynamic filter- Apply |csv-aggregate-functions| only to those values, that are not folded away.- |SumCol_CSV| can use a different number format (suggested by James Cole, thanks! (also |csv-nrformat|- Documentation updates (suggested by James Cole and Peng Yu)- More code cleanup and error handling  chrisbra#9 reported Daniel Carl, thanks!  chrisbra#8 patch by Daniel Carl, thanks!- New Command |NewRecord_CSV| (suggest by James Cole, thanks!)- new textobjects InnerField (if) and outerField (af) which contain the field without or with the delimiter (suggested by James Cole, thanks!)- |csv-arrange-autocmd| to let Vim automatically visually arrange the columns using |ArrangeColumn_CSV|- |csv-move-folds| let Vim move folded lines to the end- implement a Menu for graphical Vim(automatically uploaded)
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.

2 participants