search for: bufread

Displaying 5 results from an estimated 5 matches for "bufread".

Did you mean: bufready
2013 Feb 28
2
[LLVMdev] Propose to use rest.vim for vimrc of LLVM
...nd found that this setting below is useful when editing of reStructuredText file. llvm/utils/vim/vimrc " Enable syntax highlighting for reStructuredText files. To use, copy " rest.vim (http://www.vim.org/scripts/script.php?script_id=973) " to ~/.vim/syntax . augroup filetype au! BufRead,BufNewFile *.rst set filetype=rest augroup END Now LLVM and Clang use Sphinx so I believe this setting would be helpful. http://www.vim.org/scripts/script.php?script_id=973 More info about the rest.vim can be found the url above. Do I need to file some kind of pull request? I haven't p...
2006 Mar 29
2
vim syntax highlighting of rjs templates
Are there config files for vim that offer syntax highlighting of rjs templates? Charlie Bowman http://www.recentrambles.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060329/486c9d84/attachment.html
2013 Feb 28
0
[LLVMdev] Propose to use rest.vim for vimrc of LLVM
...gt; editing of reStructuredText file. > > > llvm/utils/vim/vimrc > > " Enable syntax highlighting for reStructuredText files. To use, copy > " rest.vim (http://www.vim.org/scripts/script.php?script_id=973) > " to ~/.vim/syntax . > augroup filetype > au! BufRead,BufNewFile *.rst set filetype=rest > augroup END > > > Now LLVM and Clang use Sphinx so I believe this setting would be helpful. > > http://www.vim.org/scripts/script.php?script_id=973 > > More info about the rest.vim can be found the url above. > > Do I need...
2008 Jul 02
2
spss long labels
...; + char * endp; + char * val; + if ((1 != size)||(0 == count)) { + warning("%s: strange record info seen, size=%u, count=%u" + ", ignoring long variable names" + , h->fn, size, count); + return 0; + } + size *= count; + data = Calloc (size +1, char); + bufread(h, data, size, 0); + /* parse */ + end = &dict->var[dict->nvar]; + p = data; + do { + if (0 != (endp = strchr(p, '\t'))) + *endp = 0; /* put null terminator */ + if (0 == (val = strchr(p, '='))) { + warning("%s: no long variable name for variable &...
2002 Oct 07
1
[LLVMdev] VIM syntax highlighting
I have made a vim syntax highlighting script for LLVM. It can be found at llvm/utils/vim/llvm.vim. You should copy this file to your ~/.vim/syntax/ directory and add the following lines to your .vimrc file to have it automatically load on a .ll file. augroup filetype au! BufRead,BufNewFile *.ll set filetype=llvm augroup END Misha claims to be making a script for all you emacs fans out there so look for that soon. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20021007/5ca83b4f/a...