770 Commits (4dff6612a80ca1c4c0eba7fdbd1ec7fa9c7eebc6)
 

Author SHA1 Message Date
Buddy Sandidge e3abee8c24 Update tmux config 7 years ago
Buddy Sandidge c52a22597f Squashed 'vim/bundle/javascript/' changes from e9a59c877..d2ccd306f
d2ccd306f use generic equivalent
3ea6ed6ac Trim optimize (#1024)
c03aee798 add 'mjs' extension (#1023)
c5e5e2012 refactor, mergeable (#1018)
dcb4e4762 cleaning, small optimization? (#1015)
7097cdad8 Small Flow return fix
739562910 more simplify of PCL (#1013)
8ea46f3e6 neater/faster iterating
6ccc1a713 Fix certain flow annotations within classes
fc80419fd trivial indent fixes / updates (#1007)
09d7c7051 faster/smaller cache access, SynId function (#1005)
7175ba5e6 missed a condition last time
ff851de60 improve conditionals all over (#1002)
37a68c3c7 Add fold to various flow regions
dd1f74fb8 Another quick flow patch
bc5b02484 A few more fixes
008e98985 Trying out some flow tweaks
e4870b4f5 More fixes for flow
0353342bc Fix for jsFlowOperator
243932e58 A ton of flow fixes
ff5e284f4 exponentiator, operator things (#1001)
f0ce7ffa9 cino-W (#1000)
cc84aa380 Merge pull request #999 from wavded/patch-2
ef74079e9 Add @async tag support.
603ec7156 cleaning, indent (#997)
be46c1c4d document and improve class cases (#996)
9b2a032c3 fix list size error with setpos()
7684f3cfc magic
1bd80e092 edge case fix: prevcodeline() and c style comments (#994)
72f4a95b2 fix for `[*` failing
43097941a let [] =[], minor formatting (#990)
aba8630e2 Making jsModuleGroup foldable
517d37c97 Merge pull request #992 from pangloss/async-fix
97203f192 async/await should be an @jsExpression
ebc6fd267 fix expr_col case
14cf98883 remove semicolon flag; flow (#989)
e0472fc50 indent file cleaning (#988)
4eac815fa cleaner searcpair workaround
e6f514324 IsCont trivial refactor (#986)
efd4f1f5e Small fix for Flow class annotations
8d6fbfb41 lex type import (#984)
f20659188 small logic reversal
438990878 date, cleaning
271f73123 clean up Syn
e14cfb6a0 flowtype requiring (#982)
2b0889fa8 naturalize (#981)
0b44edb6f Pcodeline (#980)
868c15b1c non-interrupting limit info in debugging
42c9451ab more lookbehind needed... classes
1cb44af82 make var naming consistent (#977)
6f880fe81 fix for non-inheriting (#976)
4e3c3c0d6 small logic fix
e5cdee7b2 assure switch isn't method (#974)
931dbd5b6 cino-M (#971)
a5a9a17d4 add possible ident shorthand (#970)
7ba092739 cleaner generator shorthand fix (#969)
2dfe7cded star shorthand workaround
9ea6e5df1 date
388c9cbc4 Nat is unary
147e50669 remove script-global, range reversal, max (#965)
18cd99029 cino-star behavior; remove s:W references
e092e7fce star comment find, as loop (#963)
eb5f00f67 Small fix for jsTaggedTemplate
beba61e8e trivial reading stuff and date
1d28953b1 clearer -1 check
28281d25a simplify isBlock and doWhile (#962)
4242a4b5f remove function setup
2e24d89cc fix wording
f5f32a9f4 Update README.md
bb2c6857d cino-= and misc style changes: indent.vim (#959)
89c3d920e variable of current token in functions (#958)
21a8a7ed8 misc:refactor (#957)
dc0bb4748 cleaning: indent.vim (#956)
d3068263e date
d9820f993 remove comment hack
5f0163963 no eval or confusing viml workarounds (#954)
e73b32207 deduplication (#953)
809b6beb4 move state out of try block
82b142242 test fix (#952)
9ce4ea852 misc: go back to l:pos only when needed; (#947)
d12dc6156 just use dict value
18c2c847e Merge pull request #925 from pangloss/issue-template
d33561172 Improve issue template
7d8a2b117 Adding an ISSUE_TEMPLATE.md
a898a9780 Merge pull request #942 from pangloss/bounceme-patch-1
c8aa5ed52 fix wrong func call
244985f10 don't use cursor() in conditional
573879c9d Reuse pos restorer, misc cleaning (#943)
0c26c4808 fix #940: ternary expression returning arrow
81166acad cache synID calls (#938)
a1f36ff79 move s: vars
5b2f56d75 Fix buffer variables inited only once (#941)
65dbdfc45 Fix variable typo (#939)
f7ffea095 Misc: indent (#937)
896bb54d2 configurable syntax skipping (#936)
53b043924 misc: indent.vim (#935)
259f5282f (silent) exception same as within searchpair (#934)
1e59f8488 break at html too
fcdacf6f7 break search at col:1 (#933)
ac71ceca3 another str2nr()
45d092f65 str2nr() to prevent octal
e573aa0b6 unneeded var declare (#932)
317125e18 &cino non-regex (#931)
2bca9c6f6 misc fixes, non-critical stuff (#929)
10492a89d cino-U (#928)
145fdc76d script-tag var access (#927)
3c2923e43 dont depend on loop error handling
2c8733ed7 vim script minify (#924)
021a5ff80 simpler, float less, cino parse (#926)
5511721b1 compiler header
23f5d0ed1 update comments
0d7ad9320 better do -> while "switch"
1a7a8fc8d no pos movement, exit correctly in prevline()
d8729f221 string detecting for prevline()
a327247d1 add note
ceae62037 Merge pull request #921 from pangloss/fix-prototype
ff9918c7c Fix prototype matching
431aa0ed1 Merge pull request #920 from pangloss/add-await-js-expression
5e85c21d0 Adding await to @jsExpression
665501ba2 various indent cleanups (#917)
55651ba6d add "es" extension (#916)
b6c00a194 move flow detect to ft detect file (#913)
f786167f9 Merge pull request #912 from sebcode/master
0cc170159 Allow flowtype annotation for arrow func return val
c87bb4345 auto load flow file with comment header (#911)
8fb55c5be minor change to limit
9cbe46c4a limit expr_col
b954ab478 ternary assignment
4e64bcff9 cleaner limiting in html
bea0e2096 change buffer variable for html
3ca2f636d fix, keep cache valid in tag
10f71931a don't move to scriptTag
87ecc8742 fix html without pangloss repo syntax file (#909)
ac4efdca0 indenting for first line after script tag (#908)
1e4ec0aaf also disregard flow bracket as operator
8e51618ba fix embedded js (#907)
63355ea70 fix: add jsImport and jsExport to htmlJavaScript (#906)
3530116b5 builtin optimization, fail condition (#904)
d2bc31992 more pattern simplifications (#903)
fac43e7d2 explicit match of cino parse (#902)
a24f345f4 dot isblock
90cf82a9f Remove a call to trim() in Onescope (#900)
afe6b8bf2 do while; experiment (#899)
0034e332b strpart instead of substrings,date (#898)
d87476f30 simplify balance optimization (#897)
289eca381 use search() 'e' flag to simplify regex
015004855 case
4a442bade virtual (#894)
669262388 replace tabs shell comment
e79107b49 add small note about testing in shell (#890)
2ad6da791 small code style fixes
1f9e29243 Onescope() refining (#889)
688d34b2e fix type as identifier (#887)
a2259d32b flow type ob (#886)
5ff6d5071 more prevcodeline improving (#884)
6c2007980 small fix
6007c680e refactor Prevcodeline (#883)
d8ffdf71e remove extra func call
867f50038 remove eval in continues() (#881)
95405f8e3 shiftwidth() compat (#879)
d79de5b4f expr_col switch? (#878)
a35306e0a save_pos instead of try/finally , date (#877)
40c437fd1 reimplement Trim() (#876)
6be84aa6b alternating balanced() (#874)
f92f5814e use float support rather than reimplement it (#873)
44b70ce73 remove pointless format flag (#872)
1ad5378d6 cleaning (#870)
c3892c40a reverse logic,skipfunc (#869)
57c837045 regex in token (#868)
b99793534 optimization in alternatepair() (#867)
0f36d47e8 make search magic
6fad4c536 document cino-w
73a8a137d cino-w (#864)
eb0465274 more c-parse fixes
ab5f29eee safe list value
6968e93e3 cino-parsing helper (#862)
5824735cd cino-b (#861)
c07c72700 unneeded condition
d1b6d908d safer check for paren/cino
4b219f6c9 doc
6c0bd6505 cino=( (#860)
53c547bbb extends, isBlock
4dc80ee25 regex explicit case
203126dae remove quote inaccuracy
05e17e4d4 if ptoken fails, restore cursor (#858)
23e5fa204 fix jsx detection (#857)
f70263dc6 clean up continues() (#856)
51e0cc54f more likely condition first (#855)
3344f1388 more keywords/operators (#854)
7072eb54a new operator
97a8ab46e cino option
220ce28ee reduce if nesting, isBlock consistency (#853)
6e8811c32 Enabling spell checking on template strings (#834)
e3a0e1f55 ternary algorithm simplified
c63905600 regex case fixes (#850)
3bb778ee7 faster tern col regex (#849)
9cf48ee3d string group name
18bc58a02 refactor isBlock (#846)
38c2b557b full syntax check if inside jsx (#844)
742f55bf1 syn related indent fixes (#843)
545ab1a90 Merge pull request #842 from pangloss/misc-bugfixes
5c526adcb Fixes to some comment chaining
1f1d5ebf3 unicode regex flag (#840)
d993dda7d Merge pull request #838 from pangloss/bugfix/js-func-call
994b78bf7 Fix for jsFuncCall
871ab2959 prevent octal conversion (#835)
9ada8ab92 switch_offset min value (#832)
8d0d45349 template inner code (#830)
b7677c924 float-less cino parsing (#828)
307eb850d better zero char solution
bf2f6a8e4 do inc/dec/arrow detection in function (#827)
2195ce010 safer GetPair condition (#824)
432d01b2d Merge pull request #823 from pangloss/ret
c354c479e Merge pull request #822 from qstrahl/fix-js-class-value-arrow-function
1ec994774 shorten final return
8b55755e9 Remove keepend from jsClassValue region
4e1ec95dc fix
9d24edb47 accurate Trim and prev_token funcs (#817)
8526ce56e Merge pull request #814 from pangloss/feature/js-object-prop
019e523aa combine ind logic (#816)
67b90c737 First pass at `jsObjectProp`
3cf8f3d0b Merge pull request #801 from pangloss/feature/new-bind-syntax
22c7e7b3e jsBlockLabels are not allowed if ::
7c95ee824 First pas at :: support
9f3ecf459 Merge pull request #815 from pangloss/jstemplateexpression
88c85d9ea Renaming jsTemplateVar -> jsTemplateExpression
690f23ea8 fix for inc/dec operators and blocks (#811)
18cbb4bde cleaning (#810)
0367cb5d5 add compiler plugin (#808)
f54c861a8 remove search call (#809)
96a5b5ec6 remove z flag
53dea7aff cleaning,search flags (#807)
56f6fbbe4 improve regex at skip_func (#806)
f8e9c1a7f check for lines which contain at least 2 `/` (#804)
cfaa6e4ef Merge pull request #789 from wavded/patch-1
7050c3ad9 Merge pull request #802 from pangloss/bugfix/template-var-keepend
cb7d5aeae Attempted fix for jsTemplateVar
ce415c397 Merge pull request #778 from pangloss/feature/block-support
9148cd38d Add extend to jsTernaryIf
659cbf3de Fix switch cases from being detected as labels
f11f948c0 Adding support for block statement labels
4839870f2 Fix jsTernaryIf and jsObjects
fe92d4991 First pass at Block support
9e9e2c4f3 remove added s:Trim arg
bd9b70af0 remove html comment
faa1a4bf4 cleaning (#799)
685219245 Fix Function capitalization in Flow annotations
b3a1e8a87 add await
d817bd4f1 re-add throw
bba35b25c change a keyword
58fdba82d cleaning
3ee5de406 fix keywords
043bb4aa0 fix destruct
dce5a10a0 remove check of keyword
2f182a1f4 generic search function (#795)
0b9c46e46 remove flow cases
006f889b4 exact object indent (#793)
2c44678d3 Merge pull request #791 from pangloss/fix-empty-arrow-args
d8a6fef99 Bugfix for jsArrowFuncArgs
aa3a16993 various fixes (#790)
17bbd02c1 ternary function (#788)
ff1fc56de Improve @typedef syntax for namepath.
ad3261e92 magic portability (#786)
a584a283b Merge pull request #787 from pangloss/add-comments-to-destructuring-blocks
364309983 Adding jsComment to destructuring blocks
8e3ae21c3 fix case block logic
36ebd9f8a rename,refactor, jump label support for isblock() (#775)
c2f65cd3f Merge pull request #782 from pangloss/fix-async
1a7632e6c Fixing how async is used
2f8d1fe2e Merge pull request #781 from pangloss/misc-flow-tweaks
7cb3abf71 Misc flow fixes
799274716 Merge pull request #780 from pangloss/flow-fix
ddefa30d1 Adding Flow wildcard support
3ef7bfd18 Merge pull request #779 from pangloss/misc-bugfixes
431e22926 Fix require in jsGlobalNodeObjects
c347e2da1 Adds __dirname & __filename to jsGlobalNodeObjects
f60eb29ea Merge pull request #777 from pangloss/bugfix/add-spread-to-jsblock
6f01baa66 Adding jsSpreadExpression to jsBlock
28732ef1a Merge pull request #776 from pangloss/bugfix/js-class-value
c12ae7609 An attempted fix for jsClassValue region end
521f4eda7 jump label support (#772)
a6176945c add other comments
8043c4bc0 detect string, prevline (#771)
ccc9f3017 improvements to prevcodeline() (#769)
da1eee445 odd comments, shebang (#768)
ce0f529bb refactor s:OneScope() (#766)
1cb6f1094 cleaner loop (#765)
f33b9ed81 cleaning, edge case with keyword (#764)
117c72721 more edge case accuracy,refactoring (#761)
294563c61 &cino format
63daab731 better &cino parsing (#759)
8e17e2330 Detect .es6 files as JavaScript (#199)
25cff858e don't move cursor at default label
3583822da reflow comment
4149f1d30 cleaning continued braceless statement (#758)
9db487d00 add option in s:prev_token() (#757)
1a17ce8c6 Merge pull request #756 from pangloss/array-destructuring-default-value-support
0dd9ad3b4 Fix array destructuring as func arg definitions
0bf390d9c optimize indent with basic syntax file (#753)
afecff2b5 v:lnum cleaning
3cc3ef7c1 cleaning (#751)
e80725868 Revert "match isk in token regex" (#750)
82f064a12 match isk in token regex (#749)
039c611e1 refactor v:lnum cleaning (#748)
d81b076b5 make regex for token() more intuitive (#746)
a210f3916 fix code comment
554ae9b24 package-manager info (#744)
d377f45bd regex simplified in trim() (#745)
d2bc5d49e remove conditional
9e0aa00b6 clarify readme
ba9501bfc markdown fixes
41a3bceb4 more readme fixes
df14847ad fix readme
9f4772175 Added conceal for no-argument arrow functions - either `()=>` or `_=>` (#735)
6d81ec817 only Trim() if in a block (#743)
66b25d97c Indent: use previous Trim, with new interface (#741)
14919946c date, code documenting
7ceb23304 misc indent changes (#739)
982f699de small optimization (#738)
1bc948137 date, minor regex
c1d4b3b07 keywords used as props (#737)
25ceb5578 cleaning, Rework prevcodeline() (#736)
edf962fb5 Merge pull request #734 from pangloss/fix-flow-import-type
3dd27d631 Adding support for Flow type imports
18ff935c9 optimization: no continuation at block start (#733)
8265877f7 indentkeys (#732)
1801887f2 operator cleaning (#729)
5e024dc2e Merge pull request #731 from pangloss/refactor-import-export
66f120cb0 Improve default handling
3873adbff Completely refactored how import/export work
894e26d85 Merge pull request #727 from pangloss/fix-import-region
91b0a0da0 Fix end pattern for import region
c92a0cad8 paren start line as baseline in blocks (#725)
a87c94438 unneeded token call (#722)
209b57f9d remove dead code, rename function, date (#721)
ae9324a61 improve ptoken (#719)
bac863e62 Merge pull request #718 from pangloss/fix-spread-in-brackets
3efcf3111 Adds jsSpreadExpression to jsBracket
7b9c64f15 Merge pull request #717 from pangloss/improve-class-definition
b18c6b88a Basic improvement to jsClassDefinition
f4245c4f7 more correct comment match (#714)
737c23845 faster prevline (#713)
b8c62023d add operators, regex experiment (#711)
540d3a572 improve regex for s:Trim (#710)
b3b85e34b trim from start of comment sequence (#709)
f177220eb regex prettify
bbabf9d67 syntax aware previous token (#705)
c938b83e2 Update README.md (#702)
22b9f0f8e consider regex when matching '/' (#703)

git-subtree-dir: vim/bundle/javascript
git-subtree-split: d2ccd306f2c11f061c5284ff5d315c7cf257e32a
8 years ago
Buddy Sandidge 5afc9df09b Squashed 'vim/bundle/jsx/' changes from d0ad98cf0..5b968dfa5
5b968dfa5 Merge pull request #143 from jez/master
f3fe4d865 Don't let <T> interfere with Flow generics
590356143 Don't let ':' terminate JSX classname
b0988275b Merge pull request #139 from BurningLutz/master
711e4a574 Merge pull request #132 from FranDias/patch-2
d96a4480f Fix g:jsx_pragma_required when g:jsx_ext_required=1
2083da6d2 Improved b:match_words to work-around an issue that when some tag is nested with same-name-self-closing tag, the % jump is broken. Here is a more detailed example:
7aea075d6 Make Pathogen install a 1 liner
eb656ed96 Merge pull request #114 from raushan802/master
6689560ce Update/fix references to the Vundle github repo
261114c92 Update README a bit more
5d69068d7 Merge pull request #90 from wyattanderson/master
31a25ff21 Add a FAQ explaining some frequent issues to the README
2ea2e1dcc Improve heuristic for detecting jsxRegion continuation across lines
f320f04b3 Parametrize the fallback JS indentexpr
acd2f77a1 Merge pull request #107 from bounceme/patch-1
af0c6cfc8 Fall back to default indentation
e65465ffb Update README
40bf4ef66 Merge pull request #105 from pdf/indenter_compat
92bd2d603 Remove dependency on pangloss/vim-javascript
52799a384 Enable spell checking on jsxRegion

git-subtree-dir: vim/bundle/jsx
git-subtree-split: 5b968dfa512c57c38ad7fe420f3e8ab75a73949a
8 years ago
Buddy Sandidge 1567d5e8ee Merge commit 'c52a22597fc79de69f11d36ea4f9dff66b1fd59d' into main 8 years ago
Buddy Sandidge 54eb2ab7ae Merge commit 'b0ebc43029f9a92948af72165b3af0e75582ae27' as 'vim/bundle/editorconfig' 8 years ago
Buddy Sandidge b0ebc43029 Squashed 'vim/bundle/editorconfig/' content from commit ecad8314b
git-subtree-dir: vim/bundle/editorconfig
git-subtree-split: ecad8314ba132eec46f28f22ff6c120c0b96596f
8 years ago
Buddy Sandidge 04ac33759c Remove editorconfig as submodule 8 years ago
Buddy Sandidge 4dfc32990c Remove nvm from dot-files 8 years ago
Buddy Sandidge 2957d5bb95 Remove unused vim bundles 8 years ago
Buddy Sandidge 8e80e2c113 add mouse support to tmux 8 years ago
Buddy Sandidge ba713cc18f add yarn bin to path if exists 8 years ago
Buddy Sandidge 29824c9abb Add debugger and flow javascript snippets 8 years ago
Buddy Sandidge 05fd9d8fce remove outdated tmux setting 8 years ago
Buddy Sandidge 2f17161f59 Add direnv-hook to promp if exists 8 years ago
Buddy Sandidge b9da30d927 Squashed 'vim/bundle/javascript/' changes from 3093f26be..e9a59c877
e9a59c877 hotfix: Improve switch
3abb9aeb1 Merge pull request #696 from pangloss/develop
419f0d6a8 accurate collection (#699)
b0f562956 de-noising
d47868cad remove magic try
74f6d46f7 remove es6 semi-less do-while handling (#698)
8ac7badb3 Remove all extra grouping (#697)
bedb8cb2e cleaning
6f3e6e974 keep string type
8a40889ba skip any html
15905f208 refactor,cleaning isblock
eac13000f another return
d23050e30 return redundancies
817215be5 more code cleaning
2ef9a9ca3 refactoring block conditions (#695)
01f780426 keyword atom
7835f3dc6 Refactoring (#693)
396829c38 comment handling
4d6021610 prevline = 0 at html
b5a21109b code minify
12a6f46c4 alpha short circuiting
65e68f563 revert char check
01193be9e date, str char
cdb44a869 last index string
918202964 clearer char checking
1e52ed9bc remove var
dcf820b2a adjust precedence of comment/jsx
f8fc08c8d small comment fix
187b1d6a0 recursion in isBlock: comment skip (#692)
afb03f5eb cleaning,skip_func
8996ec593 date, cleaning
579997a82 isBlock cleaning
67b9f3d60 Merge pull request #691 from mixedCase/develop
b4517ac35 Add fetch keyword to list of globals
2d33a9e11 code cleaning
bf2a1b42f last case statement
460598f32 fix 'default' property identifier (#689)
4456229dd non whitespace non : after case statement
997c2b12f Merge pull request #679 from pangloss/develop
23bb9c3e1 last cleaning
88b068088 cleaning
672c379b1 Update javascript.vim
2676ca045 Prevent giant loop, refactor
4b435ebb4 small fix
ead360d5a refactor
3b9a45627 check for case statement in switch (#682)
b3edf7f9e cleaner cursor call
c746dbc7f reltime search
5d8153eec string match
dc34b2461 small fixes (#678)
da8ac5b8e remove pattern match
b0237b039 other small touches (#677)
53f843b64 shorten s:var names
4ee476b45 init (#676)
69f2c87dc small minification and perf (#675)
e643047f4 simplify trimline (#673)
920873e91 simplify balance func (#672)
c51624124 more variables
e4452cf87 remove identical
371a71aae template pline
d55813b14 ws start, again
3d59c74c7 date, first char whitespace
8df58fec2 cleaning
3a3cae8a6 do while made accurate (#671)
31b2fff3e cleaning
1811b3e92 various little updates (#670)
baa07dd0d refactor isblock for jsx (#668)
d736e9533 Merge pull request #653 from pangloss/develop
7d30463e1 Revert "Merge branch 'master' into develop"
7e9aeb30f word boundary to start/end
822dfe5f9 Merge branch 'master' into develop
da65c0cdd massive expression to if chain (#667)
25e98656f Merge pull request #660 from tomxtobin/fix-jsdoc-optional-parameter-highlighting
06a3b8109 Merge pull request #654 from BenoitZugmeyer/develop
ba0ae275c remove random nl
214450913 shorten long line,date
67ebe06ed skip comment (#665)
8d904f65f improve end of line trim (#662)
ba2245fbe Misc improvements (#661)
292d90161 Fix JSDoc highlighting for optional parameters
f674cbab5 case label needs non whitespace- (#658)
f64dae710 for await indent (#656)
b0d7c153a add support for "for await" (asynchronous iteration)
ecc674fc5 flow generic classes (#652)
572b98d12 Fixing another funky comment situation
cd4ace412 wrap for magic (#651)
c76d65bd5 fail earlier
833d6ec12 short circuit cache check
6656f37bf small regex changes
88111be6a factor out
840f12917 more regex line endings
77c4ae620 better line cleaning (#649)
d6b2fd599 change regex case
6ecbda3b3 clean isBlock (#648)
92f1d98db switch accuracy and performance (#647)
dc678406d more optimization (#646)
02c8c644c remove rar
5453eb09d more string/comment cleaning
ce7c06c39 simplify comments
2202e5804 Merge pull request #645 from remiprev/fix/js-flow-type-custom-regex
fcdc1dcdb Fix jsFlowTypeCustom regex to allow dots
3bb395c39 normalize header in vim and current, date (#642)
d94ab71e2 optimize top scope indentation speed (#640)
a7225e4bd Fix jsGlobalNodeObjects and jsFuncCall priority
afbe2844e more minor optimizations (#638)
1219b150b small skip_func improvements (#637)
ff5f3f144 fix concat bug
3b38947f2 prev
5df8b344a more number conversion
b2ded1258 change num <= 0 to 0
aa37199ec change to searchpair helper
6426110f8 Update javascript.vim
48567e03b Update javascript.vim
ebd222b3d date,format
d3e952cf8 multi-braceless statements (#636)
854d431c0 Merge pull request #635 from pangloss/async-await
a59f5cb99 First pass at improved async/await support
a50df5fc7 Merge pull request #630 from pangloss/develop
d5dbecb6e Group link fixes
2bc46635a Merge pull request #631 from jfelchner/fix/syntax-highlighting-issues
5c4de0c43 slight changes to the skip_func (#632)
0cb2e1134 Change ClassKeywords to Keywords instead of Define
6c78b77ad Whitespace
801aad41b Change highlight link for decorators to 'Tag'
20bb09ae6 Fix decorator syntax highlighting
aa2fb9015 Add section comments
430b5284f Removed 'contained' constraint from 'this' keyword highlight
615f83754 Add more specialized groups for the various braces
355d6650d Add individual syntax groups for various parenthesis
4e2e37755 Add highlight group specifically for object colons
faf6f67ef remove indent copy
14198ab62 copy indent if in same scope only
0b6aad4c4 speed increase attempt (#629)
81e4e6f61 small script function changes (#628)
c15142cf3 allow bind op as line end continuation
5a5cdf03f remove 1 char
fce8e771e fix blocks after case statement
91314f3f3 fix objects after ternary ':'
b53274d98 more small improvements
81d85029a refactor adjustment and simplify
0ab4b1d18 small fix
89b5505ab Allow any comment or empty in adjustment
a7e64a92a don't let variable in block
e69cc1691 no adjustment in block statements
0134b36de little optimizations (#627)
39f09ee50 simplify assignment
4d7a4227e superfluous condition
46b6dd514 allow blank line in adjustment calc
d51ef6ab2 small change
2dd5dff8f cleaning
172aae659 cleaning
c36a91b78 fix
224fcee54 small changes
5f7e36a4a formatting,date
023e1d851 other fixes with cache
22d0e64ee more performance and bugfixes
058667839 far better version of last commit
bf74844aa fix cached blank line problem
7e6d96313 Merge pull request #621 from pangloss/adj
8711b66df remove variables from readme
2f5937e0c deprecate options
cc9bd56e8 Update javascript.vim
0a3bb5242 Update javascript.vim
c9f6fadbd performance refactor
174d94e6f produce cindent-like
f8a4a45f3 fixes for the bugfixes
0bba85764 bugfixes
d6616d5fd Update javascript.vim
6aba38457 adjustable indent (experimental)
941b38962 Merge pull request #619 from pangloss/jsx
51035b51a react property expressions
aa5586ce1 small bugfixes
f1bd983c6 allow nl in export default
af4374115 regex update
27ec99a6e Merge pull request #614 from pangloss/fix-export-default-indent
fd6c2b756 Fix export default style indents
2e3ab0a8b improve regex
cd0fc2822 comment fix
faf8bda63 containing braces which aren't blocks
782cc1078 Merge pull request #604 from pangloss/develop
5900fce5a last commit revert
6787729dc remove ugly function call
34a070cc3 minor style changes
951619284 case statements update
055ce0ca6 switch stuff
efab7db0b date
8eea63270 fix foreach method calls
0a955ee44 function removed,cleaning
d0a4aa401 more regex (#608)
67f2990a8 regex improvements (#607)
ba6dce3cb Rename function
f16fe69f0 Change function names
aadf36b73 cache can be invalid for he current line
cef306faf settings (#603)
3a20412d2 cleaning (#601)
28b5a8768 block statement (#596)
0cab45687 regex improvements
debb9bf72 Readme Updates (#599)
898a536e0 disambiguate vars
6f31d7213 fix regex
9703a61af cleaning, minor performance improvements
b59dfbc87 Update javascript.vim
a7e60bbe4 remove repeated syn checking
0a7432f3e remove transparent syntax check
29519c62a case sensitive
4a126ee6a negatives are truthy in vimscript
2a85b3c34 ind updates (#593)
5632438f0 simplify regex
fc43554f2 case-sensitivity
336d4351c more cleaning
6a3fac49a cleaning
b8762e8af remove buggy linehasopeningbracket trick
73c85a3f7 awful off-by-one bug
23b4639fc accuracy and speed increase for line_term regex
97e5fcab6 last commit extended to blocks
b65cd1447 update comments
27a37b4a7 for 585 (#586)
6de8f62f6 more regex
4278caa27 unicode identifiers
bd4c5270e limit regex lookbehind
58095d864 regex char classes
c003d8b97 join lines
86413728b Don't join strings in multiple lines
5ba6eab76 case-sensitivity (#583)
a328e8175 add label support (#582)
6706a2442 few remaining touches
60eaba7be Update javascript.vim
bc6422b5a had a problem with some of the changes
e8bb2bad7 remove line comment appended to code (#581)
5923f8092 comment on performance, angle brackets
ee3183e7f fix ftplugin var and clean indent (#580)
924a6456c misc fixes (#578)
8e3f58977 Merge pull request #544 from pangloss/develop
6d70fab41 fix c-style continuation (#576)
1d32e38b0 regex for word boundary
9e2c10e32 remove else
33833cc48 allow for line breaks before blocks (#575)
13610e67c Updating indent top comments
d17aee51b Flow tweaks
cbcfaaf09 adding more operators (#573)
2905f34d8 removing mode-line
acb4f0032 fix syn function
506783bc1 move lines from search pair function
57470573a remove obvious comment
f90b8c85e more cleaning
ad8d72ad4 cleaning indent
bf7d4b663 remove switch syn check (#571)
ab5d96bbb possible reuse of logic (simple lexing) (#570)
e895bd162 fix syn-indent issue
9a6c48548 minor refactor
b4038a26c addresses unindented code
6c440b3ec perf continued
96885ca80 small perf gain
0c3a3509e add jsfunccall to not indent args
f25397549 more cleaning
84e1cc1c0 cleaning
71c9fc825 negative and decimal switch label values (#569)
df6c7ef9c remove whitespace and regex mistake
31d8b39f2 switch enhanced (#568)
005928682 operators & continuation (#566)
c68ecbe99 removing custom formatting (#565)
178566475 Fixed another maybe case
c7dca1bd6 Merge pull request #564 from pangloss/even-more-flow-fixes
125337c11 More flow improvements
9677d923c Merge pull request #561 from dmitrivereshchagin/update-syntax
bd177f373 Merge pull request #562 from pangloss/flow-fixes
215e9572b Fix jsFlowClassDefinitions
c1d8d3766 Add jsFlowReturnMaybe
19b1d4fcc Remove unused g:javascript_conceal variable
3089ddda7 Merge remote-tracking branch 'origin/switch' into develop
f2b8aeb4c Update javascript.vim
995007aea Switch (#555)
35ac627aa Update javascript.vim
e6a4f2f2d Update ftplugin (#553)
023f02c8d Update javascript.vim
d745bd019 Merge pull request #556 from pangloss/flow-refactor
c2b7c0550 JS Flow refactor
6f82a0cec Re revert (#554)
2efcfa3ab Remove 'smartindent' from indent plugin (#551)
1c9a3dc4f undo_indent
b88468056 possible indent revert(dev branch) (#550)
aadffc04e Update javascript.vim
61aea7bcb Update javascript.vim
2792e6324 switch offset always calculated when inside switch
e41dbaacc for 194 (#548)
08c4fd784 Merge pull request #540 from dmitrivereshchagin/numeric-literals
68b8596d4 Merge pull request #547 from pangloss/nodejs-constants
25ff93778 Adding some common NodeJS globals
352bcc283 try ..catch (#546)
32e7c7871 indentation refactoring (#515)
a70cd8d51 Merge pull request #541 from dmitrivereshchagin/syntax-iskeyword
307295889 Merge pull request #543 from dmitrivereshchagin/update-ftplugin
653858c18 Make use of b:undo_indent variable (#542)
8cf97bdc7 Update filetype plugin
550e1e8e8 Make use of syntax specific iskeyword setting
ed40c9cb6 Tweak highlighting of numeric literals
2af5f55ff Merge pull request #533 from romgrk/patch-1
7982ec46f typo
4a6376aee Merge pull request #532 from pangloss/fix-oddly-placed-comments
ac813c03a Adding support for oddly placed comments
6acba740c Merge pull request #531 from jridgewell/patch-1
3b8017ef6 Remove jsOperator from jsClassBlock
d11bc09fb Merge pull request #530 from pangloss/do-expression-support
ac92e1b28 Adding do expression support
2f4838257 Merge pull request #526 from amadeus/link-jsclassdefinition
4133fcad0 Linking jsClassDefinition to jsFuncName
ad5d09edf Merge pull request #518 from pangloss/more-flow-fixes
5a699857e Adding bool to jsFlowType
583a4948d Including jsFlow in other contexts
4670d4fca Fix for jsFlowTypeValue
bfbc10d2f Fixed jsFlowTypeObjects not being closed
26c7330de Merge pull request #513 from pangloss/develop
dbfa5f067 Merge pull request #512 from pangloss/flow-updates
fdc96c469 More misc fixes for various flow things
bf53654d6 A fix for jsFlowReturn
3af93bd3d Merge pull request #511 from pangloss/fix-import-comments
ebda7fee0 Adding jsComment to import/export blocks
560b4fde6 Improvements for one line scope (#509)
29e1e0561 minor indentation cleaning (#508)
9206ec55b Merge pull request #507 from pangloss/misc-fixes
d6a969942 Added async to jsObjectMethodTypes
e8a6f93e5 Adding support for switch blocks
1586f7230 Added async to jsClassMethodDefinitions
c04d09988 Merge pull request #501 from pangloss/develop
f90113a1e Merge pull request #504 from pangloss/jscomment-tweaks
3306f6365 jsComment updates
7541e0208 Merge pull request #503 from pangloss/misc-fixes
5b4233850 Fixes for Flow on Classes
8a972d317 Whitespace
fb1c662cc Support destructuring values following assignment
57f5013bd Merge pull request #500 from pangloss/improved-exports
4eab47d67 First pass at improved export support
8deb69846 Merge pull request #470 from pangloss/js-flow-support
5cefcff31 Unpluralizing files and variable names
37bfc8ccf Plugin usage tweaks
af791ed19 Adding object key flow support
be5207068 Using runtime over syntax include
b6eccf90b Adding NGDoc support
752cee263 Moving jsdoc support into a separate file.
9d0bea561 Masking Flow support behind a global var
5f839a225 Removing jsFlow from jsAll cluster
926b7f935 Adding < and > to jsFlowNoise
ef37a147c Adds a ton of support for various parts of jsFlow
82fb8b974 Adding some basic Flow support
01150776b accurate switch indenting (#499)
420f98cc2 let a continuation be determined with block close (#496)
6bb633fb7 comment misalignment (#495)
0e0878577 Merge pull request #494 from pangloss/improve-destructuring
7d41c3c63 Improvements to Spread and Rest
9d816e398 Fixes to array destructuring
afe61796a Improved array destructuring
47951eec6 Refinements to destructuring
939f478f6 Improvements to destructuring
52e8f90e2 incorrect change in cursor pos (#489)
ea5803348 a solution for 486 (#488)
d70bb4e3f Merge pull request #480 from pangloss/develop
22c6f6d0d Merge pull request #485 from pangloss/fix-promise-catch
d3d09b9c5 First pass at fixing Promise catch methods.
b2baf85d6 Merge pull request #483 from pangloss/fix-object-strings
ecae87560 Fixing object string keys
233b6c32c paren matching (#474)
be5506443 Merge pull request #479 from pangloss/object-string-key-shorthand
51c16139c Adds support for string func names in objs classes
6b58cd0e0 Merge pull request #472 from pangloss/develop
9e5b60a4f Pulling version number out of README
8e710ba8e changes according to #466 (#463)
ceb3341b8 Make ternary handling more robust
e38617a51 Fix computed class properties
fc3874662 Potential fix for jsClassValue region
5a0ae7639 Misc tweaks
8aea86351 Debugger is no longer a future keys
e6182482b Unlinking jsFutureKeys
37cdc8ccc Improvements to jsClassValue endcase
42512308a Changing a TODO to a DISCUSS
8679129ee Renaming jsArray to jsBracket
648e924dd Add support for spread operator
a0155f59d First pass at fixing/supporting #425 & #393
c3a505bd8 First pass at fix for #433
79b73b3fe Whitespace
9550877e6 jsTaggedTemplate tweaks
99d658fec Code style tweaks
da492ea96 Improvements to import/exports syntax matching
533beaa3c Bug fixes and tweaks
c48323a21 Tons of syntax block granularity
a0d1abc17 More refactoring
6c2de108f Removing DOM CSS stuff
671e605cd Notes and general cleanup
ec96793e9 First attempted pass at jsObjectBlock
943d90b29 spread operator doesn't change indent (#462)
c9dc41ff5 working detection of object/array properties (#460)
06d8d160e Improve jsClassMethodDefinition matches
d00e8ddf6 get a correct indent for initial operator first
51bf45fe4 limiting for slow function and operator fix (#455)
12bbabac6 timeout the paren searching (#453)
120352b12 readability changes in the indent script (#450)
0f0e4a725 Merge pull request #442 from pangloss/develop
f39eb1fa7 Merge pull request #448 from dNItro/patch-1
5b143bd2a change the regex engine according to warning (#449)
fcec8b72d Shebang doesn't have to contain env
8c5695764 Merge pull request #445 from pangloss/bounceme-patch-1
b5de6ec2c Update javascript.vim
d54b138f9 a comma should be considered an operator
fe096c0ee another edge side effect (#443)
c5fba22a9 wrapping comments improved (#440)
c180b0c32 little bug affecting previous few commits
77387efb2 Update javascript.vim (#437)
27671558c Merge pull request #436 from amadeus/fix-class-definitions
bf34e60dc Forcing `class` text to be a keyword
2c7087871 random fixes and improvements (#435)
04e412b77 removing some clutter (#434)
3ebaef31a slight changes continuing from before
7c7add5fe my mistake
75fcd09e7 must actually return a number
fd98935f2 more fixes (#432)
dc117664c last actual column (#431)
206b85cfb literal indentation in a multiline string (#430)
a6e90baf0 minor changes (#429)
61b89844d specify template as a string
bf45f9caf Merge pull request #417 from amadeus/fix-lookbehind-limiting
7137e7eac Prevent limited lookbehinds in older vers of vim
b3ebfa5d9 c style opening curly braces (#426)
aa9a46ae9 for better switch handling (#424)
c9eda1f5c template fixes (#422)
8f16491ac indent following line ending in comma with arrow (#420)
10b6c649b Merge pull request #414 from amadeus/fix-lookbehinds
0fecb9295 Temporary fix for older versions of vim
8fb5fa8c6 parentheses regex is thankfully gone (#412)
617ccb50d Update javascript.vim
d2fa17618 multiline comment (#408)
304e2ac90 Merge pull request #409 from amadeus/fix-406
50c433e82 Fix Issue 406
e60e4ebf2 Merge pull request #404 from pangloss/misc.fixes
187594a91 Merge pull request #403 from amadeus/fix-261
b4e2faecd Update javascript.vim
c4ccee695 Custom jsFuncName for object definitions
e8657a8b7 Merge pull request #402 from amadeus/fix-401
dde16a056 Fix class definitions with no name
0e7983dd6 Merge pull request #400 from pangloss/switch
105a4aadf Switch mechanics, indent
d7f4728f8 Merge pull request #395 from pangloss/develop
4b6f9c5d9 Bumping version number to v1.0.0
09fde1910 Merge pull request #391 from amadeus/performance-improvements
c2bc4c701 Limiting jsRegexpString look behinds
842b0ceaa Improved performance of jsRegexpString
3a4991eaf Improved jsTaggedTemplate performance
508c1a337 Remove syntax sync clear
33eb9fe82 Optimized jsArrowFuncArgs selector
f7d220719 Optimized jsGlobalObjects
01ecaf9ab Removing deprecated selectors
a7f221678 Optimize JSNoise and JSOperator regexes
9ece5d53b Merge pull request #397 from amadeus/fix-jsdoc-records
1c75d8a3c Fix JSDoc record matching
d7a586975 Merge pull request #399 from pangloss/bounceme-patch-1
af08aae55 Merge pull request #398 from amadeus/last-minute-tweaks
a51d0f3c4 Update javascript.vim
48067d6dc Add code folding documentation
2f0b1d266 Removing deprecated folding logic
e74d75822 Refactored README.md
c438302c6 Merge pull request #392 from amadeus/fix-jsdocparam
f7cec8c79 Fixing bizarre jsDocParam bug
c5250b382 Merge pull request #396 from pangloss/bounceme-patch-1
af37b2253 [-+] not by another
3e1373184 Merge pull request #394 from amadeus/fix-341
1da09b622 Move jsDocTag @file to a different jsDocTag group
e9f6a4d4b Merge pull request #389 from bounceme/patch-15
a607a7d36 spanning multiple lines detection
48263c84e Merge pull request #388 from amadeus/lambda-experiments
b9feef086 Improved lambda argument handling
20b0eb6f4 Merge pull request #370 from bounceme/patch-6
5b7445e24 Merge pull request #390 from bounceme/patch-16
ff62d63ed #324
6cb0c96b6 old changes reset
d388b88c1 Merge pull request #373 from bounceme/patch-8
cc5a971cf Merge pull request #387 from amadeus/add-license
16673accd Adding a license note to the README
c4725ca4d Merge pull request #380 from amadeus/temporary-fix-for-arrow-func-args
992b76dc5 Temporarily disabled jsArrowFuncArgs with parens
dd95ac26a Merge pull request #385 from bounceme/patch-14
3208fc5d6 Operator first support,including ternary,dot etc.
2adca537e Merge pull request #384 from amadeus/fix-comments-in-class-declaration
7d371ddea Fixing comments in ES6 Class declarations
989deba7e Merge pull request #379 from bounceme/patch-11
17fa18cae simplifies the parentheses handling
c8ac1c874 Merge pull request #377 from amadeus/add-brackets-to-destructuring
f13009e40 Adding [ and ] to jsFuncArgDestructuring
734cdfc04 Improve one line scope
2881bbab3 Merge pull request #366 from amadeus/arrow-functions-in-class
f286f94dc Fix lambda definitions in class definitions
7f5c7b8de Merge pull request #367 from bounceme/patch-1
6858535ab Merge pull request #357 from bounceme/develop
293108695 line following arrow indentation
1833982f7 Merge pull request #361 from pangloss/develop
2d11ec04e Merge pull request #363 from amadeus/misc-fixes
113abc267 Fix jsBlock vs jsFuncBlock priority
36f34b25d Improved function declaration destructuring
d8c18d9d3 Fix Comment Regions
d87bcd106 Merge pull request #358 from amadeus/arrow-functions
6590bbcdf Fix Generator definitions
82473d0d6 Allow ... in arrow arguments definition
91f860b1b Linking jsArrowFuncArgs to jsFuncArgs
ae177c45e First pass at handling lamba arguments
c1ea11050 Adding jsFuncBlock support
22f9a0225 Merge pull request #360 from amadeus/update-spread-matching
73232334f Improvements to rest highlighting
1ec6674f6 Merge pull request #359 from amadeus/js-template-braces
a57c0a154 Higher specificity for jsTemplate braces
5fea23eee fast attempt for issues with multiple declarations
152f36e7c Merge pull request #354 from amadeus/es6-class-support
559c5f4a2 Merge pull request #337 from juneidysoo/develop
43784bc2a Added jsduck documentation types
995183bd1 ES6 Class Fixes
fd99d7778 Adding first pass at ES6 Class support
47b89fbf4 Merge pull request #293 from camsteffen/develop
62c15f602 Issue #294 better one line scope
55da36b58 Merge pull request #348 from zbinlin/sw
412bdd5d8 Merge pull request #309 from vekat/develop
dbacf7edb Merge pull request #313 from simono/feature/add-jsDomElemFuncs
f099955fb Merge pull request #342 from kevinfahy/bug-nested-template-strings
2b4d3a91f Merge pull request #352 from damionvega/buffer-to-global
bc74a6fff Added Buffer to jsGlobalObjects
32137f1f0 Use shfitwidth() instead of &sw in indent/javascript.vim
91fa38c65 Merge pull request #347 from artm/localize-m
68290c3e7 make the m variable script-local
63fdf235c Merge pull request #345 from whitneyit/feature/add-line-comment-support
f41da19fc Add jsLineComment to jsFuncArgs
c4fda0513 Merge pull request #344 from whitneyit/feature/support-comment-in-func-args
ee412e34c Add jsComment to jsFuncArgs
ca58cddde Fix nested template variable syntax highlighting
06326d595 Merge pull request #306 from Delapouite/arrow
cbe66636a Merge pull request #340 from WChargin/fix-jsAssignmentExpr
c024f95c0 Respect 'very-magic' in 'jsAssignmentExpr' regexp
70c621089 Merge pull request #339 from WChargin/arrow-functions
7b9e11ad8 Make arrow-functions one-liners
4c983baf2 Add common DOM Functions
de7a60c5c Add dollar sign to jsDocParam matches
49d46bf9e feat(conceal): add arrow_function option
1d8c2677d Merge branch 'develop'
255d5e6d6 Merge pull request #302 from unclechu/develop-prop-synonym
131c2d364 Added jsdoc synonym @prop for @property
924de0eb6 Merge pull request #292 from wbinnssmith/wbinnssmith/async-await-develop
e9ee38953 Add support for async and await keywords
3d91f8197 Merge pull request #250 from utix/develop
5cbbdd4e5 Case indent: use cinoptions : and = values
487e0c659 Manage case indent
c3787301c Merge pull request #281 from ccarpita/develop
dfc554e8a fix: import statement ending regex
c606532e3 Merge pull request #279 from jedverity/develop
bf0858a18 Adding support for ES7/ES2016 decorators
709fd619e Merge pull request #276 from ccarpita/fix-gh-272
062607d2c Merge pull request #275 from ccarpita/develop
9664e22ab Merge pull request #277 from ccarpita/fix-gh-247
a489b1706 fix GH-247: Single-line comments after import statement
325c0487f fix GH-272: Highlight arrow funcs without parenthesized params
139f6f6ae fix: export region should support es6 class and block openings
2f5a9ef64 Merge pull request #273 from gf3/import-noise-blocks
bcf4bfee6 Add jsNoise and jsBlock to jsImportContainer
bab4f3944 Merge pull request #269 from AlexanderSkafte/patch-1
9564d9076 Found a typo
70ec8e8a3 Merge pull request #268 from crusoexia/develop
89ce201ec fix issue #107, makes 'arguments' become global keyword
d48397093 Merge pull request #265 from lencioni/suffixesadd
02750cff1 Merge pull request #266 from lencioni/constlet
8bd60a331 Add `const` and `let` to indent file
152e2e58a Add `setlocal suffixesadd+=.js` to ftplugin
8a409f7fd Merge pull request #258 from pierreozoux/patch-1
b39a28f65 One liner for Pathogen
e628cba07 Merge pull request #252 from jvanbaarsen/patch-1
3afb1731a Vundle requires single quotes
e286463c1 Merge pull request #244 from pangloss/tagged-templates
6cad2d987 Fixes #242
e9709a9fb Update README.md
b5245213e Merge pull request #240 from pangloss/develop
f1efe180a Merge pull request #239 from pangloss/fix-js-class
368bad663 Adds jsClass to all expressions
27f16d5b4 Merge pull request #238 from dragn/develop
b022c816a issue#34
b579e3551 Merge pull request #237 from pangloss/tagged-template-fix
9c9be0f48 Merge pull request #236 from pangloss/fix/module-syntax
2180f51d0 Fixes tagged templates on multi lines
7848de5df Fixes module syntax for common js
e36841515 Merge pull request #234 from amadeus/indent-fix
5fa60043d A fix for #212
7ea00af3e Merge pull request #233 from pangloss/es6-modules-and-class
6d167f10e Adds support for default arguments
b3c811bc5 Adds of operator
2a037505f Adds Promise to globals
bed118969 Adds tagged templates
8dbf22456 Adds Map, WeakMap, and Set
687a90049 Adds Symbol to global
f4c1c9cf8 Fixes code whitespace issue
97ff4e35c Removes static and super from reserved words
fcf7a26b3 More rigid syntax checking
c76ae11fb Better module support
1769504fd Adds es6 modules support and change class
ca779b431 Merge pull request #232 from amadeus/fix-block-comment
1ee35c5d5 Alignment fixes and removal of deprecated comments
29c2875e6 Renamed and fixed block comments
10b0c75fd Merge pull request #231 from pangloss/develop
736ff8df2 Merge pull request #230 from amadeus/update-vundle-api
ead4c2ca3 Updated README to properly reflect Vundle's API
638d628d8 Merge pull request #213 from jedborovik/develop
20d260b32 Merge pull request #229 from JelteF/develop
75d908784 Disable custom gq for comments
2e9424d48 Merge pull request #227 from amadeus/fix-jsAssignmentExpr
54481c98e Added jsNoise matching to jsAssignmentExpr
f6b2cc1c0 Merge pull request #223 from davidchambers/exponential-notation
439f702bc Merge pull request #220 from crusoexia/develop
8ecccd62e Merge pull request #225 from ryanoasis/jsdoc-optional-param-highlight
8f0bc59dd modified jsDocParam to highlight jsdoc optional parameter and default value
063e7a0f6 number: match literals such as 1e-3
e84c352a5 add js assignment expression and relate identifier match syntax
7f6a736df Merge pull request #221 from buztard/generator-syntax
5d204c996 Add syntax support for ES6 generators
977e220b3 Merge pull request #217 from pangloss/develop
7f5c2d8f7 Merge pull request #216 from pangloss/feature/eol-terminated-strings
dc8b363b9 Simplify string skip pattern
86e376c62 Make strings EOL-terminated
56a4a237b Merge pull request #214 from davidchambers/regexp
9b8524865 regexp: prevent ")" inside character class from terminating group
057ed8049 Add @api annotation
51a337b77 Use a default &tw of 80 for formatting
18106a3db Use &tw instead of hard-coded 80 for formatting
125f931f1 Merge pull request #205 from JelteF/develop
0077e5782 Fix some gq bugs when tw was set
c92fbd243 Merge pull request #204 from qiao/closure-compiler-annotations
03bd5d28b Add Closure Compiler annotations
29caa7f70 Merge pull request #201 from JelteF/develop
ca201905d Fix gq to not split strings halfway through
f01cc1764 Merge pull request #200 from qstrahl/develop
1881c848a Add blurb about pull requests to CONTRIBUTING.md
9b094acf5 Merge pull request #187 from xtian/develop
d9baadd38 Allow customizing individual concealing characters
8704ea152 Add some ES6 keywords.
6b057a97e Merge pull request #168 from mrhooray/develop
f8122fd1c Merge pull request #176 from pangloss/develop
c832002d3 Merge pull request #174 from pangloss/add-contributing
7f6cdb6aa Adding a proper CONTRIBUTING file
a1165dca3 Merge pull request #167 from pangloss/develop
b17135bda Merge pull request #171 from pangloss/useless-whitespace
d6a4e2ef5 Fixing odd indentation levels in syntax file
6921496c3 Merge pull request #170 from pangloss/add-misc-contained
7126372eb Adding additional `contained`s
fbe4ca069 Merge pull request #169 from davidchambers/shorthand-character-classes
bbf61f287 limit scope in which jsSpecial may be matched
d2412a100 regexp: add jsSpecial to jsRegexpSpecial cluster
045cbaff2 support CommonJS syntax highlighting
7e64e51e6 Merge pull request #145 from pangloss/feature/rest-args
2507247f8 Merge branch 'pr/163' into develop
46fe678d3 Add basic support for ECMAScript 6 Template Strings
7bc85e499 Merge pull request #162 from davidchambers/spell-checking
cb0fa68ce string: spell-check string literals
2cfdae856 Merge branch 'pr/160' into develop
8fddc6f4f regexp: prevent unescaped "/" in character class from terminating regexp
dd7f97727 regexp: prevent escaped "]" from terminating character class
c08d3b7eb Merge branch 'pr/154' into develop
3f06dbba1 Add missed @tutorial tag
bad20eb0a Case agnostic JSDoc tags
a08e6cc33 Merge remote-tracking branch 'source/master' into develop
a957e1e34 Merge pull request #149 from iammerrick/develop
a6f71af54 remove redundant prototype declaration
d52f89954 feature(conceal): add prototype to the list of conceals
7e28dbd4e Merge pull request #146 from eddiemonge/patch-2
ef239d861 JSON is not JavaScript
53b508214 Merge pull request #144 from pangloss/feature/arrow-function
80407fd90 Merge pull request #136 from brutasse/patch-1
4b6c266d1 Fixes issue with spec where rest parameter should be last
52c22556f Adds es6 support for rest parameters in function signatures
3882ae3b4 Adds es6 support for arrow function syntax
ca3ee3801 Fix formatting of pathogen instructions
932b67541 Merge branch 'master' of github.com:pangloss/vim-javascript
2d732ba69 Merge branch 'release/0.9.0'
776b7bcff v0.9.0
17a557abb Merge pull request #133 from pangloss/feature/fix-ternary-noise
5cf445046 Fixing jsNoise to work within ternaries
f46a38073 Merge pull request #132 from pangloss/feature/funcblock-fix
83f3ed7fa Fixing jsFuncBlock when braces are on a new line
ae0ab5279 Merge pull request #131 from pangloss/hotfix/regex-note
764094a0d README note on regexes
e1c29c7fc Merge pull request #127 from pangloss/feature/add-jsfunctionkey
304815ab7 Better whitespace support for jsFunctionKey
71b9b5402 Removing `-` as a valid character for jsObjectKey
42d9e77f8 Adds jsFunctionKey to jsObjectKey
159590e1e Merge branch 'release/0.8.0' into develop
75b9896cb Merge branch 'release/0.8.0'
a2710cd0e Bump version number: 0.8.0
1c100f332 Merge pull request #123 from pangloss/feature/fix-comments
2cf625ed9 Fixes maintainer comment and removes version
2ea3c2dcd Merge pull request #122 from pangloss/feature/remove-deprecated-groups
ce20af34b Removed deprecated highlight groups
d5d2e5f2a Merge pull request #121 from pangloss/feature/regex-fixes
2133e7a96 Removing the unneeded matchgroup for jsRegexpGroup
92987e14d A few regexpengine=1 / vim 7.3 fixes
2f2f522e2 Merge branch 'feature/delink-jsFuncCall' into develop
6a89948c8 Unlink `jsFuncCall` from `Function`
e34cfbec8 Merge pull request #119 from pangloss/hotfix/nested-ternaries
cf75f6998 Fix for nested ternaries
ba16004cd Merge pull request #117 from aeosynth/patch-2
35f2609aa Delete .keep
73bac7d18 Merge pull request #114 from pangloss/feature/add-folds
2bede5c7b Adding folds for main JS block types
59fedee13 Merge pull request #112 from pangloss/feature/jsFuncParens-noise
f0415ad44 Add `jsFuncParens` to `Noise`
05ed3a07e Merge pull request #109 from pangloss/remove-jsopassign
154affe07 Merge pull request #110 from pangloss/add-js-object-key
878fa130e Adding jsObjectKey
b25654850 Removing jsOpAssign
128f153bd Merge branch 'hotfix/nevermind-they-only-do-http' into develop
033062e2e Merge branch 'hotfix/nevermind-they-only-do-http'
b8f5d6410 Force http on gitflow link
7d685e1ab Merge branch 'hotfix/nevermind-they-only-do-http'
960152aaa Force http on gitflow link
262b6c132 Merge branch 'hotfix/readme-gitflow-link' into develop
16d70af63 Merge branch 'hotfix/readme-gitflow-link'
25fa2c45d Fix link to gitflow (original article) in README
138be409d Merge branch 'hotfix/readme-gitflow-module-link' into develop
b82dc69dd Merge branch 'hotfix/readme-gitflow-module-link'
5896732fc Fix link to gitflow module in README
df1e287f8 Merge pull request #108 from pangloss/improve-booleans
6ca76f3f1 Higher specificity for `true` and `false`
e68fc0406 Merge branch 'hotfix/readme-spacing' into develop
83c0551bf Merge branch 'hotfix/readme-spacing'
1e154f25e Fix spacing issue in README file
c09a0d1db Merge branch 'release/0.1.0' into develop
a496df91a Merge branch 'release/0.1.0'
cc77bdbb9 Add version number
6e54ebf7c Update README to reflect new git flow development process
3a148155e Add `jsFuncBraces` to `Noise`
8a2e04127 Change `Blocks` to `Braces`: `jsBlocks` and `jsFuncBlocks`
17a0556a3 Update README; mention `beta` branch under `Contributing`
502bf7d6d Merge pull request #102 from amadeus/function-arguments
eac3432f5 Removing gratuitous HiLink groups
9d59178e7 Adding `jsArgsObj` keyword
d3b37e8a4 Removing deprecated jsType groups
eaf58b824 Setting jsFuncBlocks to be part of Function group
c8db23b12 Improvements to function, name and arguments
1ab789c64 Merge pull request #104 from amadeus/new-operators
be40e8b7d Tweaks to jsOperator, jsKeyword and jsStatement
64d012ce4 Merge pull request #103 from pangloss/revert-readme
68f95638a Fixes README
2452462d9 Merge branch 'rm-indent'
f4a03f88c Merge pull request #100 from pangloss/add-ternary-indent-support
9dda622a7 Fixes case where there are nested conditionals
85eeb98ae Adds leading ternary operator indentation support
790e09584 Merge pull request #98 from pangloss/fix-readme
aaf41aa1a Merge pull request #99 from pangloss/rm-rake
51e43b6c6 Removes Rakefile
fc627c7ef Removes features
399e04839 Adds config options to readme
4c5cf643b Removes html indentation
2666f1526 Merge pull request #96 from amadeus/globals-tweaks
e50319120 Removing legacy globals
4d541965b Remove `jsIdentifier`
93a465a64 Add `document` and `window` to global objects
0a01543c3 Merge pull request #90 from qstrahl/develop
207421921 Move program keywords above comments
f16ae3c33 Merge pull request #92 from amadeus/isolating-brackets-parents-blocks
e193b66dc Isolating curly/square brackets and parenthesis
0073b670e Merge branch 'master' of github.com:pangloss/vim-javascript
3a091a413 Adds contributing guide to readme
588989c63 Merge pull request #84 from robin-allen/master
501ad5d1c Link `jsNan` to `Number`
2a7d133d2 Move `Infinity` to `jsNumber` (from `jsType`)
10e3c2028 Add missing operators
03e0f2454 Merge pull request #87 from qstrahl/develop
c7ffd1b35 Link `jsFloat` to `Float` (from `Number`)
7c24dbd93 Update global objects / builtin functions
16aedfcb3 Refactor `jsType`
b53a6fdf3 Refactor `Statement` family
df84f5756 Move jsNoise higher up
c7aabe248 Change highlight links to be more semantically correct
fb677cd26 Refactor `jsFunction`/`jsFuncName`/`jsFuncBlock`/`jsOpAssign`
71e9619b8 Add `jsNan` keyword; link to `Constant` highlight group
4fcf5ce57 Update `jsType` and `jsOperator`
80ee77bc7 Add `jsNoise` so users can subdue noisy syntax clutter
c242ceecd Link `jsLabel` to `Identifier` highlight group
dbf6adbe7 Remove `-` from valid characters for `jsLabel`
c59b387e0 Add `jsFuncCall`
a4373e6f0 Add `jsIdentifier`
873da1385 Remove `jsSource` and `jsCommonJS`; not part of JavaScript
a03016945 Merge pull request #83 from mwcz/back-incompat
56dea5e12 Fix case where line ends with [ within (
336c41eb0 highlight the parameter of the @alias tag (back-incompat) version
67a7a2f95 remove deprecated jsdoc tags
3f7a3e550 add missing @arg tag
169e10b1e add jsdoc tags from jsdoc v3.2-dev
ccdf8b73b Merge pull request #81 from kevnchu/master
575602dca Fixed multiline comment indentation.
b21629b37 Merge pull request #78 from brianarn/indent-fix-77
caaa7ee42 Fixing multiline differentiation, fixes #77
22475fcbc detect javascript from shbang
f07cc6708 Merge pull request #70 from noprompt/noprompt-regexp
0329a2499 Makes the conceal syntax optional
6049b8f79 Adds concealing to some JS statements
079c5adec Adds fixes for multi var indent for comma first
df6bed93b Contain jsRegexpOr
57daa9e1a Add new regular expression syntax groups
870ffca47 Fixes some cases of multiple var indentation
647c33b04 Merge branch 'master' of github.com:pangloss/vim-javascript
c8730a184 Merge pull request #68 from hickop/fixes
e5bdc9450 Merge remote-tracking branch 'hickop/fixes' into 68
4dee33f79 Adds multiple var indent and comma-first style
b64a25099 Merge remote-tracking branch 'utyf/master'
c6cf517c7 Correct the fix.
bf6397024 Fixes whitespace nits in indent file
5bfea9bd0 Adds futurekeys to syntax highlighting
4fe016837 Renames javaScript to js
f62100276 Do not treat line comments with cindent.
4ff3b73b8 Allows CommonJS syntax inside function blocks
8c82cf076 Moves CommonJS from Define to Include
2e9791544 Merge commit '2f3935516d1aea7dc3fbd9a45efec4ba9f0b6d50'
7fab32d95 Adds CommonJS keywords to syntax highlighting
d28b72d6c Adds new maintainer info. Removes trailing whitespace
ba4f29212 linkify
08c5b1f57 Update README.md
1f68f539c Merge pull request #64 from goatslacker/patch-1
5da54c409 Adds syntax for Identifiers in labeled statements
395f8901b Fix bug in a method that is apparently not called very often (if ever)
3d11c693f improvment of indenting multi-line var statements
77ce5f02a comments in multi-line var statements
ae278efc2 adding var statement block indentation
827c47c10 Merge pull request #50 from lepture/master
35b56be77 detect json as javascript
6148d1381 Merge pull request #48 from lepture/master
1066fb67a add readme for html configuration
310c5aa38 replace html #48
e4270b2f4 add feature section in readme
3286328a8 add indent for html
97e663fda add readme
a599ac8ec Merge pull request #43 from 3rd-Eden/master
de06ab628 Merge pull request #44 from vxsx/syntax-methodof
2a84f6399 Added syntax highlighting for @methodOf tag
4ff72b7e3 Added syntax highlighting for `@api` and `@const` in JSDoc comments
a8ce72170 Support FF's sticky regex flag.
cc074c30d Fix highlighting in HTML files.
9bc0eb178 Fix indentation after multi-line comments.
5267b4f9c Handle indent correctly in multi-line comments.
faabfc83e Merge pull request #41 from int3/master
fd8d4465e Improve highlighting of ternary if statements.
e80eb0a99 Fix comment typos.
c0753fe82 Fix regex character class matching.
e66f9019b Merge pull request #37 from indygreg/master
2713e881a detect .jsm files as javascript
2f3935516 Modified syntax groups regular expressions
9990a7676 Applied nornagon's patch. Fixes #19.
2e753d85f Merge pull request #25 from regolith/master
abfbc3849 Made @returns {anything goes here} work as well.
ccd298869 Curly-braces around the type in @param allows spaces/non-word characters.
6362ba99c Merge pull request #22 from tpope/master
ecdf53438 Remove additional fold option meddling
e8d6e107f Merge pull request #21 from mando/master
3178b33c7 Syntax file adjusts folding settings
91540f635 Merge pull request #18 from int3/master
ed58aec17 Distinguish keyword operations from math expressions.
6b11ba9ca Merge pull request #16 from int3/master
91d9805df Match regexes that contain slashes in character classes.
b2c210a1e Merge pull request #13 from tanob/master
569e64c14 Merge pull request #15 from kwellman/master
56cb1680f Merge pull request #11 from keitahaga/env_comment
92bf4e715 Don't add extra indent to each continuation line
66dc2bf47 Fixed issue #12 around indentation with colon and slashes.
d5b98a9d7 switch to PreProc syntax group
2a4d50d79 javaScriptEnvComment highlight group cleanup
67be84dd2 added #! comments for executing js in shell
abb6c374f Merge remote branch 'wavded/master'
2e34e9171 remove const as a 'future' key, in use for v8, sm
7a7b75f68 Merge remote branch 'upstream/master'
dc882db43 separating out this from javaScriptType
aad288df4 Added ftdetect
9a5a6b5ed Merge remote branch 'ukstv/master'
891915672 Merge remote branch 'wavded/master'
f92d83cc1 added support for newer JSDoc / JSToolkit tags
ccdb9becc Added ftdetect
c2df2e430 Disambiguate regex strings and mathematical statements
cf76032a4 Added javascript ctags patterns and a rake task to install them
cb52fbc88 Allow those one line scopes to be on one line and terminated with ;
6a1bb6b32 Updated syntax highlighter region names
e94532de7 Imported files
REVERT: 3093f26be Squashed 'vim/bundle/javascript/' content from commit bf8edcb

git-subtree-dir: vim/bundle/javascript
git-subtree-split: e9a59c87703d7d67d9933e68b80732326163a5c5
8 years ago
Buddy Sandidge ba22ecdc80 Merge commit 'b9da30d92787f41ce610f0345e23ad6ecbfa637d' into main 8 years ago
Buddy Sandidge a6242f4c60 Merge commit 'abb5c708307e3d1c77c6708b79affed1a807d6ea' as 'vim/bundle/flow' 8 years ago
Buddy Sandidge abb5c70830 Squashed 'vim/bundle/flow/' content from commit 3bd879dd7
git-subtree-dir: vim/bundle/flow
git-subtree-split: 3bd879dd7060f13a78e9238669c2e1731e098607
8 years ago
Buddy Sandidge 0cb8665a31 Merge commit '94f7b722c75b178882b6596f9041ea768e12a201' as 'vim/bundle/ultisnips' 8 years ago
Buddy Sandidge 94f7b722c7 Squashed 'vim/bundle/ultisnips/' content from commit f95ce290b
git-subtree-dir: vim/bundle/ultisnips
git-subtree-split: f95ce290bc6394d25cd51d0db2e197cd14d6d07b
8 years ago
Buddy Sandidge c390e6365b remove ultisnips 8 years ago
Buddy Sandidge f51fff0a30 add ~/opt/depot_tools to path 8 years ago
Buddy Sandidge 6815f2133e Remove mouse options for tmux
Newer versions of tmux give warnings when starting with mouse options
set
8 years ago
Buddy Sandidge 850e2829f7 change gopath 8 years ago
Buddy Sandidge 7fcaef99ad Merge commit 'f343f5dd0d0364d42982469888bec6dc7a02c9dd' into main 8 years ago
Buddy Sandidge f343f5dd0d Squashed 'vim/bundle/nerdtree/' changes from b0bb781fc..4dada8c04
4dada8c04 update version number to 5.0.0
be8f18914 remove some unneeded header comments
f486403b6 add license file
024966c7a move changelog out of the main doc, remove credits section
e4891632f update changelog
0c13ebc12 remove some old commented code
e27ab9c5c fsmenu: use nerdtree#echo* methods instead of reimplementing them
5b7085d9a fs menu: remove unused var assigns
adc11983b fs_menu: put the NERDTreeListNode* methods together
b19995b14 Merge pull request #382 from PhilRunninger/master
3fb18e739 Switch to upper case DIR /Q, in true DOS fashion
f1af61ddf Use the system('DIR /Q...') function to display file info.
c60f40137 Merge (p)roperties (for Windows) into the (l)ist menu item.
fb030bcb1 Merge pull request #1 from scrooloose/master
47c20c4b6 Merge pull request #378 from Xuyuanp/up/master
d38438209 Merge pull request #470 from egalpin/master
af13d3965 Merge pull request #488 from hiberabyss/master
caca3af21 Merge pull request #496 from evindor/master
3092ddf83 Merge pull request #502 from JESii/master
88104d26a Add ability to list file metadata...
8996ea5bb Fix MacOS detection for menu, fixes #478
34630f392 issue #147: add support to ~ expand in bookmarks
0b44415a3 Merge pull request #486 from Xuyuanp/syntax
43012a621 Merge pull request #484 from PickRelated/master
d66370a8e Made NERDTreeFlags contained in NERDTreeExecFile
8c8c79410 Added character escaping to syn match regexes
8c7534bc9 Merge pull request #482 from PickRelated/master
dc29ec2db Added global variables for changing default arrows g:NERDTreeDirArrowExpandable g:NERDTreeDirArrowCollapsable
188bd9265 Added global variables for changing default arrows
bcf3de4fd Merge pull request #471 from SchDen/patch-1
f5fd12183 Incorrect path to event.vim
37f7a6cbe Update README.markdown
86e2e40af Merge pull request #466 from toiffel/master
93c9726c6 Fixed case-sensitive sorting of tree nodes when 'ignorecase' option is on
96c07746b Merge pull request #453 from WoLpH/patch-1
013c607ba Fixed incompatibility with older Vim versions
af85499ed rename 2 sort key related vars
99fa465b5 fix syntax error
008b62f71 Merge pull request #450 from vtsang/master
6018af36b pretty up some FAQ code blocks
2c1ebc37b add an FAQ about highlighting file with certain extensions
dfe260d1d doc the path listener API
10261d60a Updated the comment
80e184df5 Refactor code to use getSortKey() and replace regular expression with simple string comparison in tree_dir_node.vim
3fb3fe347 Merge branch 'master' of https://github.com/vtsang/nerdtree
57d5bd773 Speed up sortChildren() by using sorting token This improves the sorting functions from 12 seconds to 0.66 seconds for ~4000 objects
1f2531ec3 Speed up sortChildren() by using sorting token This improves the sorting functions from 12 seconds to 0.66 seconds for ~4000 objects
a87b1bf3c Merge branch 'update_reuse_option'
5c2060149 doc NERDTreeAddPathFilter()
76dbc0c8e Merge branch 'add_path_filter_api'
da3874cf9 fix a bug when opening files in a new tab
727021221 bugfix for secondary trees occurring when the screen state is saved
64a9579c1 add a path filter API
09e1dbec1 Merge branch 'refactor_autoload'
fc4bcb480 remove UI.lolcats()... not sure what the story is there
8b189cb26 move some rendering and cursor moving functions out of autoload
b0114d202 move dumpHelp out of autoload
53d2de86e move the closeTree functions out of autoload
0d88ce946 move isTreeOpen() out of autoload
8270b6d71 move nerdtree#getTreeWinNum out of autoload
973c9906f refactor 3 more functions out of the monolithic autoload file
0e87d45e8 update readme to add an FAQ, update the FAQ style and rm the changelog
f8499462c Revert "Use different arrow characters for compatibility."
186f817f5 Revert "fix one of the old style arrows"
5cec19365 Merge pull request #411 from xdl/master
b3281cc63 fix one of the old style arrows
87b27802b allow control over whether to reuse windows in different tabs
1cbd52aa7 Merge pull request #434 from handcraftedbits/master
cd5f1685b Merge pull request #436 from devmanhinton/patch-1
321de6036 Remove NERD_tree.txt typo
f6cad7e95 Use different arrow characters for compatibility.
6dfbcd660 Return early if exception was thrown in pathForString
3b98a7fca Merge pull request #403 from gcmt/pretty-cwd
ba2604474 Truncate paths at slashes.
f8fd2ecce Merge pull request #390 from zhangoose/patch-1
a895a53f1 easier to read one of the FAQ answers
3d421b8ec use the built in fnamemodify() to make a path relative
3ce33f017 fix escaping for `:edit` when renaming files
031ab5267 Merge remote-tracking branch 'origin/master'
5d0626a00 Merge pull request #384 from gastropoda/reopen-after-rename
1c0814622 apply @mixvin's windows path fix at the top of the method instead
cd8d87fa5 Fix opening file path, in Windows
2fd0aa3ec Fix reloading renamed file
6ccf83df2 Add menu option to display file/directory properties.
5d1945228 Merge branch 'master' into up/master
8e06723c0 fix #363
a283c0e03 fix #363
4f1e6ecb0 Merge pull request #365 from ifsred/master
c4086667e Fix doc map for NERDTreeMapChangeRoot
a47c6caf8 Merge pull request #359 from Xuyuanp/up/master
8cd045d0e add refreshDirFlags method to avoid refreshing too many files
c2dd75086 move nerdtree#treeExists.* methods into the NERDTree class
fd14757c0 add proper events and make the notifier class generic
f9a933991 allow plugins to override the default mappings
aa831e242 Merge pull request #356 from alvan/patch-2
0c045d85e fix a bug from recent refactoring RE some NERDTreeCWD
2f552e116 add highlighting for flags
579d96a0f remove testing git plugin
9f351de59 Merge branch 'master' into expt_add_path_flags_and_git
1e0d1cbc8 move some more view code into the UI class
98a5d1fca Use event BufLeave instead of BufWinLeave to record screen state to avoid undefined b:NERDTree error
2f59cc208 Merge branch 'master' into expt_add_path_flags_and_git
eaa66aaf6 fix the NERDTreeFind command - broken in recent refactoring
864462200 Merge branch 'master' into expt_add_path_flags_and_git
410081a60 Merge pull request #353 from lucascaton/master
1784de15d Updating creator.vim file (this fixes #352)
7f36008e8 Merge branch 'master' of github.com:scrooloose/nerdtree
23dfc6d81 continue breaking down the epic autoload module
f982f61e8 continue breaking up the autoload/nerdtree god module
86488b1aa move ui functions out into their own autoload
04d9b2754 add `.refreshFlags()` to path/dir/file objects
3941389f1 fix a retarded bug with FlagSet.clearFlags
32cf3ee62 allow flags to be scoped to a plugin
a7428eba3 add proof of concept for path flags API and add git modified flags
3effeb5cb Merge pull request #347 from kelaban/minor-fix-to-readme
04ac39b4b Fixes README for opening vim with no files
d162c08fd comment and tweak the <LeftRelease> fix in 24561ad
2a769a726 Merge pull request #298 from buggo/master
0ee888ee1 simplify the <cr> mapping definition
0b551a8ab Merge pull request #346 from shanesmith/master
82cd4f5a9 Fix <CR> not working if active node map is special char such as <Right>
b64942a50 uncomment out some needed syntax matching code... fail
e954b2e6f trivial highlighting update for consistency
e68e12a33 fix highlighting for readonly files
b33d6daf0 remove the NERDChristmasTree option
abb93879b simplify the syntax matching code slightly
634c23ead Merge branch 'better_symlink_highlighting' into update_highlighting
9d9edd03d separate out syntax matching for Dir Arrows vs old style
9704a38a1 update symlink highlighting
55a8954c4 update the doc/quickhelp for :Bookmark
0b1166ff7 update code in readme to auto-open a tree on startup
b2d2cc184 Merge branch 'inkarkat-better-set-filetype'
4b89264df Merge branch 'better-set-filetype' of https://github.com/inkarkat/nerdtree into inkarkat-better-set-filetype
1168f5898 update the NERDTreeCascadeOpenSingleChildDir doc
0928b5b02 Merge pull request #251 from pendulm/master
8189597c0 Merge pull request #266 from staeff/patch-1
9e54c4808 Merge pull request #299 from tophsic/master
3863e6973 Merge pull request #316 from ZeroProbability/master
8b4841315 rename NERDTreeWildIgnore option and refactor the usage of it
186abb84c Merge pull request #303 from amarshall/wildignore
10ba84b1f Merge pull request #308 from igrep/patch-1
a45304832 Merge pull request #295 from DanielleSucher/create_parent_directories_as_needed
dd8fe4bf6 Merge pull request #274 from an1zhegorodov/master
e9427a9ca Merge pull request #326 from migueldvb/docs
23d2d1984 Merge pull request #331 from jinnko/add-bookmarks-sort-flag
1da289085 Merge pull request #338 from trkoch/spaces-umlauts
47a3a8410 Merge pull request #340 from netj/sort-hidden-first-option
43842e0de Option for mixing dot files when sorting
fbab099fa Support space in path when renaming
e38d8a834 Add flag to disable/enable bookmark sorting
603e6c74f Use pathogen.vim Helptags command in README file
13b4058f2 Issue 315 - Incorrect buffer deleted on file delete
ad4ebaac9 correct invalid reference to MenuController
a50c57192 Add option to respect wildignore
4f48af0cb Fix typo
24561ad59 Ugly hack to fix Error 121 when NERDTree is the active window and clicking on the command line below another window.
eacd5d72e Create nested parent directories as needed
5b51f9d1b Fix help mistake
2ebe28468 Fixed typo in NERD_tree.txt
6ef67a2d8 Add correspoding close action to cascade open single child dir
60683f1cc Fix typo Casade to Cascade
b8cab9bae Set filetype unconditionally and after defining mappings.

git-subtree-dir: vim/bundle/nerdtree
git-subtree-split: 4dada8c04fba25e788ea1836c82f9c18c1166b44
8 years ago
Buddy Sandidge ce7ad3ffeb Fix bug with git bash prompt
With git 2.9.3 uses the word tree instead of directory. This would mean the
dirty git flag was always showing in the bash prompt. Now look for tree
and directory.
8 years ago
Buddy Sandidge 9ebb538e24 Cleaned up check for directory in PATH 8 years ago
Buddy Sandidge 26abac727b Only add directories to PATH that are already in PATH 8 years ago
Buddy Sandidge e39241c981 Change email in gitconfig: buddy.sandidge@gmail.com → git@buddy.wtf 8 years ago
Buddy Sandidge e49f5eb233 Merge commit '7155f902e2a447163af57e9f7584417da30aba5b' as 'vim/bundle/toml' 9 years ago
Buddy Sandidge d207f98190 Remove unused ssh config 8 years ago
Buddy Sandidge 6e21c776b5 Add ~/.cargo/bin to path if exists 8 years ago
Buddy Sandidge 527d9d4a26 Set default git push to simple 8 years ago
Buddy Sandidge 7155f902e2 Squashed 'vim/bundle/toml/' content from commit f6f79f3cc
git-subtree-dir: vim/bundle/toml
git-subtree-split: f6f79f3cc6740dfacca73a195857cbc45e778912
9 years ago
Buddy Sandidge b39e845bf9 Squashed 'vim/bundle/javascript/' content from commit 3093f26be
git-subtree-dir: vim/bundle/javascript
git-subtree-split: 3093f26be44cc94f12ba9738a2e0ed8e58e4c2fd
9 years ago
Buddy Sandidge 62ac218ab9 Merge commit 'b39e845bf94c0680aee2578a7b310df82d2be79b' as 'vim/bundle/javascript' 9 years ago
Buddy Sandidge b0e35109dd Squashed 'vim/bundle/jsx/' changes from c6d0fd7d4..d0ad98cf0
d0ad98cf0 Merge pull request #92 from jambonrose/update-vundle-readme
005c0f6e3 Expand Vundle section in ReadMe.
2bd9126d7 Merge pull request #89 from StoicLoofah/manual-installation-path
3233f48ae update README to provide correct filenames for manual installation
b25141d22 Add a syntax element for JSX child blocks
34b6b9994 Merge pull request #75 from ksmithbaylor/patch-1
6d32ac410 Clarify regex comment
2e3292c0e Combine multiline opening tag logic
dfa485d5b Remove g:jsx_multiline_opening_tags flag
14a820c5c Add support for multiline opening tags
db329e121 Add rules and regulations for filing issues...
af0831cc0 Cleanup
c68282f41 Merge pull request #11 from jstoja/vundle-install
80dbab758 Avoid conflict w/ Flow generics
da9b92b72 Move ftdetect out of after/
fc200a394 Remove legacy jsx-config stuff
9c9a13165 Source formating changes
6d4698f86 Adding the vundle installation line into the README

git-subtree-dir: vim/bundle/jsx
git-subtree-split: d0ad98cf0e5a01abd5008c0e97775500b88b0bc1
9 years ago
Buddy Sandidge 74638264a2 Merge commit 'b0e35109ddfd28a45d8887d7e3e29911dd9002e2' into main 9 years ago
Buddy Sandidge 279061fcc3 Merge commit '588aac5317d46e7749be614555e957abfb0fcf11' into main 9 years ago
Buddy Sandidge 588aac5317 Squashed 'vim/bundle/ultisnips/' changes from cecc7aad8..786145030
786145030 quick and dirty fix tests for vanilla vim
ea8094c50 syntax: treat python in context/actions as string
61df32722 syntax highlighting: fix context highlighting
3a3e56a98 grant access to visual to context and actions
059c9a9da Merge pull request #679 from SirVer/overwrite-tabstops-from-py-interpolation
23a6ec87c Merge pull request #663 from kmarius/fix-transformation
8fdfde190 Fix escapes in conditional tabstob transformation
7536ac900 tabstops can be overwritten from interpolation
a514585cd ignore .ropeproject
ed40bebab Add test cases for conditional transformations
25882e95c add testcase for #658
0657e61e6 Merge pull request #643 from dNItro/master
4b27b7152 Testcase added!
bdd9012eb Merge pull request #647 from alexlafroscia/master
6d38cad14 Allow Deoplete entries to show up with existing matches
203218297 More detailed documentation on multiline option
8a8e183b8 Documentation on multiline option
b057f633e Add support to do transformation on multiple lines
3f2c591c3 Merge pull request #625 from chemzqm/location
0058e8664 doc: add link to options for #Anon()
ec9b292ba fix typos in doc/UltiSnips.txt
52ade8fed doc for all param of SnippetsInCurrentScope
4e2e897de change g:current_ulti_dict_all to g:current_ulti_dict_info
319ccddcd Merge pull request #628 from kmarius/fix_syntax
9a73473e7 Fix highlighting for nested visual tabstob
6a69a4415 add all param to UltiSnips#SnippetsInCurrentScope
dbd43ad27 Merge pull request #624 from chemzqm/patch-1
3a70765f4 syntax highlight for unite ultisnips
5a2dcc5cb disable tests in vanilla vim for #616
45e3775c1 fix #616: update state on edit w/o cursor move
1b481f312 Merge pull request #615 from SirVer/updated_changelog
60c47e8e9 Reworked README for change of maintenance.
2e9f12bfd Fixed doc/UltiSnips.txt for change of maintainer.
95d6e535e Updated ChangeLog for 3.1.
c5a21c509 Merge pull request #611 from HerringtonDarkholme/deoplete
024374614 Add support for deoplete
9c73ce948 Fix a unicode bug in python3.
53bf0dbd7 Merge pull request #608 from JarrodCTaylor/master
53571bf4f Refactor: More descriptive method name
1d4d8b049 Enhancement: Align snippet names in unite source options
ef72df8e7 Merge pull request #603 from seletskiy/do-not-break-last-jump-on-post-expand
cba31b191 Use new path for neovims config directory.
6ea78e525 fix last jump $0 placeholder using post_expand
c9699feed Fix docs: "'" has no special meaning in snippets.
0480b2243 Adapt to changed Neovim configuration directory.
1ce44ac9c Merge pull request #592 from seletskiy/show-backtrace-on-error
08b96cbdb print erroneous snippet location
698f2d491 print snippet information in backtrace (fix #551)
d03b13a68 review: add comment about snippet_code
47a3d1862 review fixes:
3accb5cb4 mark line number in traceback
00e3a877d print executed code
cc6ac3c06 Exit any snippets when entering a unite buffer.
baa9c9709 Merge pull request #589 from seletskiy/autotrigger
6ad7472aa autotrigger: solve performance issues
fde4a066c Disable Neovim tests, since they do not pass.
30ba8155a NEOVIM testing is just too flaky. Let's make it optional again.
69b7c501a Merge pull request #582 from seletskiy/autotrigger
76ebfec3c autotrigger: make snippets expand without <tab>
e1e005a81 Merge pull request #575 from manishrjain/master
c39ffb851 Fix link to Vimcasts
ef2c0d6d8 Merge pull request #573 from ericdouglas/patch-1
e603117f6 Fix Tabstops and Placeholders index
036d0d9c2 Merge pull request #570 from dueyfinster/patch-1
74bbca2f9 Fixed URL
e48d8a28e Rollback "Merge support for auto expand."
490430f91 Merge support for auto expand.
8c7ce8827 Allow neovim to fail for the moment. It is flaky on travis.
c45867be5 add missing doc for autotrigger_only
9eb2de6c3 add test for vim<7.4.214
5a5de0734 neovim tests
a994e3286 fix py3 tests
61e06bbc1 add note about version and fix tests
878f79ffd review fixes
8ff84758a fix tests
cf2c473a8 Define UltiSnips#FileTypeChanged always
b968bc3e9 Merge pull request #548 from blueyed/remove-bootstrap-again
5e2f58c35 Define UltiSnips#FileTypeChanged always
4a302149e Remove autoload/UltiSnips/bootstrap.vim again
29ad00ec0 Merge pull request #544 from wincent/fix-autocmd
3eabbe71a Use <nomodeline> when firing user autocmds
b3cd0cae1 Merge pull request #541 from hanschen/master
44644f1fd Add field numbers to avoid errors in Python 2.6
ffb9b7948 Do not run autocommands when using --noplugin.
6c4fb6f3f fix b->b2<BS> case, fix merge
14ea90385 tests and docs
1356560f9 fix blumba test
5af229abc add error handling
f80414fac prototype of autotrigger
7c74aa768 Merge pull request #537 from krisdages/master
cc43d1251 Pipe-quoting helptag reference to UltiSnips-context-snippets
c12867d1b Merge support for snippet-actions.
5638cdf4a review fix for ==
c3add0bef fix neovim tests
58a2094d4 review fixes
175e3ba52 fix doc 80 chars limit
a39f3c241 revert access to UltiSnips_Manager
bdecd9a8b fix not cleared context
3c4ac11af fix python3, finally
b50c5c86c pass all args to snip.expand_anon
9649f15a9 fix buffer edits from jump action
5a663116f edge case: anon snip in pre-action
1e771de60 fix tests
ba774c39c review fixes
8958b7134 add docs to the buffer proxy object
bc29e2322 VimBufferHelper -> VimBufferProxy
972305725 fix expan_anon in pre-action, snip object, fixes
191ebd8e8 migrate to snip.* namespace
7ead6fa17 detect buffer changes via changedtick
760fd25e4 fix python3 compatibility
1ca82f76f pre/post-expand and post-jump actions
67fbdb2ad Handle $0 in a default text like any other tabstop.
5c211b0e7 Clear up pathogen installation instructions.
34679be7a Updated ChangeLog.
300156642 Support $n tabstops for snipMate snippets.
e058d1d40 Added waffle.io badge.
c68c9dd74 Add a webhook for gitter.im.
7f64510a7 Link to the Vimcasts about UltiSnips.
cd0e60bc0 Remove no longer needed langmap translation.
290600c02 Pass the expected python version to the tests.
44db53b7b Even more leanient timings.
0be9d0f86 Even slower typing.
eee82219b More lenient typing speed for Neovim.
306f0ace5 Add a testing interface that works for Neovim.
992e09463 Add a warning about changing the buffer in autocommands.
c4ee3ecf1 Fire autocommands when setting up and tearing down inner state
29d7080d6 Do not set up inner state if it is already setup.
33db8b4ab Update pathogen installation instructions.
324a4f8ff Support regexp trigger ending in whitespace.
6b12b1141 Only set autocommands when there are snippets.
2ed217a05 Remove deprecated functions like a boss.
becab789a Remove bootstrap.vim. Simplify startup.
b13015d47 Remove sys.path manipulations.
5f75dde20 Remove snipMate compatibility script.
9822193e4 Make scripts actually executable.
4f65a7654 Fix testing and test against more scenarios.
5590f9b7b Merge pull request #522 from blueyed/use-vim-current-buffer
8c257e24e VimBuffer: use vim.current.buffer.number instead of vim.eval
c3a0924b7 Require Vim 7.4 in preparation of removal of compatibility features.
de70b1ed5 Exit snippets when entering/exiting command window.
3806a6987 Fix improper use of augroup in ftdetect.
2fb8820ff A backward compatible solution
00d50c3ae Remove augroup block
188e00f7b Merge pull request #493 from cwahbong/fold-fix
ca1977231 Fix folding for snippet files.
ab1cc1afa Remove documentation for using the same trigger for jump and expand.
d6098193e Merge pull request #446 from seletskiy/context-snippets
50bb61cdc another test for error reporting
463e68a61 fix for correct error reporting
9587d9daa Merge pull request #486 from seletskiy/enhance-undo
2f355c233 another little fix in documentation
099d3bcfb Add more precise undo levels (expanding, jumping)
1b3ecf4a8 priority test, docs & fmt fixes
904fbdecf review fixes
4ab4c1df4 Do not use --interface anymore.
1bf07737b Make sure tmux is available before starting any test.
82ceb6288 Remove testing with GNU screen
2c15427b1 Merge pull request #482 from blueyed/check-python-support-for-UltiSnipsUsePythonVersion
87c3a7ba4 fix UltiSnipFunc test
709f8dc93 minor doc fix and new cursor variable
9861a6e6c typo fix in docs
66bc2e8f6 documentation, pull-requests fixes
0beefd4a1 fix context match on False value
ed8cf4911 fix tests
b3aec0705 proof of concept for context snips
800a54da1 bootstrap: use WarningMsg with python warning message
ac42c83a7 bootstrap: verify that g:UltiSnipsUsePythonVersion is available
00848d7d6 Merge pull request #483 from cwahbong/master
3ccc14dca Try to work around transiently failing commands.
aeb2e2420 Disabled unite test - it seems flaky.
4b39bf655 Priority must always be an integer.
ee7e15558 Make install_vim.sh actually executable.
99eede1bf Started to test py2 and py3 on travis now.
01a17a1a4 Merge pull request #480 from KazuakiM/master
bf20bc6f6 Update document for zero tabstop.
62a96bb05 Merge pull request #462 from kawing-chiu/fix-#457
71a8fdec5 Add contributor to doc.
42fc6c031 Merge branch 'improve_neocomplete'
3ae9b48cf Delete default setting in neocomplete/sources/ultisnips.vim
f9a22111f Fix adjacent tabstop input issue.
1971030b5 Merge pull request #456 from spacewander/master
4d88df461 remove duplicate things in vim_test_case.py
56ac14840 Disable neocomplete test which fails right now.
cf23624c0 A usable travis configuration.
e11252655 More travis.
ad2c6d35c Add travis badge and try running on python3 too.
db00408a1 More travis.
eb9adc50e More travis.
f47ec08ef More travis.
348dd4346 More travis.
c1aec63bd Typo in travis script.
35cdaba3a A travis script.
09876e008 Support for m (trim) snippet option.
e04118766 Do not try to remap the keymaps if langnoremap is available and set.
c1bde18cd Add support vim's langnoremap new option
8367587e4 Test fixes.
1a3d0ce4b tests: allow passing in PYTHON, and default to python2
6e787df80 tests: use return code from testrunner
936aac8da tests: add -x / --exitfirst option to fail fast
6602da89d tests: fix duplicate method name (test_SnippetPriorities)
125e6be78 tests: minor doc fixes
98fa887e5 tests: remove star imports, sort
ed34607d3 Merge pull request #436 from waffle-iron/master
483dc4ab2 add waffle.io badge
81a628c6e Add option 'm' for trimming whitespaces in snippet
d693259ab Add option to not traverse all of the rtp.
0ce8b2366 Less verbose pylint errors.
b47e68652 do not walk &rtp if abs path to snips specified
6a787cdc7 Applied pyformat on entire codebase.
e1436a8ae Accept numbers and text for disabling snipMate.
d240aa24d Added Pyrohh to the list of contributors.
7df82bbe5 Merge pull request #415 from seletskiy/toggle-snipmate
fc080b4fd add g:UltiSnipsEnableSnipMate
67630f4ae Merge pull request #414 from Pyrohh/master
c050d68e5 Check if editor is Neovim when setting snippet_dir
b26f2c97b Merge pull request #413 from lencioni/documentation
bbb07646a Fix typo "endglobals" in documentation
6907b2444 Merge pull request #410 from tho/master
185f96c4d Fix list of trigger functions in documentation
6dd476750 Merge pull request #406 from jszakmeister/dont-rely-on-cwd
e3159ce0d Merge pull request #407 from jszakmeister/update-documentation
d85f0b0c2 Merge pull request #408 from tinypenguin/master
d9691a912 Added a terminal emulator warning line for using c-tab combo with usnips
eb82c6691 Add some documentation on running the test suite.
1f3f1ce64 Don't rely on having the tmux/screen cwd being in the project directory.
e502c9ba8 Fix a couple of typos.
9028abd95 Fixes for Unicode issues by jszakmeister.
8b2115ec2 Fix #171: UltiSnips crashes in new file with text containing 0x80 char
f4df1bd9e Teach _vim_enc to handle UnicodeDecodeErrors.
56aa817be Reset the unnamed register at the start of a test.
cb8536d72 Merge pull request #394 from michamos/master
f179fcf99 Map <c-r> in select mode
1ad970379 Support for sw=0 in newer Vim versions.
4e72a5d08 Merge pull request #388 from blueyed/doc-ref-triggers
e3abd6678 Added test case for shiftwidth=0 and added myself to contributors list.
14e5b4638 doc: add tags for trigger vars
482650a00 Use shiftwidth() where available. This allows UltiSnips to work properly when shiftwidth is zero. Per ":help shiftwidth":
8aeb1a2e3 Merge pull request #377 from petobens/master
0775156de Don't escape backslashes in :UltiSnipsEdit
386b3a097 Merge pull request #360 from tafryn/master
cae25e533 Change indent level to 3(?!) spaces.
9c632378a Add missing newline to ftdetect.
f6e33387a Clean-up vimpager check.
c681560b4 Add 'context' value to g:UltiSnipsEditSplit.
c79cfd50f Merge pull request #370 from sakana/master
1129ca67d Fix UltiSnipsEdit for g:UltiSnipsSnippetsDir paths that include spaces
2c3c4a777 Add 'context' value to g:UltiSnipsEditSplit
59defbdd5 Merge pull request #357 from kballard/tweak_ftplugin
a69764dff Tweak the ftplugin
1292b0fae Merge pull request #355 from kballard/fix_syntax_nested_tabstop
a8c9caae8 Add check to prevent errors when using vimpager.
81f917313 Fix highlighting of nested tab stops
279d6e63c Updates the doc for the new clearsnippets behavior. Slight rewording by me.
c3660128a Implements clearsnippets by priority.
57ed954cc Merge pull request #348 from cwahbong/select-cr-fix
0abfc3bec Some refinements.
63f65ea87 Add/modify test cases for priority-based clearsnippets.
4784a9e12 Refactor: snippet dictionary does not keep the extend info now.
20f3832ff Code cleanup.
5c87806d7 Implement priority-based clearsnippets.
a9aa8c76a Update document for priority based clearsnippets.
a053433e4 Variable rename and illustration.
97bad9906 Add test case for #341 (github).
f6ce0f92d Merge pull request #349 from m42e/master
79705c3fc Ignore Errors E403 from included syntax files
e05788cec Fix issue #341 (github).
4dcfca755 Test refactorings.
1cf3b928f Refactor: split test.py into several smaller files.
9521b942b Merge pull request #340 from cwahbong/test-fix
0872600b9 Ahbong is contributer now.
0dc6a8e4a Now test.py check the version or tmux.
b11d5496a Add docstrings for TempFileManager.
15a0a17af Fix tmux interface.
e97d52c68 Merge pull request #342 from chivalry/master
2d8ae2fcd Correct misspelling
3002b6852 Solves waiting problem in an elegant way.
cc4dc3703 Code cleanup for test.py.
9a98039d2 Fix test.py.
ccf79ba82 Merge pull request #331 from kballard/tagbar_snippets
dee826520 Support TagBar for snippets files
d1f6f7ed8 Better syntax file.
b10b62ae6 Twiddle indentation settings
67c7422ae Set up basic highlighting for snipmate files
40145103b Stop embedding python/viml/sh if the `` includes {
010e2c4fa Remove the coloring for python commands
ebd62751e Tweak snippet/global highlighting to always highlight the end
30ecd1d1b Rewrite parsing for tab stops
5fa39faa9 fixup! Clean up miscellaneous syntax items
4b73864b7 Fix the docstring for ShellCodeToken
0dba6503e Clean up miscellaneous syntax items
acc79747c Syntax highlight the snippet trigger properly
5760eb403 Fix empty snippets/globals
d239402b7 Rewrite syntax matching for `global`
cb2905c17 Rewrite syntax matching for `snippet`
5937cea08 Mark up syntax items with 'display' as appropriate
b82759b25 Rewrite extends/priority/clearsnippets
672117c47 Add hierarchy to syntax file
739e3d94a Fix coloring of shell/VimL/Python command substitutions
5b80ef187 Properly handle \` escapes in commands
636546beb Fix syntax name
cab150995 Fix embedded VimL highlighting
1ad7d54d7 Fix highlighting of Python/VimL commands
7b8641e1f Back out fix for #323. Fixes #324.
7d65e2141 Merge pull request #323 from opennota/master
93be385d3 Don't complain about undefined function
e59a60cbe Fixed docu for clearsnippets.
ee1a2bb2b Escape '\\' in UltiSnipsEdit.
f2d9e8b60 Support for selection=old.
da5b124af add support for selection=old
e4f2e34fc Remove tool that converts snipMate snippets. As support is now build into ultisnips, this is no longer needed.
bca51cb40 Brought back snipMate compatibility file. We cannot rely on people tracking vim-snippets to have the renmamed version of this available there.
5c8e3ca48 Merge pull request #275 from skeept/patch-2
fb58034b1 Re-add > before code.
1e6928d0a Merge pull request #276 from meonkeys/patch-1
2042ad476 README: adapt to Vundle interface change
98289510c Update UltiSnips.txt
04ef0f8f5 Merged unite source by Skeept.
2f8489944 Remove snipMate compatibility file. If at all, this should now live in vim-snippets.
c21016573 All mappings should be 'silent'.
77a9d8941 simple test for unite interface
eff62c336 Be more correct about encoding/decoding strings under py3. Patch by aeruder.
cae27fba5 Ensure that _vim_{dec,enc} always succeeds on py3
15f39c080 Do not barf more than once when python is not found. Patch by blueyed.
210304884 Define all/other dummy functions used in autocommands
7da9dbe2a Add UltiSnipsFileType augroup and unset it if UltiSnips is disabled
3208654c4 Do not map keys if 'g:_uspy' could not be set
c57c717e3 Delete autocommands when Bootstrap failed
2ad6ad449 Fix E168: :finish used outside of a sourced file
a3e654fc5 _vimfiles -> vimfiles. Patch b Oberon.
7bee824db use function to invoqe unite
cc1514542 add unite source
b6d545ecd Properly escape locations on windows.
ae70ec895 Escape correctly file names in windows.
4b4ee4885 Overwrite all snippets with lower priority on expansion.
511600124 Documentation fixes.
fee999a71 Docs: remove a reference to defunct ! snippet option
360f58dbf Show where snippets are defined in selection.
7c34a3400 Escape \ when asking for snippets.
cd99bdd3b selection=old cannot work with UltiSnips.
69e0acd58 Change the way placeholders are selected.
5aaeae5e8 Do not delete child that is already gone.
1b21741a2 Update ChangeLog.
f40c3ac5e Made UltiSnipsEdit! more consistent with multiple filetypes.
5ac043669 Retry unmapping when we switched buffers.
b0a3266a6 More tweaking.
940f4d9f2 tweaked readme
5fe88fdc9 Use the demo in the README.
764fd65a7 Added a nice interactive demo.
001c2a967 Added realname of petobens.
c6906d85b Fixed a bug in UltiSnipsEdit!
6398a598b Made UltiSnipsEdit more useful and consistent.
f44640923 Mention neocomplete in the docs.
ba2f30fdf Adapted neosnippets source. Examples by petobens.
e6d335aa4 Make the cloning direcotory explicit on stdout.
96557f397 Added integration test for SuperTab.
a800b51e0 Removed no longer planned TODOs
147df653a Snippet sources can now be registered.
1ce706e3a Adapted neocomplete integration.
a23911f7f Add option to only clone and immediately exit the test runner.
c017806b1 Added preliminary support for neocomplete.
1ec523801 Added version checking for other plugins.
f4cda8802 Add integration tests with YouCompleteMe.
b65efa5aa Added quickstart to readme.
7b51ec6f6 Removed snippet contributors from README.
35e57fad0 Removes snippets. Please track honza/vim-snippets.
c4fa2c03b Barf when using "snipmate" for UltiSnips.
c9681051c Small fixes to the documentation.
1ec2f187b Updated ChangeLog.
c690a3610 Empty lines do not end a snippet for snipMate.
14fca8523 Ups. Forgot to add this.
fe7cb4cf8 Makes UltiSnips a drop in replacement for snipMate.
6b8bb1b64 Launch and exit vim for each test.
2c28b51db Allow tests to write arbitrary files into the runtimepath, not just snippet files.
48dcaa02b Attempted fix at several startup problems.
2d18d5365 Change initialization to make session work.

git-subtree-dir: vim/bundle/ultisnips
git-subtree-split: 78614503098571ecdb09f79bc9543aacdb0e41c0
9 years ago
Buddy Sandidge 19f174c006 Set prompt as last setting in bashrc file 9 years ago
Buddy Sandidge 147764a1c7 Add feeds to ssh config 9 years ago
Buddy Sandidge cc7ad23bf7 Add editorconfig as submodule
Repos with submodules do not work well with git subtrees.
9 years ago
Buddy Sandidge 5765ff79a1 Remove editorconfig plugin 9 years ago
Buddy Sandidge 167102bee4 Configure vim-go 9 years ago
Buddy Sandidge 9ff8a9253b Add you complete me vim plugin
Using git modules instead of subtrees because it's easier with the
number of git modules youcompleteme includes
9 years ago
Buddy Sandidge 990da336e6 Remove golang plugin, don't need two 9 years ago
Buddy Sandidge c9ca63a819 Squashed 'vim/bundle/go/' content from commit 3efc952a7
git-subtree-dir: vim/bundle/go
git-subtree-split: 3efc952a7fb754b43b4c21474046126562f83efc
9 years ago
Buddy Sandidge 47b80cef11 Merge commit 'c9ca63a8197001d146e52aa9259aad22f5bba326' as 'vim/bundle/go' 9 years ago